I uploaded a fix to vbulletin.org
http://www.vbulletin.org/forum/showthread.php?t=139175
Announcement
Collapse
No announcement yet.
Search Result
Collapse
9 results in 0.0174 seconds.
Keywords
Members
Tags
-
After doing a grep on everything in clientscript, it's only 36 times where this happens.
Leave a comment:
-
Found the issue.
vB uses a lot of "for (var i in array_var)" and any extensions to Array's prototype will show up as i and won't be a real object.
The easiest change...Last edited by YogiTW; Sun 11 Feb '07, 12:00pm.
Leave a comment:
-
has anyone successfully integrated prototype into vB? I've spent far too much time figuring out what the issues are between them.
Leave a comment:
-
-
Is there a list of all of the vB tables?
For years we've been using one DB for both vB and our site stuff. Once the DB hit 180 tables I decided it was time to separate the two. So I did a mysql hot copy to make a forum database.
...
-
Modulus in conditionals
Can you use modulus (aka mod or % in C) in conditionals?
We want to alternate colors for the backgrounds. Essentially (in a pseudo code):
bgcolor=<if condition="$postnumber...
-
Yeah, I can up the connection number (we're not using pconnect).
However did something change between 226 and 229 that would require more connections?...
Leave a comment:
-
Upgraded to 229. Mysql errors and slowdown
Two days ago I upgraded our forums from 226 to 229. We had tested the upgrade internall, just a few of us browsing and everything seemed fine.
When I completed the external upgrade and...
Leave a comment: