I have some bots posting using RSS feeds at The Health Place. I want it so that when you click on View posts since last visit or View unanswered posts Posts from the following forums do not appear in the list: Articles Health News Odd News Recipes I'm only looking for the code to change which will do it, no controls from the Admin panel (I can always hand change it if I need to) Seeing its minimal amount of code (I think)..I'm offering $10 via Paypal which is payable as soon as I test the code and it works. Thanks PS. If you want me to PM or post any page, just let me know
I can only guarantee the instant payment for a few more hours....Otherwise, the offer is still valid, its just you may recieve the payment the next day (when I log in) Cheers
********Closed********** The winner of the $10 provided th following code changes: Okay won't be 100% mod complient, but it should be fairly easy to implement. You only have to edit the search.php file: open search.php find (around line ~170): WHERE post_time >= " . $userdata['user_lastvisit']; Code (markup): Replace with: WHERE (forum_id != 23 AND forum_id != 44 AND forum_id != 47 AND forum_id != 55) AND post_time >= " . $userdata['user_lastvisit']; Code (markup): find (around line ~602): AND topic_moved_id = 0"; Code (markup): Replace with: AND topic_moved_id = 0 AND (forum_id != 23 AND forum_id != 44 AND forum_id != 47 AND forum_id != 55)"; Code (markup): Save and Close search.php ====== You can add or change the excluded forums just by modifying the two != lines. Thanks!!
The actually coding only takes 5 minutes. Where to code and how to code is what takes all the time. Thanks for the work and prompt payment YFS1!
Thats why I went with a phpBB expert...as aeiouy said "Its all in finding the part of code that controls it" Green Rep and iTrader on the way