vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   vB News Ticker (https://vborg.vbsupport.ru/showthread.php?t=123126)

SBlueman 12-28-2007 02:30 AM

Yes I am. I was using something else before but it had a security issue.

rnmcd 12-28-2007 02:49 AM

Sorry, I didn't notice it. I was looking for the ticker to be at the bottom. Nice site.

SBlueman 12-28-2007 04:14 PM

Ah, thanks! :):up:

Alfa1 12-30-2007 02:35 AM

I am using this ticker outside of my forums folder. So when I click on a link, it takes me to a blank screen, because it misses 'forums/' in the url.

How do I correct that?

davidw 12-30-2007 10:38 AM

In the plugin, find each instance of
Code:

$ticker_titles                        .= '<a href="showthread.php?t='. $ticker['threadid'] .'" title="'. $ticker['title'] .'" target="blank">'. $ticker['title'] .'</a> '. $ticksep.'';
and change the href="showthread... part to a full url.
Example:
Code:

$ticker_titles                        .= '<a href="http://www.yoursite.com/showthread.php?t='. $ticker['threadid'] .'" title="'. $ticker['title'] .'" target="blank">'. $ticker['title'] .'</a> '. $ticksep.'';

Alfa1 12-30-2007 01:56 PM

Muchas gracias!

Mark.B 12-30-2007 09:52 PM

Quote:

Originally Posted by SBlueman (Post 1408151)
It worked for all but the vbPlaza. I can't find any way to edit this for that mod.

Apologies, I haven't used vBPlaza, so I don't know.

Does it have any settings for adding variables?

Or failing that, a config file where variables can be added to a string?

The mod isn't available for download, or else I'd take a look and see what I can find. :(

There is usually SOME place a variable can be put to make it work though.

SBlueman 12-31-2007 03:04 AM

No it doesn't have a field to enter in anything in the AdminCP. I can PM you the file I think it is (I wouldn't want to post it out in the open since it's a paid mod).

N FUL FX 04-27-2008 12:54 PM

hi! I just installed this, and it works great except for an empty line (line break) before the marquee. How do I get rid of that?.

davidw 04-27-2008 11:53 PM

Check at the end of your navbar template and you might find a <br /> there


All times are GMT. The time now is 09:43 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.01830 seconds
  • Memory Usage 1,734KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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