PDA

View Full Version : Forum Display Enhancements - View Forums From CP


ickie
01-27-2007, 10:00 PM
This simple Mod will let you ,
View Your Forums From Your Admin CP,
This works well if you use a wide screen monitor.

go to your forums root
open admincp folder
look for index.php

File to edit =1, "index.php"

find this line about line 165
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo
$vbulletin->session->vars['sessionurl_q']; ?>" target="_blank"><?php echo
$vbphrase['forum_home_page']; ?></a>

Change to
<a href="../<?php echo $vbulletin->options['forumhome']; ?>.php<?php echo
$vbulletin->session->vars['sessionurl_q']; ?>" target=""><?php echo
$vbphrase['forum_home_page']; ?></a>

Note ... the only thing I changed was (target="_blank") to (target="")

http://www.ickie.net/forum-in-admin-cp.jpg

EnIgMa1234
01-28-2007, 12:44 AM
first install :D

Distance
01-28-2007, 12:47 AM
Shouldn't this be in template mods?

EnIgMa1234
01-28-2007, 12:49 AM
no because it has file changes

Distance
01-28-2007, 01:20 AM
Ah yes sorry i didnt fully read it, i thought it was template changes

theFAILURE
01-28-2007, 01:43 AM
I've been doing this for a while, but while browsing the forums within the Admincp, after a period of time if you click any of the admin links it wants you to log back in.

ickie
01-28-2007, 01:56 AM
thefailure,
go to vBulletin Options/Admin Control Panel Options/Timeout Admin Login and click yes

go to vBulletin Options/Cookies and HTTP Header Options/Session Timeout
I have in mine set to 2400 (this is 40 minutes)

SnickersTK
01-28-2007, 08:07 AM
Hmmmmm, I wonder. In "Who's Online". Will tell people that your in the admin cp or where your browsing?

ragtek
01-28-2007, 08:40 AM
that your in forum

ragtek
01-28-2007, 08:47 AM
if you change it to target="main" and not target="" it would be nicer and more right ;)

JohnBee
02-07-2007, 07:53 PM
So simple yet so darned useful! - thanks for this.

Eagle Creek
02-16-2007, 01:47 AM
Go to your forum manager.
Click ANY forum you like.
And reach the same effect.

Or am I saying stupid things :(?

ahmednadir
05-10-2007, 10:54 PM
Go to your forum manager.
Click ANY forum you like.
And reach the same effect.

Or am I saying stupid things :(?


no,
thats what I've been doing

cfitzarl
05-26-2007, 11:20 PM
It doesn't work for me :( .