Hallo Community,
should anyone of you want to change or edit the links in the dropdown menu in the header of the forum - here is the way I did it:
Next step - create a new block and use the same settings like on my screenshot:
Final step - here you can see my code example. Change it to fit your needs and thats it:
<li class='dropdown codo_dropdown'>
<span class='codo_menu_dropdown dropdown-toggle' data-toggle='dropdown'>Navigation</span>
<ul class='dropdown-menu' role='menu'>
<li class='dropdown-item'><a href='../'>Home</a></li>
<li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=page/10/members'>Members</a></li>
<li class='dropdown-item'><a target="_blank" rel="noopener noreferrer" href='https://discord.gg/ZpSac3e'>Our Discord</a></li>
<li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=/page/12/arc'>ARC</a></li>
<li class='dropdown-item'><a target="_blank" rel="noopener noreferrer" href='https://neverwinter.gamepedia.com/Neverwinter_Wiki'>Neverwinter WIKI</a></li>
<li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=page/7'>Privacy / DSGVO</a></li>
- <li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=page/8'>Impressum / Imprint</a></li>
</ul>
</li>
I hope it will help you
Kind regards, Andy
**Hallo Community,
**
should anyone of you want to change or edit the links in the dropdown menu in the header of the forum - here is the way I did it:
- First step - go to admin backend / UIElements / Blocks:

- Next step - create a new block and use the same settings like on my screenshot:

- Final step - here you can see my code example. Change it to fit your needs and thats it:
````
<li class='dropdown codo_dropdown'>
<span class='codo_menu_dropdown dropdown-toggle' data-toggle='dropdown'>Navigation</span>
<ul class='dropdown-menu' role='menu'>
<li class='dropdown-item'><a href='../'>Home</a></li>
<li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=page/10/members'>Members</a></li>
<li class='dropdown-item'><a target="_blank" rel="noopener noreferrer" href='https://discord.gg/ZpSac3e'>Our Discord</a></li>
<li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=/page/12/arc'>ARC</a></li>
<li class='dropdown-item'><a target="_blank" rel="noopener noreferrer" href='https://neverwinter.gamepedia.com/Neverwinter_Wiki'>Neverwinter WIKI</a></li>
<li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=page/7'>Privacy / DSGVO</a></li>
- <li class='dropdown-item'><a href='http://cute-but-evil.de/board/index.php?u=page/8'>Impressum / Imprint</a></li>
</ul>
</li>
````
I hope it will help you :)
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
edited Oct 25 '22 at 4:39 pm