Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons

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

Category: Miscellaneous Hacks - Version: 3.6.8 Rating:
Released: 06-07-2006 Last Update: Never Installs: 516
Uses Plugins Template Edits
 
No support by the author.

install

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


Header Marquee Text Setting

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

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 12-03-2006, 12:14 AM
Cybershaolin Cybershaolin is offline
 
Join Date: Nov 2006
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do you choose if the marquee will appear or not depending on which group the members are on?
Reply With Quote
  #53  
Old 12-05-2006, 02:10 PM
Dr.Viggy Dr.Viggy is offline
 
Join Date: Apr 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is not showing up for me. i installed it on my 3.5.4 boards and it was fine. when i put it on the 3.6.3, i get nothin. i tried it on a custom style and the default. either way nothing shows up at all. it's very simple with just a product and no template edits. thoughts?
Reply With Quote
  #54  
Old 12-06-2006, 05:05 AM
Cybershaolin Cybershaolin is offline
 
Join Date: Nov 2006
Posts: 300
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm no answer yet but Im still asking just in case if you think this would be feasable. This would really rocks if we could choose not to show the banner for non-registered users.

Is there a way how to achieve this?
Reply With Quote
  #55  
Old 12-08-2006, 12:26 PM
digital_sc4rz's Avatar
digital_sc4rz digital_sc4rz is offline
 
Join Date: Sep 2006
Location: Perthshire (Scotland) U.K
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ThanX
Reply With Quote
  #56  
Old 12-16-2006, 05:47 AM
DementedMindz DementedMindz is offline
 
Join Date: Jan 2006
Posts: 1,474
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok for those of you that like there site to be Valid XHTML here is a lil way to get around it which i think maybe Atakan KOC should use.

Admincp ---> Styles & Templates ---> Style Manager ---> Edit Templates ---> Marquee_Text

then replace everything in there with this

Code:
<if condition="$vboptions[mtext_active]">
<table <if condition="$vboptions[mtext_border]">class="tborder"</if> border="0" width="100%">
<tr>
<td>
<!-- Using javascript for the marquee since W3 doesn't like marquees. -->
<script type="text/javascript">
<!--
document.write('<marquee direction="$yer" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=$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>');
//-->
</script>
</td>
</tr>
</table>
</if>
no more errors when you validate your site on http://validator.w3.org/ from this mod.

one last thing i seen was that you need to cache the template also. which is pretty easy to do for members who dont know.

Plugins & Products --> Add New Plugin -->

Product = Atakan Marquee_Text

Hook Location = cache templates ( under vbulletin general)

Title = Marquee_Text Cache

Execution Order = 5

Plugin PHP Code = $globaltemplates[] = 'Marquee_Text';
Reply With Quote
  #57  
Old 12-16-2006, 10:13 AM
Glynn58 Glynn58 is offline
 
Join Date: Jul 2006
Location: Barnsley UK
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed and the text is wishing all my members a merry xmas , thanks great mod
Reply With Quote
  #58  
Old 12-24-2006, 09:25 PM
kylek kylek is offline
 
Join Date: Oct 2003
Location: British Columbia, Canada
Posts: 798
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and works great. But here is a stupid question?

How besides using periods do you create a space between say two sentences? I would like to have it say for example - Merry Xmas!! (long space) Happy New Year!! (longer space) Keep checking for new contest announcement, etc instead of having 20 or more periods showing.
Reply With Quote
  #59  
Old 12-30-2006, 11:18 PM
woosh woosh is offline
 
Join Date: Dec 2006
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for that installed
Reply With Quote
  #60  
Old 12-31-2006, 04:34 AM
girlboheme's Avatar
girlboheme girlboheme is offline
 
Join Date: Feb 2006
Location: Portland
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you! Installed it. Works great
Reply With Quote
  #61  
Old 01-01-2007, 09:03 PM
JimmyN JimmyN is offline
 
Join Date: Apr 2006
Location: Australia
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool hack, thanks

Would you be able to add a option into the settings in admincp which can pick where to display, i.e. Everyewhere, Forum Home, HOME, etc
maybe like a checkbox would work well.

Anyway just a idea

cheers
Reply With Quote
Reply

Thread Tools

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 04:08 PM.


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.04527 seconds
  • Memory Usage 2,298KB
  • Queries Executed 27 (?)
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
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete