vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Mini Mods - Marquee Text (https://vborg.vbsupport.ru/showthread.php?t=194814)

bkm_mahdi 03-28-2009 03:19 PM

buzz

AteNa 04-01-2009 01:47 PM

Thanks ... :)

Kobra Khan 04-09-2009 03:26 AM

some how i can't get this to work on my site using vb 3.8.3 version
i did import this in plugin and even check the setting
don't know wut is is wrong here ?

longgsm 04-13-2009 05:15 AM

how do it stop run when overmouse? Help me! Thanks!

longgsm 04-13-2009 06:32 AM

Quote:

Originally Posted by longgsm (Post 1790013)
how do it stop run when overmouse? Help me! Thanks!

I have done.

Edit Marquee_Text template then insert: onmouseover="stop();" onmouseout="start();"

tipoboy 04-13-2009 06:16 PM

is there any way to have this show in a custom place as apposed to the pre defined places?

i tried $marquee bbut it didnt work

anyone??

synseal 04-14-2009 06:16 PM

Thanks for that, marked as installed, cheers!.

tipoboy 04-22-2009 07:50 AM

Is this mod still suported????

Quote:

Originally Posted by tipoboy (Post 1790419)
is there any way to have this show in a custom place as apposed to the pre defined places?

i tried $marquee bbut it didnt work

anyone??


my_aly 04-27-2009 04:17 AM

thank you

teşekkürler

sbsforum.us 04-28-2009 03:24 PM

Installed and using.

Thanks for your time.

solidstate 05-02-2009 02:23 PM

how to add linking with the text??

crazymilk 05-03-2009 01:46 PM

Installed thanks love this one problem i`m having is i see it on all my forum pages but not on my vBadvanced page ? any help would be great thanks again

DobieGillis? 05-03-2009 02:43 PM

just figured out how to add emoticons to the scroll, awesome Mod!

decca87 05-03-2009 02:51 PM

Quote:

Originally Posted by DobieGillis? (Post 1803657)
just figured out how to add emoticons to the scroll, awesome Mod!

how?

DobieGillis? 05-03-2009 03:01 PM

Quote:

Originally Posted by decca87 (Post 1803664)
how?

simple HTML, Add anywhere to the text you create. My admin, Tipoboy, did this for me.

i.e.

<img src="http://www.yourforum.com/forum/images/smilies/your.gif" />

crazymilk 05-04-2009 01:23 PM

Quote:

Originally Posted by crazymilk (Post 1803601)
Installed thanks love this one problem i`m having is i see it on all my forum pages but not on my vBadvanced page ? any help would be great thanks again


Still have problem anyone know how to sort this out?

troybtj 05-15-2009 06:06 PM

Extremly Useful, I've used it since 3.6!

Main Question/problem: This is something a lot of people need to update the contents of the "scrollie"/marquee, is there a way to add this option in the modcp, or in the admincp for admins without requiring the dreaded Site Settings permissions?

I had to hack the code to check usergroup for displaying the marquee, as it only has information useful for half the members. Is there a way to add "Show to usergroups" to the settings?

Dr.LoVe 05-16-2009 01:26 AM

thanx

mrtroybaker 05-16-2009 03:45 AM

No file uploaded and no local file found.

marshal_ramdev 05-16-2009 04:31 AM

thanks

scratchit 05-19-2009 10:53 AM

marked as installed tyvm

tipoboy 05-19-2009 10:58 AM

Is this still supported? Atakan hasnt posted in here since the release??

still waiting on an answer to:

Quote:

Originally Posted by tipoboy (Post 1790419)
is there any way to have this show in a custom place as apposed to the pre defined places?

i tried $marquee bbut it didnt work

anyone??


eaglegene 05-23-2009 09:12 PM

Installed & works great. Thanks & keep up the great work!

mk craig 42 05-25-2009 09:33 AM

This mod is great, but the problem im having is that it shows up everywhere, is it possible to make it just show on the forum home and not the rest of the forum pages?, i.e threads
thanks

Greek76 05-25-2009 10:39 AM

Quote:

Originally Posted by longgsm (Post 1790039)
I have done.

Edit Marquee_Text template then insert: onmouseover="stop();" onmouseout="start();"

Where exactly do you post this in the template? Thanks

Maximiliano_Max 05-26-2009 12:00 AM

Thanks .. I want to try

Reycer 07-30-2009 01:24 AM

How can I make this work on my CMPS homepage? I love this mod BTW, thanks a heap!!

iyama 07-31-2009 12:23 PM

Installed*

Timer set to 20 buth its not delaying :(
How to hide it for not log in members?
Where and how to make: onmouseover="stop();" onmouseout="start();" ??

carmichael1973 08-02-2009 05:57 PM

I'll try to help with a couple of these issues which are pretty basic!

To add spaces:
PHP Code:

Insert :   &nbsp;   for each SPACE 

PHP Code:

(So  &nbsp;&nbsp;&nbsp;  would 3 SPACES

To add STOP/START on MOUSEOVER: In Marquee_Text Template

Change
PHP Code:

<marquee direction="$yerscrolldelay="$vboptions [mtext_speed]"

To:
PHP Code:

<marquee direction="$yeronmouseover="this.stop();" onmouseout="this.start();" scrolldelay="$vboptions [mtext_speed]"


As for the CMPS issue. Try setting the Marquee position to "Below Header". I may look into that more but it won't be anytime soon.

matthewhotdude 08-02-2009 06:10 PM

Can't this be sent so that it's only shown to users not logged in?

carmichael1973 08-02-2009 06:53 PM

Quote:

Originally Posted by matthewhotdude (Post 1860241)
Can't this be sent so that it's only shown to users not logged in?


Of course, anything is possible. It can either be hardcoded right at the plugin level or what I'm planning, which is adding selectable usergroups from the options menu.

I just don't have the time to dedicate to it right now!

matthewhotdude 08-02-2009 07:24 PM

Thanks! I look forward to a update sometime in the future. Uninstalled for now

macc 08-12-2009 01:11 AM

hello

what to do for get display text message like this " welcome to (new username)" - mean username who reg. just on board ...

reg

macc

a marked man 70 09-14-2009 08:04 AM

Quote:

Originally Posted by tipoboy (Post 1790419)
is there any way to have this show in a custom place as apposed to the pre defined places?

i tried $marquee bbut it didnt work

anyone??

try $marqtextx ;)

Worked for me

Cybershaolin 09-15-2009 02:29 AM

Quote:

Originally Posted by carmichael1973 (Post 1860231)
To add STOP/START on MOUSEOVER: In Marquee_Text Template

Change
PHP Code:

<marquee direction="$yerscrolldelay="$vboptions [mtext_speed]"

To:
PHP Code:

<marquee direction="$yeronmouseover="this.stop();" onmouseout="this.start();" scrolldelay="$vboptions [mtext_speed]"


This works but now the delay speed does not work anymore! Changing it to any value doesn't change anything at all. How come?

Cybershaolin 09-18-2009 04:00 PM

No idea why the delay speed does not work anymore after adding the start/stop code?

Nickbe 09-18-2009 06:55 PM

What is the point of this mod?

Cybershaolin 09-25-2009 05:06 AM

Quote:

Originally Posted by macc (Post 1865521)
hello

what to do for get display text message like this " welcome to (new username)" - mean username who reg. just on board ...

reg

macc

I would also like this too. And a correction for the speed bug when using mouse over as well.

OpheliaDrowning 11-10-2009 12:48 AM

There's an extra space between $vboptions and [mtext_speed], just remove it and it should fix your scrolling delay issues.

Change

PHP Code:

scrolldelay="$vboptions [mtext_speed]" 

To

PHP Code:

scrolldelay="$vboptions[mtext_speed]


Hope that helps :)

multiplex 12-06-2009 04:45 AM

would somebody be able to provide some guidance on how to not show this banner to guests

would it be as simple as adding

Code:

<if condition="$show['member']">
</if>

in the template? in the xml?


All times are GMT. The time now is 01:04 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.01402 seconds
  • Memory Usage 1,808KB
  • 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_code_printable
  • (8)bbcode_php_printable
  • (11)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