Shazz
05-19-2007, 10:00 PM
/*================================================= =====================*\
|| Viewing your forum in admincp
||
|| ================================================== =====
|| Brought to you by:
|| vBCoderz.com (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:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ?></a>
Replace with:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo $vbphrase['forum_home_page']; ?></a>
Your done!
Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147721)
|| Viewing your forum in admincp
||
|| ================================================== =====
|| Brought to you by:
|| vBCoderz.com (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:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo $vbphrase['forum_home_page']; ?></a>
Replace with:
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo $vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo $vbphrase['forum_home_page']; ?></a>
Your done!
Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=147721)