hello everybody. I am Ulvi.
Recently working on a new dokuwiki page and i am stuck with the custom navbar feature.
Based on the Authors issue at https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues/88#issuecomment-146165477_ this should work. But I have no idea where or how to include this multy-column dropdown menu.
reference for goal layout

====== Drop-Down Page ======
<row>
<col sm="4">
** Main **
* [[:start|Home]]
* [[:playground: playground]]
</col>
<col sm="4">
** DokuWiki **
* [[:wiki:syntax]]
* [[:wiki:welcome]]
* [[:wiki:dokuwiki]]
</col>
<col sm="4">
{{page>:wiki:dokuwiki&firstseconly&nofooter&noheader&inline}}
</col>
</row>
~~NOCACHE~~
Originally posted by @giterlizzi in https://github.com/giterlizzi/dokuwiki-template-bootstrap3/issues/88#issuecomment-146165477_
the following photo is my current layout.
and shows how is my navbar now
I simply located to http://localhost:8000/doku.php?id=navbar and created the nonexistent page and it works.
* [[:start|Home]]
* DokuWiki
* [[:wiki:welcome]]
* [[:wiki:syntax]]
* [[:wiki:welcome]]
* [[:playground: playground]]
~~NOCACHE~~
this works.
But there should be another dropdown menu with multiple column as referenced in the foto above.
Does anybody have any experience?