Thanks for your response!
I give it a try and I got the following Database Error message..
Quote:
Database error in vBulletin 4.1.7:
Invalid SQL:
SELECT threadid, firstpostid
FROM thread AS thread
WHERE visible = 1
AND thread.prefixid IN = ('Articles','News')
AND open != 10
AND (thread.forumid IN(53,7,42,15,22,47,29,30,31,41,35)
)
ORDER BY dateline DESC
LIMIT 5;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '= ('Articles','News')
|
--------------- Added [DATE]1325607249[/DATE] at [TIME]1325607249[/TIME] ---------------
Nevermind, I forgot to get rid of "=". it works perfectly now.
THANK YOU !!! this was a big help and need on my end!