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
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