Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multy Column dropdown menu #591

Open
UlviShukurzade opened this issue Apr 6, 2023 · 1 comment
Open

Multy Column dropdown menu #591

UlviShukurzade opened this issue Apr 6, 2023 · 1 comment

Comments

@UlviShukurzade
Copy link

UlviShukurzade commented Apr 6, 2023

I am trying to use this code snippet in navbar
I took the snippet from #88 but it does not work
It's a simple page. This is the code for the first image:

====== 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~~

This is the code for the second:

====== Drop-Down Page ======

<nspages :wiki -subns -r>

~~NOCACHE~~

Originally posted by @giterlizzi in #88 (comment)

@UlviShukurzade
Copy link
Author

I need a dropdown menu in navbar with multy-columns
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~~

image

But i am stuck with the multy column dropdown. where and how should I indlude the dropdownpage page?

I need the navbar to be same everywhere. nut ns specific.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant