Back to vBulletin 3.6 Template Modifications

Adding "AdminCP" on Navbar
Mod Version: 1.00, by G0F0RBR0KE

This modification is in the archives.
vB Version: 3.6.7 Rating: (1 vote - 4.00 average) Installs: 4
Released: 30 Jun 2007 Last Update: Never Downloads: 2
Not Supported Template Edits  

/*==========================*\
||Created by: EvilAkuma:
||Navbar: Adding "AdminCP"
\*==========================*/

WARNING

If you do not wish for members to click on it, I advice you not to add it. If you have a high patch password protected (like me) feel free to add this.

This little modification is so you don't have to scroll all the way at the bottom of the page just to click on "Admin.

Go to ACP>Style & Template> Style Manager>Default Skin>Edit Template>Navigation / Breadcrumb Templates>Navbar

Find:
Code:
<if condition="$show['member']">
			<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
		</if>
Below Add

Code:
<if condition="$show['member']">
                        <td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a></td>
                </if>
To prevent users from clicking; Create a child skin for your-self and disable it for users clicking on it.

Download

No files for download.

Supporters / CoAuthors

  • EvilAkuma

vblts.ru supports vBulletin®, 2022-2024