![]() |
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. :( |
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.
|
Quote:
|
Did you turn on the option I told you to? If you did, then the template name will be in the source code.
|
Quote:
thanks |
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. |
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 |
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.
|
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?? :( |
Quote:
As for other errors on pages, read what it says in the validator. It usually tells you what is wrong. Good luck. |
Quote:
i checked postbit template, postbit_legacy template but cant find out... i think there is something wrong in BBcode definition... can u tell me where can i edit html syntax of < center> </ center> bbcode?? http://validator.w3.org/check?uri=ht...Inline&group=0 |
Quote:
Quote:
|
Quote:
there is no template name there.. like template xyz begins etc. :( |
Paste the source code in text editor and turn on line numbers. That's what I've been doing when helping you.
|
Quote:
Code:
<td class="vbmenu_control" id="linkbacktools" nowrap="nowrap"> but i'm think here is problem : Code:
<!-- message --> so please kindly help man |
When you don't see the template name *right* there, you go up the lines until you do see it. Or, like in the code you posted above, do a search in your templates for "<!-- message -->" or any comment around in the source code. Sometimes you need to get creative in finding the template.
As for the lines, I'm not getting the exact lines either, but don't forget you need to view the site as a guest, which is what the validator is doing. You can't view it as an admin because the code will be different. |
Quote:
--------------- Added [DATE]1209188571[/DATE] at [TIME]1209188571[/TIME] --------------- Quote:
|
All times are GMT. The time now is 11:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|