The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is it possible to have more than one "New posts"-search?
What I mean is, can I have two different search-links that will show new posts in different parts of the forum? I.e. one search will show new posts from Category 1, another search will show new posts from Category 2.
|
#2
|
||||
|
||||
I've never seen anything like that. But I wonder if you couldn't craft some sort of Google site search to do that?
|
#3
|
|||
|
|||
Create two links based on the existing one and at the end of each link use "exclude= ..." to exclude forums by forum id.
Code:
<li><a href="search.php?do=getnew&contenttype=vBForum_Post&exclude=1,2,3,4,5">Group A New Posts</a></li> <li><a href="search.php?do=getnew&contenttype=vBForum_Post&exclude=6,7,8,9,10">Group B New Posts</a></li> |
#4
|
||||
|
||||
Interesting. Presumably that will work with "include" also, as well as with categories.?
|
#5
|
|||
|
|||
I'm not sure of either one. It's easy enough to try with a modified link. If it doesn't work nothing will blow up.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|