vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - LCD-Display vB 3.7 (https://vborg.vbsupport.ru/showthread.php?t=169319)

stangger5 01-31-2008 10:00 PM

LCD-Display vB 3.7
 
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..

BatMNet 02-01-2008 03:46 AM

Installed :D

rainyleaves 02-01-2008 03:57 AM

Lcd --> Led?

Boofo 02-01-2008 04:12 AM

This looks interesting. I will give it a shot. Thank you. ;)

stangger5 02-01-2008 04:17 AM

Quote:

Originally Posted by rainyleaves (Post 1433637)
Lcd --> Led?

LCD or LED,,whatever you want to call it...lol..
I didnt name it..

MR.BOSS 02-01-2008 04:38 AM

any screen shot?

stangger5 02-01-2008 04:53 AM

Quote:

Originally Posted by MR.BOSS (Post 1433670)
any screen shot?

Sorry,,no screen shots but you really need to see the Demo,,,to see it in action...
Click here to see the demo..

:)

projectego 02-01-2008 08:31 AM

[high]* projectego clicks install :)[/high]

cyberbob73 02-01-2008 09:16 AM

Installiert :up:

gwerzal 02-01-2008 09:41 AM

Is it the thing that is goin on about the arcade.

It does look cool on your site there but dont think it would really suit any of mine at the minute.

stangger5 02-01-2008 09:48 AM

Its at the top..

The arcade info isnt added to this version...
If you know how to code some,,you can add just about any db query out there..
Having it put from all kinds of stats..

safakuygur 02-01-2008 09:55 AM

Installed thanks

skrazydogz 02-01-2008 03:34 PM

I have the following mistake in firefox and seamonkey

the sentence isnt realy center in the middle in the hight .

See Screenshot.

In IE is all correct.

Mephisteus 02-01-2008 03:54 PM

I might have some good fun with this. Fun thing :D

Breathex 02-01-2008 04:21 PM

That's what i was looking for, perfect hack thanks. I'll install it soon.

Martell 02-02-2008 12:23 AM

Installed thanks:)

dtv100 02-03-2008 03:30 AM

I have my forum style customize a little and maybe is causing this addon not to show .is there any way I can add it manually ?

loonytune15 02-03-2008 04:21 AM

I have installed.

Looks interesting, and i need to play with it...

**edit** not displaying correctly in firefox.

stangger5 02-03-2008 04:43 AM

Quote:

Originally Posted by dtv100 (Post 1435078)
I have my forum style customize a little and maybe is causing this addon not to show .is there any way I can add it manually ?

Add this
Code:

<!-- main -->
Where you would like it to show..

For it not displaying correctly in firefox,,I have never used firefox so I dont know..
If someone wants to code it to work,,I`ll be glad to add it..

admin0 02-03-2008 08:45 AM

Is it possible to display the LCD in some other non-vb domains, but in the same server.
For example, I run a vbulletin site, a chat site and an ecards side. Will it be possible to display this LCD in the chat site (different domain) and ecards (different folder) section.

admin0 02-03-2008 09:12 AM

Installed ! does not show anywhere on www.nepalhub.com/

There is nothing in the instructions to say what code to put if adding manually.

Martell 02-03-2008 11:34 AM

Find in product-lcd_display.xml a code $replace = (' <! - main-> ');

Instead of <! - main-> try $navbar or $header, оr other values.

admin0 02-03-2008 03:55 PM

OK..

got it working in the homepage .. I changed the $replace to $navbar.

Question: why does it work only on homepage? and not on internal pages?
Is it possible to show it on arcade page , and also on a non-vb page, but on the same server.

stangger5 02-03-2008 04:47 PM

Yes it will work in the arcade..
Try the adv and the Arcade template edit I just added to the first post...

You should be able to add that to any template..

admin0 02-03-2008 06:12 PM

Great.
I can also include http://www.nepalhub.com/lcd.php into an iframe into any external website :)

How can i change the title in the main forums page to NepalHUB LCD ?

River_rush 02-03-2008 07:00 PM

Quote:

Originally Posted by admin0 (Post 1435530)
Great.
I can also include http://www.nepalhub.com/lcd.php into an iframe into any external website :)

How can i change the title in the main forums page to NepalHUB LCD ?

Style manager/edit templates/lcd display

find <span class="normalfont">&nbsp;<b>LCD Display (liquid crystal display)</b></span>

and alter to read your custom header

skrazydogz 02-05-2008 10:22 PM

can someone fixe it for firefox please ?

Orakk 02-06-2008 02:35 PM

Is there a way I can have this display on vbadvanced only. I don't want it running the forum.

Cheers..

stangger5 02-06-2008 04:18 PM

Quote:

Originally Posted by Orakk (Post 1437424)
Is there a way I can have this display on vbadvanced only. I don't want it running the forum.

Cheers..

You can add the adv code from the first post..
Then go into the admincp >> Plugins & Products >> Plugin Manager
and find LCD Display[forumhome_start],, uncheck it and save..



Quote:

Originally Posted by skrazydogz (Post 1437063)
can someone fixe it for firefox please ?

In foxfire in shows near the bottom of the lcd box,,to move it up,,you can edit the
lcd template...

Look for
Code:

margin-top: 0px;
and change to
Code:

margin-top: -3px;
See if that helps..

Orakk 02-07-2008 10:23 AM

Worked a treat, many thanks.. :up:

Martell 02-07-2008 01:16 PM

stangger5 Prompt how to add Russian??? Thanks!

kylek 02-08-2008 09:04 AM

This will be a nice replacement for the old marquee hack, thanks!!

Just installed and trying it out.
Is there a way to slow down the text entering?
We have the first line set for left to right and it comes flying on to the screen quite fast. Would be looking for a more slower scroll if at all possible.

stangger5 02-08-2008 09:53 AM

Play around with Interval Timer: and Wait Timer:

Bubble #5 02-08-2008 10:24 PM

Is there a way to center the text? :confused:

rmxs 02-09-2008 12:00 AM

Edit lcd_display template and change
Quote:

<tbody id="collapseobj_lcd_display" style="$vbcollapse[collapseobj_lcd_display]">
<tr>
<td class="alt1" style="width:100%" align="left">

TO

Quote:

<tbody id="collapseobj_lcd_display" style="$vbcollapse[collapseobj_lcd_display]">
<tr>
<td class="alt1" style="width:100%" align="center">

Bubble #5 02-09-2008 01:43 AM

OK thank you rmxs :) As soon as we figure out how to get the hack to work we'll try that :)

Audentio 02-09-2008 01:46 AM

Very cool!

skrazydogz 02-09-2008 02:53 AM

is the firefox mistake fixed ?

stangger5 02-09-2008 09:44 AM

Quote:

Originally Posted by skrazydogz (Post 1439218)
is the firefox mistake fixed ?

I use firefox and IE,,,it works in both for me...
Can you give me more info on whats going on ??

rinkrat 02-22-2008 12:12 AM

This is cool! Thanks!


All times are GMT. The time now is 04:53 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.01393 seconds
  • Memory Usage 1,817KB
  • 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
  • (5)bbcode_code_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete