vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Not Your Normal Marquee System (https://vborg.vbsupport.ru/showthread.php?t=105961)

AshokForums.com 02-08-2006 09:45 PM

No upgrades to this hack? I was expecting so much from this.. even a HOTM nomination

Totti 02-09-2006 08:30 PM

i am perfectly satisfied with it ... without further updates ;)

itorrents 02-10-2006 04:13 AM

Let's see how it looks, thanks :)

Omega Prime 02-14-2006 02:00 AM

Is it possible to have this effect integrated with this hack :) ?

Spiffware 02-14-2006 02:35 AM

concidering this is a table had a full page probly now most javascripts need the had header settings and this does not i say no but play if you can let us know we will look into it im sure. or be my guest to make a addon to it..

Joshua5692 02-20-2006 04:38 AM

Cute little mod. We are using it for our online staff announcements.

Thanks for the effort you put into it!

shadowdancer36 02-22-2006 08:58 PM

Just wondering how I would make this show on VBportal? I tried creating a block to place the $marquee in, but no luck. Should I make the block a php, or html?
I can't even get VBportal to pull that from the header either.

shadowdancer36 02-24-2006 08:46 PM

bump

majorj0nny 02-24-2006 08:52 PM

Quote:

Originally Posted by Warlockmatized
EXCELLENT marquee system!!! one issue though........how can i get this to show on MORE than just my forum home. i have cmps 2.0.0 with vb 3.5.3

it works great on my forum home but NO matter what i edit i cannot get it to show on the home page, at the top of a thread, OR on my vbproarcade page.

any/all help is greatly appreciated.

once you have added the $marquee bit to the vba_cmps_include_bottom.php file, this will show on VBA... if you ONLY want this on your VBA homepage and NOT every page that uses your header then simple add $marquee to your 'adv_portal' template after $header .

lovely marquee by the way - i love it ! :)

muan 02-27-2006 01:59 PM

Very nice, thanks :nervous:

Calisse 02-28-2006 06:13 PM

Absolutely fabulous ;)

ronoxQ 02-28-2006 07:13 PM

Just as an idea, Sezmar... maybe people should post up what they're using their marquee for, so others can get ideas?

I'm trying to get it to show the newest users, myself, but thus far it's not working.

NiTRoN 03-07-2006 08:09 PM

Quick suggestion.. Any way u can add option to turn the collors off.. so it will use default template colors. It is really hard to chose right color so it works on multiple skins on your board. My board has skins that have black and white backgrounds...

my 2cents Other than that its wonderfull.. :)

SmashinYoungMan 03-10-2006 10:14 PM

Quote:

Originally Posted by NiTRoN
Quick suggestion.. Any way u can add option to turn the collors off.. so it will use default template colors. It is really hard to chose right color so it works on multiple skins on your board. My board has skins that have black and white backgrounds...

my 2cents Other than that its wonderfull.. :)

Using custom CSS, you can get it to look however you like. I also duplicated the marquee and used <if> statements to show a different message for unregistered members.

http://www.gabshack.com/forum/

xOzzie 03-11-2006 03:51 PM

SmashinYoungMan, I like what you've done. Can you post an example of your "if" statement so I can see how you did that?

Thanks!

SmashinYoungMan 03-11-2006 08:15 PM

Quote:

Originally Posted by xOzzie
SmashinYoungMan, I like what you've done. Can you post an example of your "if" statement so I can see how you did that?

Thanks!

Sure. :)

HTML Code:

<if condition="in_array($bbuserinfo[usergroupid], array(6,7,2,5,10,11))">
<td width="50%" class="marqueebar">$marquee</td>
<else />
<td width="50%" class="marqueebar">$marquee2</td>
</if>

The array is all my registered usergroups, and $marquee shows the message I'd like them to see. The $marquee2, which is the duplicated marquee system, shows the unregistered/not-logged-in message.

xOzzie 03-11-2006 10:50 PM

Thanks!

OK, dumb question. Where did you put the code? I can't find 'marqueebar' used in any of the templates or in the .xml product file. :confused:

SmashinYoungMan 03-11-2006 11:12 PM

Quote:

Originally Posted by xOzzie
Thanks!

OK, dumb question. Where did you put the code? I can't find 'marqueebar' used in any of the templates or in the .xml product file. :confused:

The first thing you will need to do is duplicate the marquee system. Attached to this post is the zip file for the duplicate. Install it just as you would the original marquee system. After you install that, you will see in your vBulletin Options settings for the second marquee system.

Then you simply substitute this code for the "$marquee" you originally put in the header template:

HTML Code:

<if condition="in_array($bbuserinfo[usergroupid], array(6,7,2,5,10,11))">
$marquee
<else />
$marquee2
</if>

Remember to put the proper usergroup IDs in the array for your registered members.

SmashinYoungMan 03-11-2006 11:24 PM

One thing: Remember that whenever sezmar updates the marquee system, the duplicate will have to be upgraded as well. Duplicating the marquee system involves editing the original xml product file, so newbies to this sort of thing may not want to bother with this.

xOzzie 03-12-2006 10:03 AM

Great! Thanks for the detailed reply. This will be useful.

xOzzie 03-12-2006 11:11 AM

Works well but for some reason I can't get the 2nd marquee, for non-registered users, to scroll. It just displays fixed text.

I'll keep fooling with it. Even without the scroll it's extremely useful to be able to remind lurkers to register. :)

SmashinYoungMan 03-13-2006 03:36 PM

Quote:

Originally Posted by xOzzie
Works well but for some reason I can't get the 2nd marquee, for non-registered users, to scroll. It just displays fixed text.

I'll keep fooling with it. Even without the scroll it's extremely useful to be able to remind lurkers to register. :)

Did you get it lined out yet? I double-checked the zip file I attached to make sure I didn't goof up anywhere, though it is the same I use on my site without issue.

xOzzie 03-13-2006 06:49 PM

Not yet, but to be honest I haven't had time to mess with it to much. I did compare both templates and both .xml files and didn't find any differences other than the change of notation to marquee2. The scroll variable seems to be set the same in both but it's only scrolling on the first marquee entry. I need to try some different postions in the header to see if that affects the function.

digitalltv 03-14-2006 06:40 PM

anyone can tell me each templates i need change for this hack work in all forum?

P.S. is possibel make that auto? i mean when install everything work in all forum?

xOzzie 03-14-2006 09:54 PM

I found that putting the $marquee notation in the HEADER template for each of the styles I use caused the marquee to display on each page of my forum. I use two different styles, one for the main forum pages and another for the vBa cmps portal page.

Admincp -> Styles & Templates -> Style Manager -> click the <<>> next to the style you want to change. Navigate to the HEADER template, double click it to open the editor and make the change.

bada_bing 03-17-2006 06:25 PM

Installed nice mod.

Krose 04-11-2006 03:16 AM

I love marquees..thanx a lot! *clicked install*

defcon_420 04-11-2006 01:11 PM

Nice hack "Clicks Install"

davelacey 04-11-2006 10:28 PM

Great hack. Thankyou.
*clicks install*

yumyumcat 04-15-2006 12:46 PM

Can anyone help me install this? I'm so lost :( I uploaded it and it's in my products, but from there, I can't figure it out :(

yumyumcat 04-15-2006 12:49 PM

poops, forgot to click subscribe

glorify 04-16-2006 02:07 AM

Love it. Any way to use bb code or html in your message?

jim6763nva 04-16-2006 05:17 PM

Is there any way to get the marquee to appear below the navbar on all pages? I tried sticking the $marquee variable in the navbar template but that doesn't seem to work. use vbAdvanced CMPS too.

Thanks
Jim

glorify 04-16-2006 06:04 PM

Take a peek at mine:

http://www.glorifythepast.com

go to the navbar template, find:
Code:

<!-- / nav buttons bar -->
Add under:
Code:

$marquee
To make it show up on your vba, in your admincp, go to:
vBa CMPS=>Default Settings=>Portal Output Global Variables

then add:
marquee
in the box.

jim6763nva 04-16-2006 06:25 PM

Thanks that worked great! :)

glorify 04-16-2006 08:42 PM

No problemmo :)

jatkiss 04-18-2006 01:24 AM

If I wanted to add a new module on the left side of my CMS how would I go about that and what information do I need to put into the add module and what style of modules do I need to use, BB, php, template? And what would be the steps I would need to take to do this.

What I am trying to do is create a box that has text information scrolling up. I have the second template uploaded. I just need to figure out how to add the information in.

- Jeff

Dermo-MIO 04-18-2006 08:07 PM

thanks its cool but i got sum1 to install another not as good marque which i cannot get rid off now i have deleted it in my plugin list but its still there so until i can stop it i cant use this

gothicuser 04-20-2006 10:35 AM

Any news on an update. I use it now, but would love to see it use java to smooth it out.
:D :D

r0xt4r 04-24-2006 12:12 AM

Love it, keep up the great work Cant wait to see upgrades!!


All times are GMT. The time now is 12:54 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.01362 seconds
  • Memory Usage 1,815KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_html_printable
  • (5)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
  • (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