|
Viewing your forum in Control Panel
This modification is in the archives.
/*======================================================================*\
|| Viewing your forum in Control Panel || || ======================================================= || Brought to you by: || http://www.vBCoderz.com || || ======================================================= || || Author : Shawn || Works on : vBulletin 3.5 / 3.6 || Released : 05. May 2007 || || Time required to install: ~1 minute || Difficulty: easy \*======================================================================*/ View screen shot for preview Description: This views your Forum Home Page in your admincp when you click Forum Home Page in your admincp in the right hand corner or you can click New which will do the default. This is a simple tweak, it really bugs me when I have to have two windows open on my site to do work. Open your admincp/index.php and modcp/index.php file Find: 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>
|
<a href="index.php?<?php echo $vbulletin->session->vars['sessionurl']; ?>do=cplogout" onclick="return confirm('<?php echo $vbphrase['sure_you_want_to_log_out_of_cp']; ?>');" target="_top"><?php echo $vbphrase['log_out']; ?></a>
Code:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo $vbphrase["new"]; ?></a> | <a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo $vbphrase['forum_home_page']; ?></a> Download
This modification is archived, downloads are still allowed. Supporters / CoAuthors
Screenshots |
|||||||||
Similar Mods
| Administrative and Maintenance Tools Members Online in Admin Control Panel and Mod Control Panel | vBulletin 3.6 Add-ons |