Log in

View Full Version : Question re: vbulletin_global.js


Antivirus
12-08-2005, 02:27 PM
Regarding the file /clientscript/vbulletin_global.js

One of my hacks required the following edit to the code when i was running version 3.5.0:

-------------------------------------------------------------------
search for this:
-------------------------------------------------------------------

400, 241, 'Reputation'


-------------------------------------------------------------------
Replace with:
-------------------------------------------------------------------

650, 360, 'Reputation'



however since i upgraded to version 3.5.1 the file no longer seems to contain the "search for" code to modify... I went ahead and made all other file edits for the hack and it seems to be functioning perfectly, so i was just wondering if the code was moved into another file, if it should still be modified, or if it's no longer an issue.

If anyone has an idea, please let me know- thanks!

Marco van Herwaarden
12-08-2005, 03:59 PM
It might help if you posted this question in the thread of the hack that required this.

Antivirus
12-08-2005, 04:09 PM
I would have, but the hack was never released ;)

Antivirus
12-13-2005, 08:50 PM
anyone have any idea what happened to this file?

:(

merk
12-13-2005, 08:56 PM
If you wrote it, could you not look for a similar location to place the code?