vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Can't find code in template (https://vborg.vbsupport.ru/showthread.php?t=176732)

HypedGaming 04-21-2008 12:22 AM

Can't find code in template
 
I have a piece of code that is causing a problem on my forums (well, at least I think it is causing it):

HTML Code:

</div></div></div></td></tr><tr><td class="cat_bottom" style="margin: 0px; padding: 0px; line-height: 0px;" colspan="5"><img src="http://cod4boards.com/clear.gif" alt="" height="8" width="1"></td></tr>
</tbody>
</table>

What it looks like on my forum: http://cod4boards.com/index.php?styleid=4
What it should look like: http://www.vbstyles.com/demo/?styleid=39

Note how the div/table ends right under the welcome message on my forum, and there is no background for the rest of the container.

Does anyone know where this code could be coming from? (and where to find it)

Also, this only happens on the index, the other pages show up as they should

Sorry if this is in the wrong section

Lynne 04-21-2008 02:56 AM

It looks to me like it is this bit of code that is throwing it off:
Code:

<!-- google_ad_section_start -->
<tr><td class="cat_bottom"  style="line-height: 0px; padding: 0px; margin: 0px;" colspan="5"><img src="http://cod4boards.com/clear.gif" alt="" width="1" height="8" /></td></tr>
</tbody>
</table>
<div class="cat_spacer"></div>


It's closing the table which is something not being done on the skin that you want it to be like.

HypedGaming 04-21-2008 03:43 AM

Quote:

Originally Posted by Lynne (Post 1495528)
It looks to me like it is this bit of code that is throwing it off:
Code:

<!-- google_ad_section_start -->
<tr><td class="cat_bottom"  style="line-height: 0px; padding: 0px; margin: 0px;" colspan="5"><img src="http://cod4boards.com/clear.gif" alt="" width="1" height="8" /></td></tr>
</tbody>
</table>
<div class="cat_spacer"></div>


It's closing the table which is something not being done on the skin that you want it to be like.

Yeah thats the code I pasted lol :P

Anyways, I managed to fix it (I messed something up, so I copied the original template code and pasted it back in, and viola :D

Thanks for replying


All times are GMT. The time now is 05:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01116 seconds
  • Memory Usage 1,720KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete