Also I am getting this error message
Parse error: parse error, unexpected T_LOGICAL_AND in /home2/jilly/public_html/forums/search.php on line 2180
I know why it happened - at this part:
---------------------------
AND AFTER
--------------------------------------------------------------------------------------------------------------------------
AND visible = 1
--------------------------------------------------------------------------------------------------------------------------
ADD
--------------------------------------------------------------------------------------------------------------------------
AND thread.forumid NOT IN (".$bbuserinfo['excludeforumids'].")
I didn't know where to put the "ADD" ones - so I just put them right behind the previous sections
|