Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
LCD-Display vB 3.7 Details »»
LCD-Display vB 3.7
Version: 1.0, by stangger5 stangger5 is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.7.0 Rating:
Released: 01-31-2008 Last Update: Never Installs: 103
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

LCD - Display vb 3.7..
Works with vb 3.6 and vb 3.8 too..

Demo

Upload all files and import the product (product-lcd_display.xml)..

You need a minimum of 2 Lines for the LCD to function..
Inside the Generel-Settings, 40 Letters are Standard,
you might have to play with it so the the LCD-Letters do not run out of the Frame.

To use the Welcome usename/guest in the LCD box..
LCD-Display in the admin menu..
Preferences
Create New Line,
Textline (Language:

Code:
hello {begruser}
Now you can change the,,
Text align:
How to fade-in the Text:
How to fade-out the Text:
Wait-Mode:
Pick the color,
Text-Color:
Background-Color:
Color-Flash Color:

Then (Submit)

Make as many text lines as you want..
Click,, Create New Lines,, for each one..

If you want it to show in adv or the arcade ,,
add this under the $navbar in the adv_portal and ARCADE templates..

Code:
<table cellpadding="1" cellspacing="1" border="0" style="width:100%" class="tborder">
<tbody>
 <tr class="tcat">
  <td width="100%" align="left"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('lcd_display')"><img id="collapseimg_lcd_display" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_lcd_display].gif" alt="" border="0" /></a>
   <span class="normalfont">&nbsp;<b>Announcements 
</b></span>
  </td>
 </tr>
</tbody>

<tbody id="collapseobj_lcd_display" style="$vbcollapse[collapseobj_lcd_display]">
 <tr>
  <td class="alt1" style="width:100%" align="center">
   <iframe name="led" src="lcd.php" style="width:100%; height:30px" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>
  </td>
 </tr>
</tbody>
</table>
<br />
Enjoy !!
stangger5

Thanks goes to,,
Snoopie from web-dynamic.de for this hack..
Hacksaw from hacksaw.de for converting it to vb 3.6..
I`ve added some code and coverted it to English..

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 02-26-2008, 06:07 AM
cypher1973 cypher1973 is offline
 
Join Date: May 2007
Posts: 22
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ive just noticed what the problem is but dont know how to sort it.

I have a 19" widescreen which im using to modify the forums and the text is centered perfectly but when i use my forums on my 19" normal screen the text is showing more to the right .

Have you any idea what would cause this.

many thanks

andy

p.s great mod
Reply With Quote
  #53  
Old 02-26-2008, 11:07 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use a 22" wide screen...What works for me might not work for you...
It centers fine for me so its hard to say...

One thing you could try is making the LCD box alittle smaller..
That will help center is some..

You will need to edit the lcd template..

Find:
Code:
pre { font: 10px courier new; line-height: $cssfont; letter-spacing: -3px; }
and change the 10 to 9,,like this,,

Code:
pre { font: 9px courier new; line-height: $cssfont; letter-spacing: -3px; }
Reply With Quote
  #54  
Old 02-26-2008, 05:18 PM
7lanet's Avatar
7lanet 7lanet is offline
 
Join Date: Aug 2007
Location: YeMeN
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stangger5 View Post
You need a minimum of 2 Lines for the LCD to function..
Do you have two line ?
what do you mean in line topic ?:erm:
where i can find line?
:*_*:
Reply With Quote
  #55  
Old 02-27-2008, 02:04 AM
7lanet's Avatar
7lanet 7lanet is offline
 
Join Date: Aug 2007
Location: YeMeN
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to Get LCD2 ؟
Reply With Quote
  #56  
Old 02-27-2008, 08:20 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by 7lanet View Post
what do you mean in line topic ?:erm:
where i can find line?
:*_*:
Go into your admincp,,,look on the left side menu.
Find webdynamic,,click on that and then Preferences..

Under,
LCD (Liquid Crystal Display)
You should see create new line..

Thats where you start...
Reply With Quote
  #57  
Old 02-27-2008, 08:46 AM
Orakk's Avatar
Orakk Orakk is offline
 
Join Date: Nov 2007
Location: SouthOZ
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
pre { font: 9px courier new; line-height: $cssfont; letter-spacing: -3px; }
Making the font smaller makes my problem at 1280 worst and at 1024 sends the inner dispaly too far left. Increaseing it to 11px wasn't an option either. I tried an earlier fix to center the dispaly but that failed to change anything.

At 1280 the inner text does not expand to the full width.. Any more clues? :up:
Reply With Quote
  #58  
Old 02-28-2008, 03:45 AM
7lanet's Avatar
7lanet 7lanet is offline
 
Join Date: Aug 2007
Location: YeMeN
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

look images in Attach
Reply With Quote
  #59  
Old 02-29-2008, 07:54 AM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Great mod!

Are you able to help with grabbing things from the database to display? I see on your site youve got it set to show arcade information - Anychance you can write a step by step guide as im a little stuck!
Reply With Quote
  #60  
Old 02-29-2008, 10:22 AM
stangger5's Avatar
stangger5 stangger5 is offline
 
Join Date: Jan 2005
Location: Online
Posts: 1,130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Orakk View Post
Code:
pre { font: 9px courier new; line-height: $cssfont; letter-spacing: -3px; }
Making the font smaller makes my problem at 1280 worst and at 1024 sends the inner dispaly too far left. Increaseing it to 11px wasn't an option either. I tried an earlier fix to center the dispaly but that failed to change anything.

At 1280 the inner text does not expand to the full width.. Any more clues? :up:
I didnt write this hack so I dont know all the in`s and out`s..

I`ll try to play around with it and see if i can come up with something..

Quote:
Originally Posted by 7lanet View Post
look images in Attach
Looks like,,you have a line or two thats blank..

Quote:
Originally Posted by powerful_rogue View Post
Hi,

Great mod!

Are you able to help with grabbing things from the database to display? I see on your site youve got it set to show arcade information - Anychance you can write a step by step guide as im a little stuck!
To have it show arcade info,,,,you need to know how to write data base querys for what you want...As you can see from thefulcrumpoint dot org,,I have arcade info showing just about everywhere.....lol...
Reply With Quote
  #61  
Old 02-29-2008, 12:15 PM
powerful_rogue powerful_rogue is offline
 
Join Date: Jan 2007
Location: Kent
Posts: 603
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by stangger5 View Post
I didnt write this hack so I dont know all the in`s and out`s..

I`ll try to play around with it and see if i can come up with something..



Looks like,,you have a line or two thats blank..



To have it show arcade info,,,,you need to know how to write data base querys for what you want...As you can see from thefulcrumpoint dot org,,I have arcade info showing just about everywhere.....lol...
Thanks for your reply.

Any chance you can give me an example of these queries then I can have a play around knowing im on the right track!

Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:27 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.05888 seconds
  • Memory Usage 2,324KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete