![]() |
What error are you seeing? You configure it by the admincp (Step 3).
|
Quote:
|
Here is one way you can do it: https://vborg.vbsupport.ru/showpost....7&postcount=60
|
Quote:
|
Quote:
i hv done this for vba cmps , n added ticker_titles and vbnews_ticker into there. It seems that its working partially. When I click onto the news link, it shows error.only vbacmps does not link it back to the forum threads. Any suggestions to fix it. TIA.:o |
What error are you getting? Don't forget to click install for support.
|
Quote:
|
PM'd you back, btw, to add on you should be able to also use the full path up to that point such as
Code:
$ticker_titles .= '<a href="http://www.yoursite.com/forum/showthread.php?t='. $ticker['threadid'] .'" title="'. $ticker['title'] .'" target="blank">'. $ticker['title'] .'</a> '. $ticksep.''; |
Quote:
thanks alot for your great assistance. appreciate lots. works like a charm. :up::) |
this is mod compatible with php5? TIA.:o
|
Yes it is - I initially created it while I used version 5 :)
|
hey i installed it and its in the system but where do i add the news? lol i cant not find it lmaoo
|
You make all changes (add forumids for example) in the admincp options
Admincp => vBulletin Options => vBulletin Options => vB News Ticker Don't forget to click install :) |
The ticker seems to be working on my forum home:
http://gridironfans.com/forums/index.php But not on my vbadvanced index page: http://gridironfans.com/ What can be done to fix this? |
Nevermind, I found this post and it answered my question:
https://vborg.vbsupport.ru/showpost....&postcount=103 Quote:
|
I would really like some effects, like http://eurosport.yahoo.com/ or http://news.bbc.co.uk/
Would you consider to add this? |
I like how the Yahoo link you put up allows you to scroll back and forth. I was using the RSS News Ticker from CoffeeCup before having to uninstall it because of a security flaw (hattip to Alfa1 for the heads up) but it allowed you to scroll back and forth. It's the only feature missing that I am missing from the CoffeeCup code.
|
I've actually considered working on adding something like the second link. The first link would be something I'd have to look into as I've not seen that one as of yet. Let me see what I can do when I get some time.
|
How do you change the background colour?
I want to decrease the height of my ticker. The height of my ticker does not change when changing the setting in vb options. I have already set it to 1, but that does not help. Any ideas? I do have the ticker in VBA CMPS. This is my template: PHP Code:
|
To change the background color you should be able to just edit the $vbnews_ticker template and add something like this in this div tag:
Code:
<div align="center" style="padding:7px"> Code:
z-index: -1; background-color:#FF0000; layer-background-color:#FF0000; Also, remove the padding:7px to adjust the height (or change the number to a lower number). |
Thanks!
|
The ticker doesn't seem to work on some pages on my site:
http://gridironfans.com/forums/vbplaza.php? http://gridironfans.com/forums/photoplog/index.php http://gridironfans.com/forums/arcade.php |
I can look into the arcade (although it's not my modification), but I'm not sure what to suggest for vbplaza and photoplog as I don't use those (although photoplog I will use for my next site).
|
Quote:
ibproarcade: edit the file arcade/functions/functions.php Find: Code:
global $header, Code:
$vbnews_ticker, Photoplog: the same variable needs to be added into admincp > Photoplog > modify settings > global variables. Add "vbnews_ticker" to the list on a new line. Note....no "$" at the start!! vBPlaza I dunno as I have not used it, but it will be something similar to one of the above. This sorts it out for most modifications. Hopefully it will for this. |
Thanks for the add Mark :) I'll post a link to this in the instructions.
|
Ok cool...though I haven't tested it on this particular mod, so it might be worth getting someone to confirm it works. Can't see why it wouldn't though.
I know it works for may other mods, like Paul M's new rep points, new posts since last visit, and several others. |
Just installed its working nice.. how do I change the text size?
|
I edited the html portion of the plugin.
|
Quote:
|
SBlueman, aren't you using this ticker mod on gridironfans.com?
|
Yes I am. I was using something else before but it had a security issue.
|
Sorry, I didn't notice it. I was looking for the ticker to be at the bottom. Nice site.
|
Ah, thanks! :):up:
|
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? |
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.''; Example: Code:
$ticker_titles .= '<a href="http://www.yoursite.com/showthread.php?t='. $ticker['threadid'] .'" title="'. $ticker['title'] .'" target="blank">'. $ticker['title'] .'</a> '. $ticksep.''; |
Muchas gracias!
|
Quote:
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. |
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).
|
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?.
|
Check at the end of your navbar template and you might find a <br /> there
|
All times are GMT. The time now is 12:41 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|