Thread: Miscellaneous Hacks - LCD-Display vB 3.7
View Single Post
  #96  
Old 05-14-2008, 01:52 AM
b6gm6n's Avatar
b6gm6n b6gm6n is offline
 
Join Date: Aug 2002
Location: UK
Posts: 691
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's a little more info on thos who want a better display...

I had problems, in firefox it looked great, but in IE the letters looked too small... i had various settings etc with the iframe height, i needed a bigger box because my letters looked larger, i didn't realize it was set for those using internet explorer (thus smaller letters)

anyways i found a solution, looks the same (near enough) in firefox and IE

But i need a way in the 'lcd' template to detect and IE broswer and change a setting, don't know how to do that yet, but if you look at the 'lcd.php' file you'll find this code
Code:
if (is_browser('ie') OR is_browser('opera')) $cssfont = "5px";
- cssfont i changed to 5, it made the height of my letters in IE larger, but they still looked too slim... but you can change that in the 'lcd' template, find
Code:
pre { font: 9px courier new; line-height: $cssfont; letter-spacing: -1px; }
- see the last part as -1, well thats the setting for IE, the default -3 is fine for firefox, so if you know how to switch values in that template depending on which browser you use then great, my iframe size in the 'lcd display' template is this >
Code:
   <iframe name="led" src="lcd.php" style="width:100%; height:35px" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>
-b6
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01170 seconds
  • Memory Usage 1,765KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete