The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
widget recent posts without threads?
Is it possible to modify the recent post widget so that no new threads ar displayed, only answers?
|
#2
|
|||
|
|||
I haven't tested it at all, but I think maybe you could modify the query in packages/vbcms/widget/recentposts.php around line 422 to look like this:
Code:
WHERE 1=1 $forumsql $associatedthread AND thread.visible = 1 AND post.visible = 1 AND thread.open <> 10 AND post.dateline > $datecut AND thread.firstpostid <> post.postid $globalignore $ignoresql (the part in red is added). Of course that will change all Recent Post widgets. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|