|
View Forums From CP
This modification is in the archives.
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="") ![]() Download No files for download. |
|||||||||