|
Support Add link in top navigation and footer that also works in ‘forum closed’ mode - Printable Version +- Curves UI (https://www.curvesui.com) +-- Forum: Product Support (https://www.curvesui.com/forumdisplay.php?fid=12) +--- Forum: Support (https://www.curvesui.com/forumdisplay.php?fid=4) +--- Thread: Support Add link in top navigation and footer that also works in ‘forum closed’ mode (/showthread.php?tid=74) |
Add link in top navigation and footer that also works in ‘forum closed’ mode - Niethalf - 11-10-2024 Hi, I would like to add links for my imprint and possibly other pages in the top navigation. The pages must always be accessible, even when the forum is closed. Also for guests and members. How do I add links there? And how can I also insert these links in the footer? RE: Add link in top navigation and footer that also works in ‘forum closed’ mode - Judel - 29-04-2026 To add links to the top navigation, you need to add them in the header_welcomeblock_member. If you want them for guest too, you should be able to add those to header_welcomeblock_guest. Here is the what the code looks like in the member template (I added the last 3 links): Code: <a href="{$mybb->settings['bburl']}/memberlist.php" class="dropdown-item p-2">{$lang->toplinks_memberlist}</a> |