Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
User Countdowns & Countups Details »»
User Countdowns & Countups
Version: 1.1, by Jafo232 Jafo232 is offline
Developer Last Online: Oct 2022 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.1 Rating:
Released: 02-17-2009 Last Update: 02-25-2009 Installs: 160
DB Changes Uses Plugins Auto-Templates
Additional Files  
No support by the author.

Got the inspiration for this mod here. Problem is, that mod does not work anymore. We decided to write our own.

This product allows users to set up a countdown timer or countup timer. The timer can run in real time with the javascript counter, or just static. Admin can choose to show the timer in users sigs or in the postbit user info area.

Usergroup permissions are handled in the options area so you do not have to modify many usergroups one at a time.

This product was developed for Andy R from Social Knowledge and released here for others to enjoy.

Enjoy!

DON'T FORGET TO:

CLICK INSTALL!

Download Now

File Type: zip countdown.zip (7.8 KB, 246 views)
File Type: zip countdown1.1.zip (7.8 KB, 567 views)

Screenshots

File Type: jpg screenie1.jpg (23.6 KB, 0 views)
File Type: jpg screenie2.jpg (24.1 KB, 0 views)
File Type: jpg screenie3.jpg (35.2 KB, 0 views)

Show Your Support

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

Comments
  #72  
Old 05-27-2009, 12:24 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Funny but it works fine on my site and does NOT crash Firefox. The only issue is the countdown is no longer live and requires a page refresh which I have posted about already with zero reply or support.
Reply With Quote
  #73  
Old 06-06-2009, 05:34 PM
rinkrat's Avatar
rinkrat rinkrat is offline
 
Join Date: Jan 2002
Location: Long Beach
Posts: 530
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uncached templates: sk-timer_countdownbit (1)

How do I cache it?
Reply With Quote
  #74  
Old 06-07-2009, 01:08 AM
jarosciak jarosciak is offline
 
Join Date: Apr 2005
Location: Toronto
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice, but it collides with my forum's color scheme. Any way to change the color directly through a menu in Admin panel or to adopt the forum color scheme automatically? That would be a very nice feature to this fantastic addon.
Reply With Quote
  #75  
Old 06-07-2009, 01:27 AM
jarosciak jarosciak is offline
 
Join Date: Apr 2005
Location: Toronto
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what it looks like on my forum, very hard to read, please let me know how to fix it:
Attachment 100246
Reply With Quote
  #76  
Old 06-07-2009, 02:37 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where in here would you edit to change color or font?

<br />
<script language="JavaScript" src="clientscript/sktimer.js"></script>
<if condition="$puser[skunixdate] > TIMENOW">$puser[sktitle]<else />$puser[skdescription]</if> <br />
<script language="JavaScript">
TargetDate$post[postid] = "$puser[skdateline]";
<if condition="$vboptions[sktimer_counter_active]">
CountActive$post[postid] = true;
<else />
CountActive$post[postid] = false;
</if>
skpostid$post[postid] = 'cntdwn$post[postid]';
CountStepper$post[postid] = $puser[direction];
LeadingZero$post[postid] = false;
DisplayFormat$post[postid] = "$puser[skformat]";
FinishMessage$post[postid] = "$puser[skdescription]";

startSkTimer(TargetDate$post[postid],FinishMessage$post[postid],CountStepper$post[postid],LeadingZero$post[postid],DisplayFormat$post[postid],CountActive$post[postid],TargetDate$post[postid],skpostid$post[postid]);
</script>
Reply With Quote
  #77  
Old 06-07-2009, 02:55 PM
jarosciak jarosciak is offline
 
Join Date: Apr 2005
Location: Toronto
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I couldn't wait for an answer and edited the templates and added a proper colors myself.
Reply With Quote
  #78  
Old 06-07-2009, 03:55 PM
tlwwolfseye's Avatar
tlwwolfseye tlwwolfseye is offline
 
Join Date: Dec 2008
Location: Germany
Posts: 320
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jarosciak View Post
I couldn't wait for an answer and edited the templates and added a proper colors myself.
Well, if the Edits worked for you, how about you post how and what you changed so others can also benefit from it.
Reply With Quote
  #79  
Old 06-07-2009, 04:26 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jarosciak View Post
I couldn't wait for an answer and edited the templates and added a proper colors myself.

Yes JaroSciak please show all of us how to edit that template.

Thanks
Reply With Quote
  #80  
Old 06-07-2009, 05:08 PM
jarosciak jarosciak is offline
 
Join Date: Apr 2005
Location: Toronto
Posts: 90
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is what I did:

- admincp
- Styles & Templates
- Open: sk-timer_add
- Copy the code of sk-timer_add template
- Open FrontPage Code view and paste in the code of sk-timer_add template
- Switch to Frontpage Design view
- Edit a color of entire table to match the background of your forum
- Edit color of text to contrast your background

ps. if you don't have FrontPage, you can use Microsoft Free Trial of Expression Web:
http://www.microsoft.com/downloads/d...displaylang=en

Anyways, this is what it was before I've changed it:


This is what it looks like now:


I hope I've given you at least some kind of a help, but that is in a nutshell how I went about it. Enjoy.
Attached Images
File Type: jpg aPM.jpg (89.9 KB, 0 views)
Reply With Quote
  #81  
Old 06-07-2009, 08:46 PM
socalsoccer socalsoccer is offline
 
Join Date: Aug 2005
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

admincp
- Styles & Templates
- Open: sk-timer_add
- Copy / Paste the code What code did you paste and exactly where?

I dont want to change the table color , just the font that is displayed in the posts.

thanks
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 10:34 AM.


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.04853 seconds
  • Memory Usage 2,339KB
  • 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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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
  • (6)postbit_attachment
  • (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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete