(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.