View Full Version : Admin/Mod Cp
Dingo14
01-19-2008, 10:10 AM
I have searched site for this and can't find anything on it
Is there a way of changing this so Admin/Mod Cp opens in new page instead of opening up in same page as forum any help thanks hope i explained this properly
Opserty
01-19-2008, 10:43 AM
Do you mean like when you click the link in the footer? or when you are inside the Control Panels?
If it is the former then you can simple edit the footer template. (AdminCP > Styles & Templates > Style Manager > Common Templates)
Edit the footer template, look for the following and add the bit in red:
<if condition="$show['admincplink']">
<a href="$admincpdir/index.php$session[sessionurl_q]" target="_blank">
$vbphrase[admin]
</a>
-</if>
<if condition="$show['modcplink']">
<a href="$modcpdir/index.php$session[sessionurl_q]" target="_blank">
$vbphrase[mod]
</a>
-</if>
Dingo14
01-19-2008, 09:26 PM
thanks heaps works great now
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.