[Solved] Adding Item to Navigation Menu - 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: [Solved] Adding Item to Navigation Menu (/showthread.php?tid=19) |
Adding Item to Navigation Menu - itsZenti - 04-02-2024 Sorry am new to php/javascript not really sure where I need to go to add new items under the dropdown menu. Any help would be appreciated! RE: Adding Item to Navigation Menu - Matty - 04-02-2024 (04-02-2024, 10:37 AM)itsZenti Wrote: Sorry am new to php/javascript not really sure where I need to go to add new items under the dropdown menu. Any help would be appreciated! No problem at all! Go to Admin CP > Templates & Styles > Templates > Inspired > Header Templates > header_welcomeblock_member To add a new item to the dropdown menu, add this code directly underneath ($pmslink} Code: <a class="dropdown-item p-2" href="#yourlink">Your Link</a> Just replace '#yourlink' with the desired page (i.e newpage.php) and 'Your Link' with what you'd like it to be called. RE: Adding Item to Navigation Menu - qwerty - 30-05-2024 @Matty can you remove the "Memberlist" from Navigation Menu? |