The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
which templates are called here???
somebody please tell me which templates are called on following page :
http://www.projectsplanet.com/ready-...presentations/ and which template is used here : http://www.projectsplanet.com/ready-...sentation.html please help there are w3c validation errors... i just want to know the template names. |
#2
|
||||
|
||||
vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.
|
#3
|
||||
|
||||
its not working man!! it aint showing me template names!! thats why i'm asking here. please tell me template names man
|
#4
|
||||
|
||||
Did you turn on the option I told you to? If you did, then the template name will be in the source code.
|
#5
|
||||
|
||||
OK SORRY MY FAULT!! I kept clean html source option ON thats why it was removing those comments from source!! i got the template name
thanks |
#6
|
||||
|
||||
Too many templates are used on that page, or any page. If you can't be more specific about exactly what part of the page you need to know about and you can't get the template names turned on, then I can't help you with it. I suppose your other option is to turn on debug mode and then every single template called on that page will be listed on the bottom.
edit: I just looked again and now you have turned the template names on. So, just view your source code around the part you are wondering about and the template name will be there. |
#7
|
||||
|
||||
thanks a million man..
but it seems like line numbers are not matching. i mean i cant figure out on which line error is caousing.. btw here is code block where error persist can u plz tell me hwere that <table> tag suppose to be closed?? Here : <tbody> <tr align="center"> <td class="alt1Active" colspan="2" align="$stylevar[left]" id="f$forum[forumid]"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td> <td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td> <td> <div> <a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a> <if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if> </div> <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> <if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if> <if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if> </td> </tr> </table> </td> <!-- START REMOVE LAST POST SUB-FORUMS IN FORUMDISPLAY FOR GUESTS --> <if condition="$bbuserinfo[usergroupid] == 1"> <td class="alt2">$forum[threadcount]</td> <td class="alt1">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt2"><div class="smallfont">$forum[moderators] </div></td> </if> <else /> <td class="alt2">$forum[lastpostinfo]</td> <td class="alt1">$forum[threadcount]</td> <td class="alt2">$forum[replycount]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="alt1"><div class="smallfont">$forum[moderators] </div></td> </if> </if> <!-- END REMOVE LAST POST SUB-FORUMS IN FORUMDISPLAY FOR GUESTS --> </tr> </tbody> <if condition="$childforumbits"> <tbody> $childforumbits </tbody> </if> These are the errors i'm getting : http://validator.w3.org/check?uri=ht...Inline&group=0 |
#8
|
||||
|
||||
Actually, it's right before that block of code. You forgot the </thead> tag that goes right before the <tbody> tag you have in your code above.
|
#9
|
||||
|
||||
Quote:
also another thing here is only 1 error http://validator.w3.org/check?uri=ht...Inline&group=0 i even know in what block of code it exist but cant figure out the template name. please can you tell me template name?? |
#10
|
||||
|
||||
Quote:
As for other errors on pages, read what it says in the validator. It usually tells you what is wrong. Good luck. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|