(2022-01-15, 07:12 PM)greenops011 Wrote: So, I installed the Simplicity Responsive theme, got my logo changed, and things are working great. Now, my one question is, is there a way to create a hotlink to an external website in the navigation bar?
I want to make a link to my roleplay communities computer aided dispatch site, and place it beside the "help" button. not sure if thats possible, or how to do that. If anyone has any thoughts or suggestions, it'd be greatly appreciated
hi , hope you are doing well it is great to know that you are using this theme and you like it .
Answer of Your Question is
Go to Admin CP >>
Then go to theme and Style Tab >>
then go to Templates >>
then click on header template >>>
Find
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help">Help</a></li>
add link , below mention is code example
<li><a href="www.google.com"> Google </a></li>
Replace your desire link with www.google.com and Google with Button name you want to Display
BR
Mujeeb