The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide Prefixed Thread from Recent Widget
Is there a way to tell the Recent Posts and/or Recent Threads widget to ignore a thread with a specific prefix? I assume this would involve modifying the search.php command, but I don't know what that code would be specifically.
|
#2
|
||||
|
||||
No, there is no way to do this with default vbulletin. You would need to add to the query at the bottom of vbcms/widget/recentposts.php something like:
Code:
AND thread.prefixid != 'xxxxx' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|