Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Countdown Timer in signature Details »»
Countdown Timer in signature
Version: 1.3.00, by Howell Howell is offline
Developer Last Online: Oct 2014 Show Printable Version Email this Page

Category: Profile Enhancements - Version: 3.7.x Rating:
Released: 06-13-2008 Last Update: 06-13-2008 Installs: 181
Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Original Modification by Hellcat

Previous versions:
vB3.5.x "User Countdown Timer".
vB3.6.x "User Countdown Timer".


I have taken the original modification and simply edited templates to get it working with vB3.7.x

Note: I did not write the original modification so support of this release may be limited.

This little AddOn gives your users the option to show a custom countdown timer at the bottom of their signature.

Features:
  • Fully configurable via UserCP (see screenshot)
  • BB-Code can be used for eventname and overmessage
  • fully phrased/templated, nothing hardcoded and so fully customizable
  • leading days or hours with a value of "0" are not shown
    (so it shows "42minutes" rather then "0days 0hours 42minutes")
Installation:
Painless:
  • Upload "plugins_usercountd.php" to ".../forum/includes"
  • Upload "bitfield_hc_countdown.xml" to ".../forum/includes/xml"
  • Import the product .XML
You may also need to rebuild your languages after the install.
This can be done by going to:
AdminCP - Laguages & Phrases -> Language Manager -> Rebuild all languages

DONE
That's it.
No template edits, no nothing


Usergroup permission:
Go to -> AdminCP -> Usergroups -> Usergroup Manager -> User Countdown Permissions


Members Usage:
Go into your UserCP -> Edit Options
On the very bottom you will find the options for the Countdown Timer.
Set it to whatever you like, if "Enable" is set to "ON" the timer will automatically be shown on the bottom of your sig, set to "OFF" will hide/disable the time display.

Please MARK AS INSTALLED & NOMINATE FOR MOTM

Enjoy.

Supporters / CoAuthors

Show Your Support

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

Comments
  #112  
Old 01-28-2009, 05:14 PM
Hawk7173 Hawk7173 is offline
 
Join Date: Dec 2004
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting this error message in the header of our forum......HELP!!!

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/includes/plugins_usercountd.php on line 190
Reply With Quote
  #113  
Old 01-29-2009, 01:59 AM
HaS?R HaS?R is offline
 
Join Date: Nov 2008
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks.I'll Have A Look
Reply With Quote
  #114  
Old 02-04-2009, 02:39 AM
JackRock JackRock is offline
 
Join Date: Jan 2009
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed on 3.8. After a quick read of the posts/replies in this thread, fixed all the problems, and it seems to be working beautifully!
Reply With Quote
  #115  
Old 02-12-2009, 04:07 AM
TitanJeff's Avatar
TitanJeff TitanJeff is offline
 
Join Date: Jul 2002
Posts: 208
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to remove the "My Countdown" text along with the block around the countdown?
Reply With Quote
  #116  
Old 03-28-2009, 07:41 PM
PinkDaisy's Avatar
PinkDaisy PinkDaisy is offline
 
Join Date: Sep 2006
Posts: 274
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kpierce View Post
This works fine for me and my "test" account and some others but one member can't get it to work. Why would that be? She's a supermod and it works fine for another supermod so it's not a problem with the whole usergroup. I've messed around with it and am stumped.
Same here. Im having the exact same problem.
Any ideas or suggestions?
Reply With Quote
  #117  
Old 05-01-2009, 06:46 PM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this mod work with the hack that makes it so your signature only appears once on a page?
Reply With Quote
  #118  
Old 05-01-2009, 11:42 PM
ArnyVee's Avatar
ArnyVee ArnyVee is offline
 
Join Date: Mar 2008
Posts: 944
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TitanJeff View Post
Any way to remove the "My Countdown" text along with the block around the countdown?
You can edit the actual phrase ....

AdminCP >> Languages & Phrases >> Search in Phrases

...then, type the word 'countdown' in the search field and then search for the $vbphrase[countdown_title] or "My Countdown" phrase and change it to whatever you'd like to. But, to remove it altogether, you'd probably have to search through the products and/or php file for that and remove it. Good luck :up:
Reply With Quote
  #119  
Old 06-03-2009, 11:57 PM
ryancooper ryancooper is offline
 
Join Date: Jul 2002
Posts: 433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TitanJeff View Post
Any way to remove the "My Countdown" text along with the block around the countdown?
Sure change your usercountdown_display from
Code:
<fieldset class="fieldset">
<legend>$vbphrase[countdown_title]</legend>

<strong>$vbphrase[countdown_counting_down_to]:</strong> $event <br />
<em>$counter</em>

</fieldset>
to

Code:
<br>:<strong>$vbphrase[countdown_counting_down_to]:</strong> $event <br />
<em>$counter</em>
:up:
Reply With Quote
  #120  
Old 07-16-2009, 09:14 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working under 3.8 after rebiulding all languages :up:
Reply With Quote
  #121  
Old 08-25-2009, 02:37 PM
Kushty Kushty is offline
 
Join Date: Jun 2009
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice one, works a treat in 3.8.3

thanks! :up:
Reply With Quote
Reply

Thread Tools

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 02:15 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.05103 seconds
  • Memory Usage 2,304KB
  • Queries Executed 26 (?)
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
  • (1)pagenav_pagelinkrel
  • (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