lordtopcat
02-16-2008, 10:00 PM
Hi Guys,
This small modification will make your Administration Control Panel & Moderator Control Panel open up in a new window/tab when you click on the link. I find this useful especially when I am editing templates and can quickly switch between the two links.
Very simple instructions, just two edits.
FIND in footer template
<a href="$admincpdir/index.php$session[sessionurl_q]">
REPLACE with
<a href="$admincpdir/index.php$session[sessionurl_q]" target="_blank">
FIND in footer template
<a href="$modcpdir/index.php$session[sessionurl_q]">
REPLACE with
<a href="$modcpdir/index.php$session[sessionurl_q]" target="_blank">
I know the mod isn't much, but it is very helpful at times :)
Internet Explorer 7 users: If you want it to open up in a new tab instead of window, do the following:
Go to 'Tools' -> 'Internet Options' -> 'Settings' under 'Tabs'
Change 'When a Pop up is encountered' from 'Open in a new window' to 'open in a new tab'.
Regards
LTC
This small modification will make your Administration Control Panel & Moderator Control Panel open up in a new window/tab when you click on the link. I find this useful especially when I am editing templates and can quickly switch between the two links.
Very simple instructions, just two edits.
FIND in footer template
<a href="$admincpdir/index.php$session[sessionurl_q]">
REPLACE with
<a href="$admincpdir/index.php$session[sessionurl_q]" target="_blank">
FIND in footer template
<a href="$modcpdir/index.php$session[sessionurl_q]">
REPLACE with
<a href="$modcpdir/index.php$session[sessionurl_q]" target="_blank">
I know the mod isn't much, but it is very helpful at times :)
Internet Explorer 7 users: If you want it to open up in a new tab instead of window, do the following:
Go to 'Tools' -> 'Internet Options' -> 'Settings' under 'Tabs'
Change 'When a Pop up is encountered' from 'Open in a new window' to 'open in a new tab'.
Regards
LTC