PDA

View Full Version : How to exclude an RSS feed if the title includes "X"


John Diver
08-22-2012, 01:16 PM
Hey,

Just like the title, I would like to know if I can exclude an RSS feed that excludes a word / text from being posted on my forum.

I am including some of my feeds into my forum but some are not relevant, I would like to exclude those, either by text in the subject or body, is this possible?

Thanks

kh99
08-22-2012, 02:00 PM
You would need to modify the code in includes/cron/rssposter.php. It's set up to include posts which match a keyword, if you set any, but it doesn't look like it can exclude them.