View Full Version : a new(old) bug
i reported this bug on the last version as well, posts that have been moved from the "news" thread still appear in the news module as empty messeges (only headline).
Guy Nesher
Brian
05-20-2004, 04:14 PM
Not sure why this wasn't fixed. If you'll open your forum/modules/news.php and look for:
WHERE forumid IN($vba_options[portal_news_forumid]) AND thread.visible = 1 $notdeleted
Replace that with:
WHERE forumid IN($vba_options[portal_news_forumid]) AND thread.visible = 1 AND thread.open != 10 $notdeleted
And that should fix the problem. :)
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.