PDA

View Full Version : Viewing your forum in admincp


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)

flup
05-20-2007, 09:20 PM
Hehe quiet a good idea, perhaps make it a second link so you can choose wether it's gonna be a popup or an inscreen link ;D

Shazz
05-20-2007, 09:33 PM
Hehe quiet a good idea, perhaps make it a second link so you can choose wether it's gonna be a popup or an inscreen link ;D

I don't see the difference in the pop up with the inscreen :erm:

Barakat
05-21-2007, 03:53 AM
cool ,,,,

IBBY
05-21-2007, 10:11 AM
very cool
i like it
its better than two windows
thx :D

flup
05-21-2007, 01:54 PM
I don't see the difference in the pop up with the inscreen :erm:

with inscreen I meant it to load in the frame you loaded it in, in your modification.

Shazz
05-21-2007, 07:49 PM
with inscreen I meant it to load in the frame you loaded it in, in your modification.

Like it loads default into admincp?

flup
05-21-2007, 10:04 PM
No, you misunderstand me.

Just the same link as you created, but placed next to the current link like:

Goto forumhome | Load Forumhome in adminCP | Log Off

theFAILURE
05-21-2007, 10:10 PM
Same thing?

https://vborg.vbsupport.ru/showthread.php?t=137698

I use this quite often, if so good work!

ahmednadir
05-22-2007, 01:19 PM
I don't understand??
this has come up before

Anyway, you can view it without this hack
forum manager, then click any forum you like , why edit when you can do it anyway

thanks anyway for your work