![]() |
Remove RSS feeds from active topics / todays posts
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, and 3.7 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 "," |
Great idea :D
Much easier then editing the templates to adapt to it. Now I dont need to worry about adding a new skin either :) Thanks :D |
whats the use of this ? i a unable to understand ?
|
Quote:
|
Works good on VB 3.7 with one exception. I'm not sure if it's because I'm using a custom skin with a member panel instead of the standard vb skin or what.
I used to use "search.php?do=getnew&exclude=1,2,3,4," I like your method much better, cause I don't have to edit the template The problem I'm running into is that the Total count of unread messages is still including the excluded posts. See photo below Where it says "You Have X Unread Posts" it is including the excluded posts, when I click on "Unread Posts" it does properly exclude the forums listed in the plugin. My question is: How can I get that number to accurately match the true # of Unread posts when factoring in the "excluded" posts?? Thanks, Jason |
Bloody brilliant, members have been pestering us to remove the RSS Feeds from the new posts and now it's done :).
|
I installed it and it had a negative affect on my forum. Took it off...
|
Could this code be edited to instead of excluding a forum, it excludes a member - their topics - from showing up in the results?
I have a gadgets section on my forum where gadget feeds are sent from my own gadget website but there are other posts made in there as well from users. |
Thousands of thanks to you, I looked around for almost 2 hours and found your solution at last, which resolved my issue. :)
|
I agree. THIS IS A GOLDEN ADDON! Was very much needed.
|
All times are GMT. The time now is 07:20 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:
|