The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Next time post this in the same thread please.
![]() Anyway, in search.php find this: Code:
$datesql=" AND thread.lastpost>=".$bbuserinfo[lastvisit]; $wheresql="1=1".$forumsql.$datesql; $wheresql.=" AND thread.open<>10"; Replace that with this: Code:
$datesql=" AND thread.lastpost>=".$bbuserinfo[lastvisit]; if ($newsonly) { $wheresql="1=1 AND forumid=XX".$datesql; } else { $wheresql="1=1".$forumsql.$datesql; } $wheresql.=" AND thread.open<>10"; Change XX to the ID of your news forum, then link to search.php?action=getnew&newsonly=1. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|