Back to vBulletin 3.5 Template Modifications

Admin CP and Mod CP links in your navbar
Mod Version: 1.00, by JsnakeJ

This modification is in the archives.
vB Version: 3.5.3 Rating: (1 vote - 5.00 average) Installs: 12
Released: 09 Jan 2006 Last Update: Never Downloads: 2
Not Supported Template Edits  

This is a quite simple template modification that will add your AdminCP and ModCP links to your navbar.

Open your Navbar template.


Find:
Code:
</tr>
	</table>
</div>
<!-- / nav buttons bar -->
You don't have to place it at the end of your navbar. You can place in anywhere you would like on the navbar.

Place Above:
Code:
				<if condition="$show['admincplink']"><td class="vbmenu_control"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]CP</a></td></if>
				<if condition="$show['modcplink']"><td class="vbmenu_control"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]CP</a></td></if>

IF
you would like to remove the other links then please do the following.

Open your Footer template.

Find and Remove:
Code:
				<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>
Should work for any version of vBulletin 3.5.x

Download

No files for download.

Screenshots

 

Similar Mods

Mini Mods Admin Cp Links in Navbar vBulletin 3.6 Template Modifications
Mini Mods Mod Cp Links in Navbar vBulletin 3.6 Template Modifications
Admin/Mod CP links in navbar vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024