JL, <br /> <br /> You problem then lies in the sidebar templated not being right because those two closing tags are indeed correct and needed. The header template ends with <tr><td> so the <br />footer needs to have </td></tr> <img src="/forum/images/graemlins/smile.gif" alt="" /> <br /> <br />
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
Not sure which version I just uploaded, I think it was omegatron's <img src="/forum/images/graemlins/smile.gif" alt="" /> On line #659, links_admin.php was:<br />
Thanks Allen yeah thats me looking at things too hard.<br /><br />I went back in and was trying to get some more HTML error to XHTML validate things for Mark. Zip Updated.
fishtails
Enthusiast
Registered: 06/19/02
Posts: 307
Loc: Fernandina Beach, FL
I'm glad y'all like it. Have any bugs other than the html been found? It appears at this point (based on none have been posted) that there aren't any. YAY! Of course, as soon as I post this I'll come back and there will be some. LOL
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
I was checking our links page in the validator and was trying to find out why we're not getting the </body></html> tags. I haven't found the reason (it may be the retro stats killing it), but did find this:<br /><br />At the bottom of show_cat.php there's this line:<br /><br /> include "links/templates/links_show_cat.tmpl";<br /><br />there is no template file by that name. Is that a feature still coming? <img src="/forum/images/graemlins/smile.gif" alt="" />
LOL Allen we seem to be doing the same. Here is a zip of almost XHTML Compliant. There is one thing left and I am scratching my head. The Favorites call to and emtpy body tag and no closing tag to td and tr but I have looked and looked and am at a lose. However this is the only known issue keeping this copy from being compliant. Look this over Allen and see if I am right. <img src="/forum/images/graemlins/wink.gif" alt="" />
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
looks good to me so far <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />It appears the cut off </body></html> tags are related to either the sidebar or retro stats... time for more testing <img src="/forum/images/graemlins/smile.gif" alt="" />
Hmm that sounds like a good theory Allen however how does it only effect the favorites? Should that not affect the validation of all of them. I only get that with the favorites. That is the only file that calls the redirect so maybe the problem lies there. The rest of the script now validates although I do need to go through the links_admin.php and clean a few things up. Waiting on Mark to look at it and find out what is different from the initial release that worked and this release that does not.
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
Haven't checked the favorites <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />I'm talkin about the whole site in which the sidebar is a part... the 2 end tags are missing. Aside, I did manage to almost completely clean up the retrostats script code <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />http://validator.w3.org/check?uri=http://www.ubbdev.com/forum/links.php
Okay Got ya. Yeah I use my sidebar on the left <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /> <br />Understand. There seems to be that issue with the sidebar on the right. <br /> <br />I just switched the sidebar to the right and everything validates as well. Is your sidebar closing template this: <br /> <br /><? //UBBTREMARK <br /> <br />echo <<<UBBTPRINT <br /> <br /></td> <br /><td width="10"> <br /> <br /></td> <br /><td align="center" valign="top" width="{$theme['sidebar_width']}"> <br /> <br />UBBTPRINT; <br /> <br />include("$thispath/pals/sidebarpal.php");//UBBTREMARK <br /> <br />echo <<<UBBTPRINT <br /> <br /></td> <br /></tr> <br /></table> <br /> <br /> <br />UBBTPRINT; <br />/* UBBTREMARK */ ?>
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25432
Loc: Texas
Here's the error I get when clicking on the links admin link:<br /><br />Parse error: parse error, unexpected '<' in /home/virtual/site2/fst/var/www/html/forum/links/links_admin.php on line 659<br />