Quote:
Originally Posted by Trigunflame
Yes i know about that one, it is actually a problem with how the script is coded but doesnt show itself due to vbulletins buffered output.
Basically its calling the replacepngtags() before the actual function is defined. You can solve that problem by moving the function definition above the actual call to it..
in lamens terms..
you want
function nameofthefunction()
{
}
nameofthefunction()
instead of vice versa.
|
Thanks. Works great now with that hack enabled. :banana: