The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
Here ya go: http://www.glitchpc.com/forums/c_news_letter.php
|
#12
|
||||
|
||||
I get a 404 on that page.
|
#13
|
||||
|
||||
|
#14
|
||||
|
||||
Grab the source code for your page and throw it into a text editor. Then, search for the lines the validator is having problems with. The first one "</tr><tr>" shows me right away the problem. I'll post the code above it:
Code:
<tr> <td class="alt1" style="padding: 0px;"> <table cellpadding="6" cellspacing="1" width="100%" border="0"> <!-- BEGIN TEMPLATE: c_news_letter_latest_memberbit --> </tr><tr> <td class="alt1" align="center"> <img src="http://glitchpc.com/forums/images/misc/c_news_letter_noav.gif" alt="" /> <div class="smallfont"><a href="http://glitchpc.com/forums/member.php?u=29">tolson7761</a></div> Just keep doing a search for the lines it doesn't like. |
#15
|
||||
|
||||
Lynne...
Thanks for that information, but the coder of this modification has that </tr><tr> within an "if statement" of one of the templates: HTML Code:
<if condition="$latest_members_count%3 == '1'"></tr><tr></if> <td class="$bgclass" align="center"> <if condition="$vboptions[c_news_letter_show_avatar]"> <img src="$member[avatarurl]" alt="" /> </if> <div class="smallfont"><a href="$vboptions[bburl]/member.php?u=$member[userid]">$member[username]</a></div> </td> |
#16
|
||||
|
||||
Then change the lines in the template above it. Or, change the modification. I can't think of any modification I have installed that I haven't changed in some way to work the way I want it to work on my site.
|
#17
|
||||
|
||||
I'm sorry...but I'm truly lost on this one...
Unless someone can take me by the hand and guide me step-by-step through these edits...I'm afraid I may have to call it quits. Seriously though...I really appreciate the help...and even though you see the word "Coder" under my username...don't take it "verbatim". I'm really not that good...if at all. So just generalizing an answer, may be good for some...it's not helping me in the least. |
#18
|
||||
|
||||
Find:
HTML Code:
<if condition="$latest_members_count%3 == '1'"></tr><tr></if> HTML Code:
<if condition="!isset($called) AND $called = true"><tr><else /><if condition="$latest_members_count % 3 == 1"></tr><tr></if></if> |
#19
|
||||
|
||||
Thanks, Dismounted...
Tried your code, but the errors jumped from 37 to 45. So, reverted back to the original code...at least, for now. I'm tellin' ya...this has been a royal PITA... |
#20
|
||||
|
||||
On another note...
I've been told that..."trying to get one's site to validate with W3C compliance is a total waste of time...as long as the code works, why bother?" While others say it's better for several reasons. Anyone care to comment? BTW...I've given up on that particular page...for now, anyway. The coder is working on making it compliant. However, I just added a new style and the forum homepage validates except for one <table> error. I've looked that code up and down and can find nothing wrong with it. Anyone care to take a stab at it? Thanks to anyone who replies... |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|