AdminCP & ModCP open in new window/tab
This modification is in the archives.
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 Code:
<a href="$admincpdir/index.php$session[sessionurl_q]"> Code:
<a href="$admincpdir/index.php$session[sessionurl_q]" target="_blank"> Code:
<a href="$modcpdir/index.php$session[sessionurl_q]"> Code:
<a href="$modcpdir/index.php$session[sessionurl_q]" target="_blank"> 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 Download No files for download. |