Log in

View Full Version : RSS Feed Manager removing threads from search


basskiller
09-21-2008, 02:51 PM
I want to keep the threads that are created by the RSS feeds, But I don't want them to come up when you click on the "New Posts" search function

https://vborg.vbsupport.ru/search.php?do=getnew


I seem to remember that there was a PHP file edit that would exempt any posts for any given forum to show up in the "New Search" Function
But for the life of me, I can seem to find it anymore

Lynne
09-21-2008, 03:06 PM
https://vborg.vbsupport.ru/search.php?do=getnew&exclude=x where x is the forumid to exclude from the new search.

basskiller
09-21-2008, 03:10 PM
let me try that..

--------------- Added 1222013968 at 1222013968 ---------------

--------------- Added 1222014007 at 1222014007 ---------------

really can't see where to add that.. In the nvbar, it calls for the serch.php file.. in there it's clling for several different "getnew" fetchhooks

Lynne
09-21-2008, 03:46 PM
I believe it is in the navbar twice, so you need to add the exclude part to both of them.

<td class="vbmenu_control"><a href="search.php?$session[sessionurl]do=getnew&amp;exclude=x" accesskey="2">$vbphrase[new_posts_nav]</a></td>

basskiller
09-21-2008, 04:24 PM
Yea Lynne, I found them an added the exclude and forum id.. but that didn't seem to work

I did find this thread https://vborg.vbsupport.ru/showthread.php?t=185868&highlight=getnew
and this seems to work well

Thanks for the help!!!

--------------- Added 1222018762 at 1222018762 ---------------

I will add.. if your running VBSEO, you have to turn it off to get the true forum ID number to get the above plugin to work