Add links to forumleader bar
This modification is in the archives.
Just a simple mod I was playing around with that adds more links to the forum leaders bar. I've added a few for demonstration. However its very easy to remove links and add others if you so wish.
This is my 2nd mod, so please be nice. :smoke: Code:
Go to: Admin CP > Styles & Templates > Edit Templates > Forum Home Templates > FORUMHOME Find: <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if> Change With: <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a> - <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> - </if> <a href="$vboptions[homeurl]">$vboptions[hometitle]</a> <if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> - </if><if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> - </if> <if condition="$vboptions['forumleaders']"> <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if> Simple, but might be useful. If you have any questions about removing a link or adding another link, let me know. So you know, I'll post screenshots of what it looks like when logged in as Admin, a Mod, a Member, and when not logged in. Cheers. Download No files for download. Screenshots
|
Similar Mods
[vbadvanced Gallery & Links] Number of contributed pics & links in profile | vBulletin 3.5 Add-ons |
Profile Enhancements vbadvanced Links 2.0beta Number of contributed links in profile | vBulletin 3.6 Add-ons |