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

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

Version: 3.5.8 Rating:
Released: 02-22-2006 Last Update: Never Installs: 71
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 ->

Demo : http://www.5kere5.com/index.php

Show Your Support

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

Comments
  #12  
Old 03-10-2006, 11:29 AM
phonexpo phonexpo is offline
 
Join Date: Sep 2005
Location: Dublin
Posts: 231
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool, looking and working very well - www.phonexpo.net/index.php
Reply With Quote
  #13  
Old 03-11-2006, 12:21 PM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can i cache template here
Code:
Uncached templates: Marquee_Text (1)
Reply With Quote
  #14  
Old 04-16-2006, 09:56 AM
Rickie3's Avatar
Rickie3 Rickie3 is offline
 
Join Date: Nov 2004
Location: Australia/Tasmania
Posts: 770
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool this is great just installed,is there anyway i can add this code so it shows welcome member,i tried this but it showed the raw code
Code:
Welcome!  $bbuserinfo[username]
Reply With Quote
  #15  
Old 04-20-2006, 07:38 AM
nightflyer nightflyer is offline
 
Join Date: Apr 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can't download cause it is not in a xml format file
Reply With Quote
  #16  
Old 04-20-2006, 03:20 PM
carlosacgj carlosacgj is offline
 
Join Date: Apr 2006
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello, you can implement the option of text is static or Marquee?
Reply With Quote
  #17  
Old 04-28-2006, 07:12 AM
nightflyer nightflyer is offline
 
Join Date: Apr 2006
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can someone please tell me how i can download this,,the download button just takes me to a page with all the code on it.
I clicked install but the red x is still over the download button.
help!!
Reply With Quote
  #18  
Old 04-28-2006, 06:25 PM
cat4m cat4m is offline
 
Join Date: Mar 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can someone please tell me how I can edit this so that GUESTS & UNREGISTERED people can not see it. Thanks so much.
Reply With Quote
  #19  
Old 05-01-2006, 01:36 AM
SHOBizzy SHOBizzy is offline
 
Join Date: Apr 2004
Location: USA
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nightflyer
Can someone please tell me how i can download this,,the download button just takes me to a page with all the code on it.
I clicked install but the red x is still over the download button.
help!!
Right click, save as
Reply With Quote
  #20  
Old 02-22-2007, 07:35 AM
majorj0nny majorj0nny is offline
 
Join Date: May 2005
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im desperately trying to sort this so it only scrolls in my adv_portal (vba cmps homepage) rather than on every single page via the header.

from my plugin manager in the Atakan Marquee Text i have :

Quote:
switch ($vbulletin->options['mtext_color'])
{
case 0: $renk = 'Dark Red'; break;
case 1: $renk = 'Red'; break;
case 2: $renk = '#FF7E00'; break;
case 3: $renk = 'Brown'; break;
case 4: $renk = 'Yellow'; break;
case 5: $renk = 'Green'; break;
case 6: $renk = 'Olive'; break;
case 7: $renk = 'Cyan'; break;
case 8: $renk = 'Blue'; break;
case 9: $renk = 'Dark Blue'; break;
case 10: $renk = 'Indigo'; break;
case 11: $renk = 'Violet'; break;
case 12: $renk = 'White'; break;
case 13: $renk = 'Black'; break;
}

switch ($vbulletin->options['mtext_direction'])
{
case 0: $yer = 'left'; break;
case 1: $yer = 'right'; break;
}

$Positionx1 = '$spacer_open';
eval('$marqtextx = "' . fetch_template('Marquee_Text') . '";');
$vbulletin->templatecache['header'] = str_replace($Positionx1,$Positionx1.'$marqtextx' , $vbulletin->templatecache['header']);
ive tried changing the 'header' bits at the bottom to 'adv_portal' but this results in the thing just vanishing from everywhere ? what am I doing wrong ?
Reply With Quote
  #21  
Old 09-23-2007, 05:56 AM
Fifthe1ement Fifthe1ement is offline
 
Join Date: May 2005
Posts: 60
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is great but can you add the option to use a custom color. Say just add a spot to put in a custom color code?

Thanks,

FifthE1ement
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 11:49 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.07724 seconds
  • Memory Usage 2,300KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (2)bbcode_quote
  • (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
  • (1)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_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