G0F0RBR0KE
06-29-2007, 10:00 PM
/*==========================*\
||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:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Below Add
<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.
||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:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Below Add
<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.