Back to vBulletin 3.6 Add-ons

View forum in AdminCP or new tab/window!
Mod Version: 1.00, by Luky

This modification is in the archives.
vB Version: 3.6.7 Rating: (3 votes - 3.67 average) Installs: 16
Released: 03 Jun 2007 Last Update: Never Downloads: 6
Not Supported Code Changes  

Hey,

Its really simple to do!

This mod will let you view your forum in either a new window/tab (depending on your browser) or you can view it in the window that content is displayed in your AdminCP!

At the top where it shows 'Forum Home | Log Out' It will now show 'Forum Home (New Tab) | Log Out'

In /admincp/index.php find:
PHP Code:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ?></a>
And replace it with:
PHP Code:
            <a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo $vbphrase['forum_home_page']; ?></a>
            (
            <a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="new">New Tab</a>
            )
Thank you!
Please Install

Regards, Jay

Download

No files for download.

Similar Mods

Miscellaneous Hacks AdminCP & ModCP open in new window/tab vBulletin 3.7 Template Modifications
V3Arcade - AdminCP: game settings scroll window vBulletin 3.0 Full Releases

vblts.ru supports vBulletin®, 2022-2024