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
  #42  
Old 01-28-2002, 07:44 PM
JWB JWB is offline
 
Join Date: Nov 2001
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice... I need to adjust the colors though..
Here's some screen shots:





Here is one using windows xp colors....


If you would like test out this ticker type in "http://www.allforms.net/forum/ticker3.php" as a new toolbar.
Reply With Quote
  #43  
Old 02-05-2002, 06:29 PM
Omero Omero is offline
 
Join Date: Oct 2001
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did a modify to this hack, and now it works ALSO with "forumid", which lets you choose if displaying the last 10 posts from ALL board, or from a single forum

if you call it with ticker.php it gives full forum

if you call it with ticker.php?forumid=PUT_FORUM_ID_NUMBER_HERE then it will show latest posts only from that forum....

Check it out

DISCLAIMER: use it at your own risk ( but it works )

NOTE: change the colours, board name, etc... in the code, to suit your needs
Reply With Quote
  #44  
Old 02-08-2002, 04:57 AM
danielillo danielillo is offline
 
Join Date: Oct 2001
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by tester2
How can I get rid of the vertical scroll bar on the right side of the ticker?
Hi Tester2,

I made this change:

Original:

Code:
<marquee id="threadticker" direction=up scrollAmount=1 style="width:400px;height:28px;border:0px solid black;padding:3px" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1">
New:

Code:
<marquee id="threadticker" direction=up scrollAmount=1 style="width:400px;height:15px;border:0px solid black;padding:3px" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=1">
Just change 28 pixels height to 15 pixels height.

Very good hack

Daniel.
Reply With Quote
  #45  
Old 02-08-2002, 04:56 PM
danielillo danielillo is offline
 
Join Date: Oct 2001
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When Ticker is OFF, it is also reloaded every X minutes. Is there any way to change this?

Thanks again for this GREAT, GREAT hack.

Daniel.
Reply With Quote
  #46  
Old 09-30-2002, 08:49 PM
jiggle jiggle is offline
 
Join Date: Jan 2002
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great Hack !!
I would like to have also the time in the ticker. I mean the time for every posting. Is this possible ? If yes, what do I have to change ?
Reply With Quote
  #47  
Old 11-09-2002, 09:25 AM
redd redd is offline
 
Join Date: Sep 2002
Posts: 24
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've installed this and it works great. However, it takes up too much room on my taskbar, using almost all of it. I've set the width of the marquee to 300, but it doesnt affect the actual size (it just cuts off part of the table) and I end up with a lot of blank space. I am using Win XP and my resolution is 10274x768.

Can anyone tell me how to make the toolbar smaller?
Reply With Quote
  #48  
Old 12-03-2002, 07:36 AM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What I've done is to put the ticker below the items on the task bar so that it can take up the whole stretch of the screen (i'm using a hybrid between ticker2 and ticker3.)

To do this, just grab the movey part of the ticker and pull it down, if you know what I mean?

Very good hack, and very useful for forum users that have some windows knowledge, but a little bit too fiddly for everyone else in my opinion.
Reply With Quote
  #49  
Old 04-02-2004, 06:19 PM
SamirDarji SamirDarji is offline
 
Join Date: Apr 2004
Posts: 645
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone tried this with vb3? I've tried it on vb3 Beta 7 and it gets a database error, which is kinda expected since the structures differ slightly between vb2 and vb3. But what to change so that it will work with vb3?
Reply With Quote
  #50  
Old 04-02-2004, 06:39 PM
Wayne Luke's Avatar
Wayne Luke Wayne Luke is offline
Senior Member
 
Join Date: Jan 2002
Location: Southern California
Posts: 1,694
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can use something like Pluck RSS Reader (http://www.pluck.com/rssreader.aspx?GCID=C12286x010) or the RSS plugin for Trillian Pro to get similar functionality to this. Simply point your reader to:
http://www.yourdomain.com/forumpath/...l.php?type=rss

To get a task bar scroller, you only need to decipher the array provided by:
http://www.yourdomain.com/forumpath/...al.php?type=js
Reply With Quote
  #51  
Old 02-05-2005, 05:02 PM
direcx direcx is offline
 
Join Date: May 2004
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can ii fix this? i am a neebe to all this.....

Quote:
Fatal error: Call to undefined function: getpermissions() in /home/*****/public_html/forum/ticker2.php on line 39

then on line 39 i have this

Quote:
$getperms=getpermissions($latestthread[forumid],$bbuserinfo[userid],$bbuserinfo[usergroupid]);
please someone help i like this, i will like to use it..... :disappointed:
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 11:21 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.09269 seconds
  • Memory Usage 2,307KB
  • 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
  • (2)bbcode_code
  • (3)bbcode_quote
  • (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