News and Announcements
Introducing Codoku - Write customer winning guides & documentation

While you wait for the next release of Codoforum,
we have something else for you..

Codoku - A static website maker for writing guides and documentation.

Download now: https://codoku.win

For existing users of FreiChat and Codoforum (Free or Paid) will get a commercial license free of cost. [Offer valid for the next 30 days]

Contact us on admin@codologic.com with the URL to your Freichat or Codoforum installation and receive a full commercial license for free.

While you wait for the next release of Codoforum, we have something else for you.. **Codoku** - A static website maker for writing guides and documentation. Download now: https://codoku.win For existing users of FreiChat and Codoforum (Free or Paid) will get a commercial license free of cost. [Offer valid for the next 30 days] Contact us on admin@codologic.com with the URL to your Freichat or Codoforum installation and receive a full commercial license for free.
Necessity is the mother of all inventions!
edited Aug 21 '17 at 11:42 pm

This looks great! Will jump in to get some guides and presskits with Codoku!

Currently playing around with the code, but having some issues to setup sub-itens on the menu smile

This looks great! Will jump in to get some guides and presskits with Codoku! Currently playing around with the code, but having some issues to setup sub-itens on the menu (:|

BlackBerry enthusiast, entrepreneur, web developer, geek with glasses and enlightened agent!

edited Apr 30 '20 at 11:42 am

For a main menu item the code is:


{
"name": "Home",
"href": "index.md",
"icon": "fa fa-home",
"newTab": false
}

so I gues for a sub you have to write it like:


{
"name": "Example Menu",
"icon": "fa fa-clock-o",
"links": [
{
"name": "Example Sub-Menu",
"icon": "fa fa-clock-o",
"links": [
{
"name": "Lorem Ipsum Dolor",
"href": "example/lorem-ipsum.md",
"icon": "fa fa-clock-o"
}
]
}
]
}

Kind regards, Andy smile


For a main menu item the code is: ```` { "name": "Home", "href": "index.md", "icon": "fa fa-home", "newTab": false } ```` so I gues for a sub you have to write it like: ```` { "name": "Example Menu", "icon": "fa fa-clock-o", "links": [ { "name": "Example Sub-Menu", "icon": "fa fa-clock-o", "links": [ { "name": "Lorem Ipsum Dolor", "href": "example/lorem-ipsum.md", "icon": "fa fa-clock-o" } ] } ] } ```` Kind regards, Andy :)

https://net-twin.de/ Community for creative people - JOIN it Now please
https://github.com/WebCrew My GitHub account
https://sell-co.de/ Lots of Web-Tools and Utilities for free

372
2
5
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft