mattd
06-09-2007, 09:29 PM
First I don't mean the actual thread column or the thread it self. I'm talking about the External php page and displaying latest posts/threads on a PHP page. I'm using carp to display the RSS feed in php. However my problem is it seems the RSS is not updating it keeps displaying the same posts over and over or displaying no posts. Any Ideas?
protoss
06-10-2007, 05:32 AM
Not really a vBulletin problem, it is I think your carp configuration.
Cache settings perhaps. Database cache or file cache ?
File cache needs to be chmod 777 for writing.
Dave A
06-12-2007, 05:43 AM
It depends what feed you're pulling out of external.php anyway. It has its limitations. Maybe try with
external.php?type=RSS2&lastpost=1
This shows the last post of any thread instead of the first post.