Admin & Mod CP links at the top of the page
This modification is in the archives.
This is a super-simple template mod to add Admin CP and Mod CP links to the top right corner of the page. The links are only shown if the user has the appropriate mod or admin permissions.
I created this for myself, because it's a lot more convenient than scrolling to the bottom for the admin/mod cp links or typing in the url. It should work for most styles, and since the links are small they are fairly non-intrusive. If you need to change the link or background colors so the links show up with your style, just ask here. To install, simply paste the following code at the bottom of your footer template. Code:
<if condition="$show['admincplink'] || $show['modcplink']"> <div style="position:absolute;top:2px;right:8px;font-size:x-small;"> <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> </div> </if> Download No files for download. |
Similar Mods
Add links to FlashChat administration page and support forum to Useful Links | vBulletin 3.0 Full Releases |
Admin-Only Links | vBulletin 2.x Full Releases |