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)

nightflyer 03-02-2010 11:45 AM

this does not show up on my cpms(3.2.1) homepage.

Any suggestions on how to make it show,,thanks

da_judge 03-06-2010 01:33 PM

Quote:

Originally Posted by multiplex (Post 1926118)
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?

This is how i done it

In Marquee_Text template find

Code:

<if condition="$vboptions[mtext_active">
Remove the trailing
Code:

">
Then add what usergroups you dont want to see it

For instance non members would be

Code:

and $vbulletin->userinfo['usergroupid'] != 1">
You can add multipule

here is a coppy of my Marquee_Text template to give you idea

Code:

<br />
<table <if condition="$vboptions[mtext_border]">class="tborder"</if> border="0" width="100%">
<tr>
<td>

<if condition="$vboptions[mtext_active]
and $vbulletin->userinfo['usergroupid'] != 6
and $vbulletin->userinfo['usergroupid'] != 7
and $vbulletin->userinfo['usergroupid'] != 5
and $vbulletin->userinfo['usergroupid'] != 10
and $vbulletin->userinfo['usergroupid'] != 9">
<marquee direction="$yer" scrolldelay="$vboptions[mtext_speed]">
<if condition="$vboptions[mtext_bold]"><b></if><if condition="$vboptions[mtext_italic]"><i></if><font color="$renk" size=        $vboptions[mtext_size]>$vboptions[mtext_text]</color><if condition="$vboptions[mtext_bold]"></i></if><if condition="$vboptions[mtext_italic]"></b></if>
</marquee>
</if>

</td>
</tr>
</table>

So usergroups there 6,7,5,10 and 9 WONT see it

Hope that helps

Cajun 03-13-2010 02:04 PM

Anyone know if this works with VB 4 or if there is one like this for VB if it does not work?

ErnieTheMilk 03-25-2010 08:18 PM

Can someone explain to me how to make this shown when you're either not registered or logged in, thanks :)

chief thunder 03-28-2010 02:22 PM

Quote:

Originally Posted by Cajun (Post 2002823)
Anyone know if this works with VB 4 or if there is one like this for VB if it does not work?

Yes, I am running VB 3.8.5 with this plug-in.
Is there an upgrade to VB4?
Thanks!

da_judge 03-28-2010 10:09 PM

Quote:

Originally Posted by ErnieTheMilk (Post 2010240)
Can someone explain to me how to make this shown when you're either not registered or logged in, thanks :)

Yer... see my post 2 posts above yours lol

Shows you how

Code:

For instance non members would be

and $vbulletin->userinfo['usergroupid'] != 1">


unicorn2433 04-07-2010 07:16 PM

does this work on 4

denman75 04-11-2010 04:23 AM

Quote:

Originally Posted by unicorn2433 (Post 2017602)
does this work on 4

i tried it it it does not work
hopes its comes out for vb4 soon

BadgerDog 12-09-2010 02:21 PM

Quote:

Originally Posted by denman75 (Post 2019283)
i tried it it it does not work
hopes its comes out for vb4 soon

I've loved this mod since 3.6, but I'm now running v4.04 and I wish I could get an update to use it ... :)

Regards,
Doug

rarauz 12-28-2010 10:23 AM

This mod doesn't work in VB4


All times are GMT. The time now is 03:48 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.01262 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)bbcode_code_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
  • (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