The Arcive of vBulletin Modifications Site. |
|
View Forums From CP Details »»
|
|||||||||||||||||||||||||
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="") ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
first install
|
|
#3
|
||||
|
||||
|
Shouldn't this be in template mods?
|
|
#4
|
|||
|
|||
|
no because it has file changes
|
|
#5
|
||||
|
||||
|
Ah yes sorry i didnt fully read it, i thought it was template changes
|
|
#6
|
||||
|
||||
|
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.
|
|
#7
|
|||
|
|||
|
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) |
|
#8
|
|||
|
|||
|
Hmmmmm, I wonder. In "Who's Online". Will tell people that your in the admin cp or where your browsing?
|
|
#9
|
|||
|
|||
|
that your in forum
|
|
#10
|
|||
|
|||
|
if you change it to target="main" and not target="" it would be nicer and more right
|
![]() |
|
|