Log in

View Full Version : How to use RSS in my own plugins with php instead of javascript?


ThorstenA
01-29-2008, 01:48 PM
There is a way to let rss feeds show on my templates using javascript (vbulletin.com > manual > Implementing the External Data Provider)

http://www.vbulletin.com/docs/html/main/vboptions_externaldataprovider_implementing

But how can I do that not with javascript, but with php? Thank you in advance!

cheesegrits
01-30-2008, 03:29 PM
Just insert a standard HTML link to external.php in whatever template you want it on, and leave out the "type=js".

-- hugh

ThorstenA
01-30-2008, 03:32 PM
Just insert a standard HTML link to external.php in whatever template you want it on, and leave out the "type=js".

-- hugh

Thank you for your reply! I want to change the threadids I get from rss feed. There is a function to do that and therefore I need to be able to get the rss feed (so all threads) in php. How can I do that?

cheesegrits
01-30-2008, 04:20 PM
I really don't understand what you are trying to do. Can you explain more?

-- hugh