vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   News Ticker Needed (https://vborg.vbsupport.ru/showthread.php?t=326199)

CAG CheechDogg 03-13-2018 06:32 PM

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 ...

MarkFL 03-13-2018 07:34 PM

1 Attachment(s)
Quote:

Originally Posted by CAG CheechDogg (Post 2593483)
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).

CAG CheechDogg 03-13-2018 07:39 PM

Ok its above header but it still moves/disappears when you scroll down

MarkFL 03-13-2018 07:43 PM

Quote:

Originally Posted by CAG CheechDogg (Post 2593490)
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!

CAG CheechDogg 03-13-2018 07:59 PM

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 ...

MarkFL 03-13-2018 10:08 PM

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.

CAG CheechDogg 03-14-2018 12:08 AM

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 !

MarkFL 03-14-2018 12:41 AM

Quote:

Originally Posted by CAG CheechDogg (Post 2593501)
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. :)

CAG CheechDogg 03-14-2018 01:12 AM

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

MarkFL 03-14-2018 01:16 AM

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?


All times are GMT. The time now is 02:13 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.01050 seconds
  • Memory Usage 1,738KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (3)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