The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Latest Posts Script showing moderated posts
Hi There
I have a version of a latest post script which displays the latest posts onto a non VB page, however, I've noticed that it is displaying posts which are automatically moderated by the forum software. Is there any way I can stop moderated posts from being shown on my latest posts script? PHP Code:
|
#2
|
|||
|
|||
I think you just need to check the visible field of the thread table, like (add the middle line):
Code:
WHERE forumid NOT IN (" . $exclude_list . ") AND visible = 1 ORDER BY threadid DESC |
#3
|
|||
|
|||
Super! That's done the trick
Thanks for the help and the prompt reply |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|