The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
This should get you started:
Code:
<script type="text/javascript"> function Reload () { var f = document.getElementById('nav'); f.src = f.src; } </script> Then you need to initiate the code, you will have to setup code that will process it once your hack is installed. But this code below will allow you to perform the action via link: Code:
<input type="button" value="Reload" onclick="Reload();"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|