Log in

View Full Version : How can i do this?


Andy92
04-08-2008, 10:32 PM
Hey,

Right, i have a tutorials forum on my website under...

http://www.kedoa.com/forum/forumdisplay.php?f=46

Now i have made a custom rss feed (php rss feed), that basically connects to the threads table, and displays all the latest threads in the tutorial section, but it comes out in a load of gobbldygoop with bb code in. See for yourself...

http://feeds.feedburner.com/KedoaTutorials

It comes out with all bbcode in. How can i get it to transcribe it back into normal text like it is displayed in the showthread.php file?

Lynne
04-08-2008, 10:35 PM
Have you taken a look at vbulletin's own page that spits out the rss for the threads and seen what they do? Check out the coding in the external.php page.

Andy92
04-29-2008, 08:51 PM
Ok, ive looked into that, and ive switched it on in my vbulletin settings.

Check it out here...

http://www.kedoa.com/forum/external.php?type=RSS2&forumids=59

But it doesnt display the whole thread, only like the first 100 letters? How can i get it to display the whole thread?

Plus when i add forumids=59 it is still showing the threads from all categories and not just 59.

Lynne
04-29-2008, 10:04 PM
First, your url.

You are using: http://www.kedoa.com/forum/external.php?type=RSS2&forumids=59
Try using: http://www.kedoa.com/forum/external.php?type=RSS2&forumids=59

As for the full text, you may want to read this thread: Full Rss Feed Text (https://vborg.vbsupport.ru/showthread.php?t=177203&highlight=fulldesc%2A)

Andy92
05-05-2008, 08:50 PM
Ok i go to http://www.kedoa.com/forum/external.php?type=RSS2&forumids=59 and it displays but doesnt display any feed content?

Andy92
05-14-2008, 09:18 PM
Has anyone got any ideas?

Lynne
05-14-2008, 10:13 PM
Is forum 59 viewable to the public - to guests? I tried other forum ids and they work - like http://www.kedoa.com/forum/external.php?type=RSS2&forumids=11

Andy92
05-15-2008, 04:40 PM
Ok that works. My mistake.

But forum id 11 (resources) is under the main category Design which is forum id 6.

Is there any way to put something at the end of external.php to make it display all the recent threads in all the categories under the design Category?

Lynne
05-15-2008, 05:57 PM
Ok that works. My mistake.

But forum id 11 (resources) is under the main category Design which is forum id 6.

Is there any way to put something at the end of external.php to make it display all the recent threads in all the categories under the design Category?
I looked through the manual and couldn't find a way to have the child forums also. I think you need to explicitly list them like:
http://www.kedoa.com/forum/external.php?type=RSS2&forumids=6,7,8,9,10,11