Back to vBulletin 3.5 Add-ons

Viewing your forum in admincp
Mod Version: 1.00, by Shazz

This modification is in the archives.
vB Version: 3.5.x Rating: (13 votes - 5.00 average) Installs: 18
Released: 20 May 2007 Last Update: Never Downloads: 0
Not Supported Code Changes  

/*======================================================================*\
|| 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>
Replace with:
Code:
<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

No files for download.

Supporters / CoAuthors

  • Shazz

Screenshots

 


vblts.ru supports vBulletin®, 2022-2025