Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Marquee Text Details »»
Marquee Text
Version: 2.00, by Atakan KOC Atakan KOC is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 10-27-2008 Last Update: Never Installs: 344
Uses Plugins Template Edits Auto-Templates
 
No support by the author.

Marquee Text

install

Go to your admin cp, then:
Plugin System -> Manage Products -> [Add/Import Product] -> Select 'product-atakanmarq1.xml' from your computer then press 'Import'


Marquee Text Setting

Go to your admin cp, then:
vBulletin Options -> Atakan Marquee Text Setting ->

1.0.0 Initial Version.
1.1.0 fix bug + Location Added + Cache Problem Fixed and vBulletin 3.7 relased.
2.0.0 vBulletin 3.8 relased.

Download Now

File Type: xml product-atakanmarq1.xml (10.2 KB, 1915 views)

Screenshots

File Type: gif resimxx3.gif (82.3 KB, 0 views)
File Type: jpg resimxx4.jpg (30.6 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Forextar

Comments
  #82  
Old 03-02-2010, 11:45 AM
nightflyer nightflyer is offline
 
Join Date: Apr 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Any suggestions on how to make it show,,thanks
Reply With Quote
  #83  
Old 03-06-2010, 01:33 PM
da_judge's Avatar
da_judge da_judge is offline
 
Join Date: Jan 2006
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by multiplex View Post
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
Reply With Quote
  #84  
Old 03-13-2010, 02:04 PM
Cajun Cajun is offline
 
Join Date: Jan 2006
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone know if this works with VB 4 or if there is one like this for VB if it does not work?
Reply With Quote
  #85  
Old 03-25-2010, 08:18 PM
ErnieTheMilk ErnieTheMilk is offline
 
Join Date: Mar 2007
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone explain to me how to make this shown when you're either not registered or logged in, thanks
Reply With Quote
  #86  
Old 03-28-2010, 02:22 PM
chief thunder chief thunder is offline
 
Join Date: Apr 2008
Posts: 21
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Cajun View Post
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!
Reply With Quote
  #87  
Old 03-28-2010, 10:09 PM
da_judge's Avatar
da_judge da_judge is offline
 
Join Date: Jan 2006
Posts: 197
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ErnieTheMilk View Post
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">
Reply With Quote
  #88  
Old 04-07-2010, 07:16 PM
unicorn2433 unicorn2433 is offline
 
Join Date: Mar 2008
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

does this work on 4
Reply With Quote
  #89  
Old 04-11-2010, 04:23 AM
denman75 denman75 is offline
 
Join Date: Aug 2006
Location: Netherlands
Posts: 228
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unicorn2433 View Post
does this work on 4
i tried it it it does not work
hopes its comes out for vb4 soon
Reply With Quote
  #90  
Old 12-09-2010, 02:21 PM
BadgerDog BadgerDog is offline
 
Join Date: Oct 2006
Location: Toronto
Posts: 1,789
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by denman75 View Post
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
Reply With Quote
  #91  
Old 12-28-2010, 10:23 AM
rarauz rarauz is offline
 
Join Date: Feb 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod doesn't work in VB4
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:36 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06040 seconds
  • Memory Usage 2,342KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete