http://virtualforums.co.uk/page/directory/view/all/ord/cat
All the Forum Directories are missing/gone.![]()
~Darkmage
I see that, too.![]()
The only one that is there is vForums Support, but it's just the title, no description or anything.![]()
Guess that's what happens when I try and fix the smiliesAll fixed now.
Guess that's what happens when I try and fix the smiliesAll fixed now.
Seems kind of unrelated, but I guess that's PHP for ya.![]()
Guess that's what happens when I try and fix the smiliesAll fixed now.
Seems kind of unrelated, but I guess that's PHP for ya.![]()
The UBBC function parses both UBBC tags and the smilies. To parse the smilies for each skin it uses a seperate call to an image creating function. This works fine when the UBBC function is called on a forum where the image function exists. However the directory uses the same UBBC function but because it's not a forum it didn't have the function which is used to create skin-specific images. So because the UBBC function was trying to call another function which didn't exist it just died. Hope that makes sense![]()
Guess that's what happens when I try and fix the smiliesAll fixed now.
Seems kind of unrelated, but I guess that's PHP for ya.![]()
The UBBC function parses both UBBC tags and the smilies. To parse the smilies for each skin it uses a seperate call to an image creating function. This works fine when the UBBC function is called on a forum where the image function exists. However the directory uses the same UBBC function but because it's not a forum it didn't have the function which is used to create skin-specific images. So because the UBBC function was trying to call another function which didn't exist it just died. Hope that makes sense![]()
I know what you mean; I share a function for UBBC/smileys between my site and forum too, and the UBBC kept messing up on the site for the same reason.![]()
Now there is a new error, with the Editing forum directory. Every time I try to modify the directory the whole page turns white, and the task bar at the bottom says "Done"
Here is my forum
http://ffnation.virtualforums.co.uk
~Darkmage
Fixed