PDA

View Full Version : RSS question


DrkEgl
05-08-2009, 08:32 PM
Hey guys,
I am new to VBulletin and have a question. We are trying to feed the latest posts to the front page of wordpress. I have tried going through the RSS Feed setup but it wants a specifc forum and user. I want it to take from any category and any user...any way to do this?

Thanks in advance.

vbplusme
05-10-2009, 12:38 AM
Don't know if this helps or not but it from a hack that displays the last 10 post in a marquee. The call might give you a clue what you might be able to do I think.

<script type="text/javascript" src="external.php?forumids=2,32,35,27,3,12,6,30,31&type=js&lastpost=1"></script>

I think I have seen other hacks on here that so similar stuff with other techniques so you might want to do a few different searches for them on here.

HTH