Viewing your forum in admincp
This modification is in the archives.
/*======================================================================*\
|| Viewing your forum in admincp || || ======================================================= || 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 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 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> Code:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo $vbphrase['forum_home_page']; ?></a> Download No files for download. Supporters / CoAuthors
Screenshots
|