![]() |
Remove RSS feeds from active topics / todays posts
1 Attachment(s)
This mod with prevent RSS feeds from showing up in active topics and todays posts. A must have if you download RSS feeds to your forum.
This has been tested in VB 3.5, 3.6, 3.7, 3.8 Create a plugin in admincp and fill in the below fields Product = Vbulletin Hook Location = search_start Title = "anything you like" Execution Order = 5 Plugin PHP Code = See below for details *** To remove single forum *** Replace 86 with the forum ID you wish to exclude. $_REQUEST['exclude'] .= ',86'; *** To remove multiple forums *** Replace 86,88,89,93 with the forum ID's you wish to exclude seperated by a comma "," $_REQUEST['exclude'] .= ',86,88,89,93'; Please Note: You must begin your list of domain ID's with a comma "," |
What do you mean by active topics?
Will it also remove from "New Posts" as well as "Todays Posts" ? Does this exclude every thread from the forum id(s) listed or just the RSS threads? Thanx. |
Will this work in 4.0?
|
Quote:
|
Quote:
Quote:
I just installed on v3.8.6 and it seems to be working GREAT! |
All times are GMT. The time now is 09:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|