![]() |
vBulletin Taskbar Ticker.
This is based on a hack at www.theforumz.com and written by Gutspiller. It is reposted here for the benefit of all licensed vBulletin Owners and their communities. This add-on allows your users to see your most up-to-date topics in their Windows Taskbar (sorry Mac and Linux users). It has a scrolling display using the Marquee Tag. You can change the HTML to present anything you want really though. Here are the features:
One thing I haven't done yet is convert the whole thing to use templates though if I get the time I will do that because I hate having HTML in the code. Installation
To install the ticker on your Windows 98 or higher computer (also works on Windows 95 with IE5+ installed) follow these instructions.
There is no support for this outside this thread but all you should have to do is upload it and create a new toolbar. It works on my machine and no there isn't a public demo yet. Anyway, Enjoy it. |
Well done Bro :) Made some changes to the width and took off the username/replies and it fits right nice :)
|
Great idea, but I can't get mine to work correctly. It works when I load it in the browser, but doesn't work on the toolbar. On the toolbar the title shows up but nothing ever changes. Using Windows XP, any ideas?
|
Quote:
|
Does this use a lot of bandwidth?
|
hmm this is great but it would be sweet if someone could make something like this except it would be a ticker program. It gets installed when u sign yup for the forums.
|
Quote:
While typing this I figured out my mistake. I had to "unlock" the toolbar and then resize it so that the display comes up. Anyone who gives this to your users might want to mention that to them too or they might assume it doesn't work and just turn it off. |
Scrooge..
Rightclick your taskbar. Make sure the Lock the Taskbar is unchecked. Right Click the title. Make sure that Show Title is unchecked. Relock taskbar. Alternatively you can drag the window open further and it will display both. |
Does this mess up the cookies when a user visits the board? Like, say I viewed a topic in the toolbar ticker, then go to the board, does it say that that topic is new?
|
Thanks, taking off "show title" helped a lot. Now, how do I remove the poster and number of replies as someone mentioned above? With those included it takes up half of my taskbar to have it all displayed, and if you don't display it all the annoying scroll bar appears at the bottom and gets in the way.
|
Hmm, i have logged in with my testuser and the posts in the private forums are still present.
|
A small modificatons to link direct to the first unread post
Find: $bburl/showthread.php?s=&threadid Chance to: $bburl/showthread.php?s=&goto=newpost&threadid A second modification i have made is to save the same file under a new name (ticker.php) and upload it, too. Before uploading find in both files ticker.php and ticker2.php: ticker.php?off=true" target=_self> and change it to: ticker2.php?off=true" target=_self> Remove in ticker2.php: <meta http-equiv="Refresh" content="180"> Then the page is not reloaded, until the user reactivate the ticker. And the user also disappears from "Who is online" after the cookie timeout. |
I uploaded an on and off image and put it in my folders, but they won't show up. Vbulletin's ticker's images won't show up either. Does anyone know why?
I really wish there was a way to put this in the IE progress bar at the bottom of the browser. I don't think that is possible, but that would be great. ;) |
You have to edit the path for the images:
Try http://www.domain.com/forum/images/on.gif instead of: images/on.gif |
Worked great. Thanks man.
|
It seems you need right click and hit refresh for it to update.. Is this correct?? otherwise its just the same 10 threads over & over again.. Is there a way to make it auto refresh??
|
I might be wrong, but I think it refreshes every 3 minutes.
Does anyone know if it will work on Windows NT? I have a member who cannot get it to work. They said there is no place to select "Toolbars" when they right click. |
About the images, in ticker.php the path is set to "/images", which is wrong if your images folder is a subdir of your forumdir. It should be just "images", without the slash thing in front of it.
And it works in Windows 2000. It might not work with an older browser version |
If you view Who's Online it messes up the location of the user. Does anyone know a way to prevent the Who's Online to appear normal. I've attached the image of me using the ticker and viewing the Who's Online.
|
I think the hack is really usefull, but whats about
Just my ideas :) |
Quote:
Open ticker2.php: Search for Code:
error_reporting(7); Code:
$tickerstart=1; Search for Code:
if ($templateversion > '2.0.1') { // Use location! Code:
if ($templateversion > '2.0.1' AND $tickerstart==0) { // Use location! [hr=[high]][/hr] If you just want to show the correct location, do this: Open online.php Find this Code:
default: Code:
case 'ticker2.php': Code:
default: Code:
case 'ticker': Mystics |
Quote:
|
Quote:
Then the Admin and the users got the correct location shown in Who-is-online. |
Very cool. I just changed the refresh and fixed the images and it works wonderfully.
I'm concerned about what was said earlier though...if private forum posts are visible, that's not good :) |
Dark Reaper, mine only shows threads that the user has access to. If I am not logged in, I cannot see the moderator board posts. If I am logged in I can see all of the threads from all of the boards. There shouldn't be any problem with security on this.
Mystics, thank you. There is one problem with your script though. When I modify the ticker2.php and sessions.php, it still shows the same error. I modified the online.php and now it shows that the user is viewing the ticker. I don't know why it still won't show the exact location for the user. I use VB 2.03, could that have an effect on it? andrew67, there is a very good reason why this needs to be corrected. If I am trying to track the location of a member, I need to know where they are if they have the ticker running or not. The way it is now, if someone has the ticker running, I lose the use of the Who's Online page. Mystics and wluke, I think the modification should be added to the original hack. |
I once saw something similar to this used for on some SOF site with newspro. lovin it for vB :D
|
You are right.. I didn't think about Who is Online. Frankly because I don't use it because I don't need that much control over my users. They pretty much police themselves and everything stays in line.
I will work on adding the other features though as well as making it a template. The session.php and other changes will most likely not work in versions before 2.2.0 because of changes in the code. This has not been tested on any version except 2.2.1. If you make those changes in a prior version you are on your own. Sorry. |
Like I incorporate the Ticker on the Board on the head page: Source code favor as an example Large
Big Thx |
For those of you who have phpMyChat (integrated with the vB database!), this shows who's active in chat:
|
where do i get ticker.php?
|
Quote:
|
No, thats ticker2.php. do i just copy ticker2.php and rename it to ticker.php?
Quote:
|
I believe that's a typo. You only need the one file. You can call it ticker or ticker2. You just need to use the right name when you install it on your desktop.
|
Is there anyway I can only have the users I want to access it? Like Certain Usergroups or something?
|
First, I'd like to say great hack! I installed it earlier this week, and my users really like it. It works great! I changed some of the parameters to customize it based on the feedback I've received from some folks.
One thing I haven't been able to figure out: How can I get rid of the vertical scroll bar on the right side of the ticker? I put a border around the marquee box (so that I could see how large it was and adjusted the height of the marquee box, but its still there. My taskbar is set at double height. If I increase the size of the taskbar, the scroll bar becomes grayed out, but its still there. Is there another bit of code I can add to ticker.php to remove the scroll bar (i.e. a no scroll tag)? Thanks in advance for your help! :) |
Hey look what I found. Good job luke I am going to install this thing today. BTW thanks for the pimp. :D
Who said wluke wasn't an awesome hacker? ;) :D |
Works great with some design modifications! THX!!
Ticker rewritten! The scrolling is now one line moves from right to left! This Version needs much less space in your taskbar! Hope you enjoy it ;) Greetings StarBuG |
Please, any screenshot?
Thanks. |
Thanks for this hack!
Here's a suggestion I think everyone will love: When the ticker is clicked off, how about having a private message notification feature? This page can refresh every 10 minutes or so and notify the user when he/she has received a new private message. When the user clicks on the new private message link they are taken to the private message, or log-in page or whatever. Has some potential don't you think? :p |
Quote:
http://www.theforumz.com/forumz/show...&threadid=3532 Somebody may want to improve their hack. Mine uses a latest threads hack by TubeDogg and it even works on active desktop too. :p |
All times are GMT. The time now is 04:47 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|