MyBB Community Forums

Full Version: Add custom links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys!

I am wondering on how to add an extra link in this box, which can be visible by a specific group only.

The link would be an external one.

[Image: ebAz9nR.png]



Forums URL: http://forum.ad-rp.url.ph

Test Account: MyBB_Tester
Password: Tester1
Templates > Revo > Header templates > header_welcomeblock_member

Should have links like these below i think. (currently updating it and changed things on my version installed)

 <div class="popup_item_container">
        <a href="Link to the page here" class="popup_item">Page name here</a>
      </div>
(2015-02-03, 08:19 AM)iAndrew Wrote: [ -> ]Templates > Revo > Header templates > header_welcomeblock_member

Should have links like these below i think. (currently updating it and changed things on my version installed)


 <div class="popup_item_container">
        <a href="Link to the page here" class="popup_item">Page name here</a>
      </div>


I see, but I`m asking how to make the link visible only for a specific group.

Nevermind, found it by myself.
Thanks!