Back to vBulletin 3.6 Add-ons

Viewing your forum in Control Panel
Mod Version: 2.00, by Shazz

This modification is in the archives.
vB Version: 3.6.x Rating: (16 votes - 5.00 average) Installs: 68
Released: 20 May 2007 Last Update: 13 Jun 2007 Downloads: 118
Not Supported Code Changes  

/*======================================================================*\
|| 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>
Replace with:
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>
Your done!

Download

This modification is archived, downloads are still allowed.

File Type: %1$s Viewing your forum in Control Panel.txt (1.8 KB, 99 downloads)

Supporters / CoAuthors

  • Shazz

Screenshots

Click image for larger version
Name:	Screenshot.jpg
Views:	360
Size:	81.0 KB
ID:	65567  

Similar Mods

Administrative and Maintenance Tools Members Online in Admin Control Panel and Mod Control Panel vBulletin 3.6 Add-ons

vblts.ru supports vBulletin®, 2022-2025