PDA

View Full Version : Rss feeds : How to get thread replies to be added to the thread posted by the cron?


John Diver
08-10-2012, 01:35 PM
Hey,

I have 2 forums being imported to 1 of mine and the feeds are coming no problem, the problem is, every reply to a thread is being posted as a new thread.

I would like to be able to have the replies added as a reply to the feeds that were posted, is this possible?

Thanks!

kh99
08-12-2012, 01:55 PM
You would need to modify the code in includes/cron/rssposter.php. I believe it's only written to post each item as a separate thread or announcement.

John Diver
08-13-2012, 08:19 AM
Ok, thanks Kevin :)

I have no idea how to do it but I will check it out anyway :)

John Diver
08-17-2012, 09:17 AM
Unfortunately I have no idea after looking at the code :(

I know exactly what I want to do but just don't know how it should be coded.

I want to add any posts that have "Re :" + the same title as another post.

For example if a thread is named "Hello world" then the RSS feed gets another thread of "Re : Hello World" then it would be added to the same thread as a reply rather than posting it as a new post.