The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
|||
|
|||
![]()
Well, you could make your index.php something like this:
PHP Code:
Code:
<script type="text/javascript"> function loadframes() { var page = document.location.href; page = page.substring(page.lastIndexOf('/') + 1, page.length) ; document.location.href = "index.php?page=" + encodeURI(page); } </script> ... <BODY onload="if (self==top) loadframes();"> ETA: Maybe you could have a "start radio" link or button instead of having it load automatically? That might be easier to add to every page. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|