Back to vBulletin 3.6 Template Modifications

Admin & Mod CP links at the top of the page
Mod Version: 1.0.0, by Analogpoint

This modification is in the archives.
vB Version: 3.6.x Rating: (2 votes - 5.00 average) Installs: 9
Released: 04 Oct 2007 Last Update: Never Downloads: 1
Not Supported Template Edits  

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

vblts.ru supports vBulletin®, 2022-2024