The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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: Code:
<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> |
#3
|
|||
|
|||
![]()
thanks heaps works great now
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|