PDA

View Full Version : Custom external.php output not XHTML valid...?


thuffner
01 Jun 2007, 19:17
Hey guys. Kind of a weird question I have but am hoping someone might know the answer.

I have wanted to display the latest posts from my message board on my main index for some time, and have just recently found out how to implement it.

Using magpie's RSS reader and some manipulation of vB's external.php output, I have outputted the latest board posts to my index page, seen here in the upper left hand corner under 'Message Board':

http://www.bondmovies.com/

So the output is working, however, it is not parsing the ampersands in each thread's URL as XHTML compliant (here is the validation error page: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.bondmovies.com%2F ).

Here is the URL of the RSS feed I input into magpie:
http://www.bondmovies.com/board/external.php?forumids=9,5,36,6,37,34,15,35,42,30,38,32,39,33,40,21,31,48,23,22,4 3,41

Any ideas how to make the URL's XHTML compliant?

Thanks! :)

Dismounted
02 Jun 2007, 09:43
Find all instances of this in external.php:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Replace With:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


Submitted to vBulletin Bug Tracker

thuffner
04 Jun 2007, 19:50
Hmm...did just that and am still getting the errors...

Dismounted
05 Jun 2007, 11:06
It's validating now....