View Full Version : Popup Admin CP when Admin visits Forum Index
Artik
07-24-2002, 02:09 AM
Just came to mind, thought it would be a useful hack for the admins. ;)
EchoHype.com
07-24-2002, 04:56 AM
Hmmm......probably would use some javascript in it? not completely sure
Logician
07-24-2002, 07:56 AM
Here is an alternative which gives the same result:
Edit ADMIN/index.php, find:
<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>" target="_blank">Go to your Forums Home Page</b></b></TD>
Replace it AS:
<td align="right"><b><a href="../index.php?s=<?php echo $session[sessionhash]; ?>">Go to your Forums Home Page</b></b></TD>
Now whenever you want to visit your forum (or Admin CP), login to your admin CP and click "Go to your Forums Home Page"
:lick:
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.