MyBB Community Forums

Full Version: Link To Chat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like help adding a link to my chat hereĀ https://gyazo.com/c8a16a42008203e341eae6b51b4478ab
header template of the theme (in Header Templates) consists of code like below
<li><a href="{$mybb->settings['bburl']}/misc.php?action=help" class="help">{$lang->toplinks_help}</a></li>

after that you can add required link code
<li><a href="chat link" class="chat" style="background: none;">Chat</a></li>