Customizing SMF > Modifications and Packages
RSS Feed Poster 3.0.4 Released with 2.0 Support!
THE BRA1N:
--- Quote from: Fabiolas on April 15, 2012, 06:24:03 AM ---
--- Quote from: THE BRA1N on April 14, 2012, 07:49:13 PM ---Tried that along with recounting the forum stats but not working for me. Feed poster still at 0 posts.
--- End quote ---
It will only work for new posts ;)
--- End quote ---
Yep, it sure does! Thanks for that.
Drover:
Anyone found a way to stop the duplicate posts yet? This is a great mod except that all the duplicate posts make is pretty much unusable. :(
vbgamer45:
It has duplicate post check built in based on the title and description does an md5 check as long as those don't change...
Drover:
--- Quote from: vbgamer45 on April 18, 2012, 02:33:51 PM ---It has duplicate post check built in based on the title and description does an md5 check as long as those don't change...
--- End quote ---
I know you said this, but it doesn't work. I still get dupes...exact dupes. And reading through this thread it seems other people do too.
Drover:
--- Quote from: Fabiolas on April 05, 2012, 08:07:25 PM ---How to prevent this mod from post duplicate content
This mod was design to generate an hash from title+description. But i figured-out that many rss feeds had gone crazy and my RSS Feed Poster started to create new posts without content or with minimum changes and under the same title. This is really not what we want when we are using pretty urls for example. And Google don't like duplicated content.
So, this change will generate an hash code just from title. So, it won't post duplicated titles again :)
Find(./Sources/Subs-RSS2.php):
--- Code: ---$itemhash = md5($context['feeditems'][$i]['title'] . $context['feeditems'][$i]['description']);
--- End code ---
Replace with:
--- Code: ---$itemhash = md5($context['feeditems'][$i]['title']);
--- End code ---
--- End quote ---
That made it worse. :(
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version