Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #21  
Old 03-13-2018, 06:32 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice nice !! lol

How can I set it to be at the very top like ESPN has it's ticker at the bottom of the screen without it disappearing when you scroll down ...
Reply With Quote
  #22  
Old 03-13-2018, 07:34 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CAG CheechDogg View Post
Nice nice !! lol

How can I set it to be at the very top like ESPN has it's ticker at the bottom of the screen without it disappearing when you scroll down ...
Okay, give this a try...you'll see a new setting that allows you to choose between above the header (fixed) and below the header (as it was before).
Attached Files
File Type: xml product-markflforummarquee.xml (11.3 KB, 4 views)
Reply With Quote
  #23  
Old 03-13-2018, 07:39 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok its above header but it still moves/disappears when you scroll down
Reply With Quote
  #24  
Old 03-13-2018, 07:43 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CAG CheechDogg View Post
Ok its above header but it still moves/disappears when you scroll down
Of course...I mean why would it behave for you the same way it behaves for me? LOL!
Reply With Quote
  #25  
Old 03-13-2018, 07:59 PM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah I don't know but it still does it lol ...

--------------- Added [DATE]1520975924[/DATE] at [TIME]1520975924[/TIME] ---------------

I got it to work now ... I had to add the following to the markfl_forummarquee.css

Code:
.marquee {
	white-space: nowrap;
	overflow: hidden;
	border: {vb:stylevar markfl_forummarquee_border};
	border-radius: {vb:stylevar markfl_forummarquee_borderradius};
	margin: -69px 0px;
	padding: 13px;
	background: {vb:stylevar markfl_forummarquee_background};
	color: {vb:stylevar markfl_forummarquee_color};
	font: {vb:stylevar markfl_forummarquee_font};
       position: fixed;
       width:1021px;
       z-index: 500;
}
I also had to change the margin and padding and then the margin from the top of the bsb div to 70px from the top ...
Reply With Quote
  #26  
Old 03-13-2018, 10:08 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Some of those lines in red are redundant, as they are included in the class selector:

HTML Code:
.fmarq_fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
The others are likely particular to your custom style, which of course I can't possibly account for ahead of time.

And you now have no choice but to have the thing fixed.

It worked perfectly for me, but if I had a nickel for every time things work for me, and not for others, I'd be a very rich man.
Reply With Quote
  #27  
Old 03-14-2018, 12:08 AM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh that's crazy ..the new css file didn't get overwritten which is why it didn't work ..it only did it on the default and 2 other styles I have ... crazy !
Reply With Quote
  #28  
Old 03-14-2018, 12:41 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CAG CheechDogg View Post
Oh that's crazy ..the new css file didn't get overwritten which is why it didn't work ..it only did it on the default and 2 other styles I have ... crazy !
Did you make any edits to the .css template? That's the only reason I know of that it wouldn't get overwritten when updating a product.
Reply With Quote
  #29  
Old 03-14-2018, 01:12 AM
CAG CheechDogg's Avatar
CAG CheechDogg CAG CheechDogg is offline
 
Join Date: Feb 2012
Location: Riverside, California USA
Posts: 1,080
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not that I remember lol ... but it's working now so thank you Mark ...

One thing I wouldn't mind having is being able to pull tittles with links from certain forums ... what do'ya think?

I remember there being one like that but for some reason it didn't work on my site ... don't remember why ... It was able to get links from forums and also from RSS feeds
Reply With Quote
  #30  
Old 03-14-2018, 01:16 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can put links in there manually, using anchor tags.

What kind of links are you wanting to auto-grab, links to threads? Based on what criteria?
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 03:07 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.04244 seconds
  • Memory Usage 2,279KB
  • Queries Executed 12 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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
  • postbit_attachment
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete