vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Need some help fixing code in showthread (https://vborg.vbsupport.ru/showthread.php?t=273182)

huskermax 11-01-2011 06:21 PM

Need some help fixing code in showthread
 
1 Attachment(s)
<a href="https://www.vbulletin.com/forum/showthread.php/390148-Quick-reply-button-not-working" target="_blank">https://www.vbulletin.com/forum/show...on-not-working</a>

The link above has my showthread temp in it. The code in blue is ad code I used for vertical ads (see screen shot). When this code was put in it prevented the quick reply box from working. So I need some help fixing this. I would like to keep the vertical ads but need to put it were it needs to go to allow the quick reply to work.

Can anyone help me out here?

nhawk 11-01-2011 07:01 PM

While I don't have the time to do a fix for you, I do see two problems...

1) You're using tables. vB4 is CSS driven.
2) You have a form nested in another form which doesn't work. (one of those scripts is a form)

You need to put the code in a <div class='???'> and define the class in CSS. And you need to move it outside of the form that's already on the page.

huskermax 11-01-2011 07:39 PM

Quote:

Originally Posted by nhawk (Post 2263537)
While I don't have the time to do a fix for you, I do see two problems...

1) You're using tables. vB4 is CSS driven.
2) You have a form nested in another form which doesn't work. (one of those scripts is a form)

You need to put the code in a <div class='???'> and define the class in CSS. And you need to move it outside of the form that's already on the page.

I tried to take out the tables and that did not work. So if I can take out the tables and define the class will that work?

huskermax 11-03-2011 06:29 PM

I am just not good enough at CSS to fix this. If anyone has the time to help it would be great. I have tried but I am not getting it.:(


All times are GMT. The time now is 03:29 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
  • Page Generation 0.01005 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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