Yes, Julian, its fixed!! THNX MAN, I am such an dumb@$$ not to read the code -_-!!
One more thing, I fixed the error in moderate.php. Here is what to do,
Find 1 of 2:
PHP Code:
makelabelcode("<b>Located in:</b>","<a href=\"../forumdisplay.php?s=$session[sessionhash]&forumid=$thread[forumid]\" target="_blank">$thread[forumtitle]</a>");
Replace with:
PHP Code:
makelabelcode("<b>Located in:</b>","<a href=\"../forumdisplay.php?s=$session[sessionhash]&forumid=$thread[forumid]\" target=\"_blank\">$thread[forumtitle]</a>");
Find 2 of 2:
PHP Code:
makelabelcode("<b>Located in:</b>","<a href=\"../forumdisplay.php?s=$session[sessionhash]&forumid=$post[forumid]\" target="_blank">$post[forumtitle]</a>");
Replace With:
PHP Code:
makelabelcode("<b>Located in:</b>","<a href=\"../forumdisplay.php?s=$session[sessionhash]&forumid=$post[forumid]\" target=\"_blank\">$post[forumtitle]</a>");
I hope that was the fix, at least I think that was the fix, also, This was no error in vb portal, thats the way vb2.2.9 came, someone should post this at vbulletin.com or something. Thx you guys, I fixed all the errors!!