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)

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 10:15 AM.

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.01399 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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