The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Overwriting JS functions
Code:
vBpagenav.prototype.form_gotopage = function(e) { if ((pagenum = parseInt(fetch_object('pagenav_itxt').value, 10)) > 0) { window.location = this.addr + '&page=' + pagenum; } return false; }; PHP Code:
Hmm it does seem to work. Nvm |
#2
|
|||
|
|||
Maybe try setting it to null to erase the anonymous function then reassigning it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|