PDA

View Full Version : I got a Unique Problem On my VB forum


vagke
09-15-2008, 10:35 AM
I need help for this problem.


I am Posting using RSs feeds to my site.The html should be parsed to BBcode and should be posted in the forum.

What error i am getting is..

the html which was posted to my forum is not being parsed instead it is removing < > tags and posting it on my forum.

for example <br /> and it posts on the site as br /

it removing the tags and post the text inside the tags.

There is no problem with the RSS feeds as i am successfully using it on other forums hosted on different server.

I need help from VB people whether you can help me in anyway.So that i can take this issue to the data center ppl regarding the problem. If it is problem which can be resolved by the data center.

Test thread : http://123moviez.com/forum/showthread.php?p=1#post1

Opserty
09-15-2008, 11:47 AM
Have you tried it with another feed which contains HTML?

Also, please choose a more appropriate example (thread & feed) as vbulletin.org is a PG-13 rated site.

nexialys
09-15-2008, 12:08 PM
actually the feed you use if not a RSS but a Atom, so it is not parsed properly... you have to use RSS/RSS2 feeds, not Atom, because the coding is really different, bringing the kind of results you see right now, as vBulletin only have RSS as readers, no atom or anyother xml feed.

vagke
09-15-2008, 06:52 PM
The problem is the feeds are not working on my forum. The feeds are working on same vbulletin forum on other server.

That's the problem here.

If vbulletin is not parsing properly. then it shouldn't parse in other forums hosted on other servers as well.

Lynne
09-15-2008, 07:30 PM
Are both forums running the same version of vb? And all the same settings for the feed? Any modifications added for the feed?