Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by Wayne Luke (Senior Member) Wayne Luke is offline
Developer Last Online: Oct 2023 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 12-28-2001 Last Update: Never Installs: 67
 
No support by the author.

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:
  1. It now uses Global.php to connect to the database.
  2. It now uses vBulletins database class to perform database operations.
  3. It will show the latest topics to the user based on their vBulletin usergroup and the appropriate permissions. This allows you to hide private forums still.
  4. All forum url's and titles are now pulled from the vBulletin Options.
  5. All query and variable names fit in with vBulletin's naming scheme better.
  6. All links reuse the same window.

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
  • Edit ticker2.php and change the Title tag to represent what you want it to say.
  • Upload ticker.php to your website.
End User Installation
To install the ticker on your Windows 98 or higher computer (also works on Windows 95 with IE5+ installed) follow these instructions.
  1. Right-click on your Taskbar and go to toolbars->new toolbar
  2. Type "http://www.domain.com/forums/ticker2.php" without the quotes in the location box
  3. Click OK
Make sure to change the domain so that it points to the proper location for them.

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.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 12-29-2001, 07:30 AM
Streicher Streicher is offline
 
Join Date: Oct 2001
Location: Reinbek, Germany
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm, i have logged in with my testuser and the posts in the private forums are still present.
Reply With Quote
  #13  
Old 12-29-2001, 08:20 AM
Streicher Streicher is offline
 
Join Date: Oct 2001
Location: Reinbek, Germany
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #14  
Old 12-29-2001, 12:14 PM
ptbyjason's Avatar
ptbyjason ptbyjason is offline
 
Join Date: Dec 2001
Location: TX
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #15  
Old 12-29-2001, 12:19 PM
Streicher Streicher is offline
 
Join Date: Oct 2001
Location: Reinbek, Germany
Posts: 62
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have to edit the path for the images:

Try http://www.domain.com/forum/images/on.gif

instead of: images/on.gif
Reply With Quote
  #16  
Old 12-29-2001, 01:01 PM
ptbyjason's Avatar
ptbyjason ptbyjason is offline
 
Join Date: Dec 2001
Location: TX
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Worked great. Thanks man.
Reply With Quote
  #17  
Old 12-29-2001, 01:37 PM
andrew67 andrew67 is offline
 
Join Date: Dec 2001
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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??
Reply With Quote
  #18  
Old 12-29-2001, 01:41 PM
ptbyjason's Avatar
ptbyjason ptbyjason is offline
 
Join Date: Dec 2001
Location: TX
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #19  
Old 12-29-2001, 02:23 PM
wot-Mike wot-Mike is offline
 
Join Date: Oct 2001
Location: Netherlands
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #20  
Old 12-29-2001, 02:33 PM
ptbyjason's Avatar
ptbyjason ptbyjason is offline
 
Join Date: Dec 2001
Location: TX
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #21  
Old 12-29-2001, 04:36 PM
CB_Tommy CB_Tommy is offline
 
Join Date: Dec 2001
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think the hack is really usefull, but whats about

  • a way to change the mode for e.g. the desktop or the taskbar (mode=taskbar or mode=desktop)
  • a possibility to send the ticker into standby, because there isn't allways the need, that the ticker is runing
  • a way so that the user can change the text size (on high resulutions 8pt is somewhat small)

Just my ideas
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 07:37 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06094 seconds
  • Memory Usage 2,306KB
  • Queries Executed 25 (?)
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)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete