vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   FireFox displays Reply Window incorrectly (https://vborg.vbsupport.ru/showthread.php?t=75832)

DRJ 02-06-2005 12:34 PM

FireFox displays Reply Window incorrectly
 
1 Attachment(s)
Not sure what the problem is. Some windows are messeduponlyinFireFox(IE is fine). The Reply Window for one is offset so itgoes off the screen. Is there any fix for this?

Zachery 02-06-2005 12:47 PM

Cut down on the number of smilies in your smilies box.

DRJ 02-06-2005 01:02 PM

Should that matter? It will display fine in IE and there is room for the reply box and smiles to fit.

Thanks

Zachery 02-06-2005 02:34 PM

Quote:

Originally Posted by DRJ
Should that matter? It will display fine in IE and there is room for the reply box and smiles to fit.

Thanks

Well it does if I am telling you it does, IE and Firefox render things differntly.

DRJ 02-06-2005 11:47 PM

Thanks for your help. Would it be easy to modify it so that the Smilie box could appear below the text box?

noppid 02-07-2005 12:17 AM

Quote:

Originally Posted by DRJ
Thanks for your help. Would it be easy to modify it so that the Smilie box could appear below the text box?

That smilie box drives me nuts too! I have to look into how it is rendered and if the smilies can be moved below.

Good Idea.

SVTBlackLight01 02-07-2005 11:09 AM

Quote:

Originally Posted by DRJ
Thanks for your help. Would it be easy to modify it so that the Smilie box could appear below the text box?

This is what I'm using. Look in your editor_toolbar template (standard and/or wysiwyg) and find this
Code:

<!-- / edit text area -->
       

        </td>
       
        <if condition="$smiliebox"><td class="controlbar">$smiliebox</td></if>
</tr>
</table>

and replace it with
Code:

<!-- / edit text area -->       

        </td>       
        </tr>
        <if condition="$smiliebox">
<tr valign="top"><td class="controlbar">$smiliebox</td></tr></if>
</tr>
</table>


DRJ 02-07-2005 11:34 AM

Thanks, that will work.

SVTBlackLight01 02-10-2005 10:30 AM

You're welcome :)


All times are GMT. The time now is 01:56 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.00955 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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