The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to do this (RSS include and exclude)?
Actually, I have created a new module where I exclude all RSS sub-forums from the getnew or getdaily new messages.
This is how the module looks like: Product: vbulletin Hook location: search_getnew_process Title: Forums included in the results of the getnew or getdaily process Execution order: 5 Plugin PHP code: $forumids = array(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18 ,19,20,21,22,23,24,25,26,27,); Plugin is active: Yes Some of my users (not all of them) would also like to have another link including my RSS sub-forums so they would have something like this in the navbar: New messages New messages with RSS and they would have the choice of clicking on the link they do prefer. How to do this? |
#2
|
||||
|
||||
Add a conditional with a superglobal, then use the superglobal in one link but not the other.
|
#3
|
|||
|
|||
You're losing me! I'm not a coder... the hack I made first was provided by somebody else I can't find anymore.
Would you be able to guide me a little more please? |
#4
|
|||
|
|||
Could I get more details as I said in my previous post please?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|