Version: 1.12, by Hellcat
Developer Last Online: Apr 2014
Category: End-User Options -
Version: 3.6.0 Beta 1
Rating:
Released: 06-08-2006
Last Update: 06-08-2006
Installs: 175
Uses Plugins Template Edits
Additional Files
No support by the author.
This is a port of my vB3.5.x "User Countdown Timer".
I had to change some parts of the install code to make it work with vB3.6, and here we go:
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"
Import the product .XML
DONE
That's it.
No template edits, no nothing
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 "Yes" the timer will automatically be shown on the bottom of your sig, set to "No" will hide/disable the time display
Have fun
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
The following is a template and file change to show signature only, counter only, or both signature and counter depending on which are turned on in the UserCP by the member.
In the postbit template (not tested in postbit_legacy)
FIND
Code:
f condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
REPLACE WITH
Code:
<!-- sig and countdown mod -->
<if condition="$post['signature'] AND $counterhtml">
<div>
__________________<br />
$post[signature]
<br /><br />
$counterhtml
</div>
<else />
<if condition="$post['signature'] OR $counterhtml">
<div>
__________________<br />
$post[signature]
$counterhtml
</div>
</if>
</if>
<!-- /sig and countdown mod -->
In the file included with this mod plugins_usercountd.php
ok, I uploaded the corrected php file, reinstalled the xml file, saved the phrases, but I do not see anything in the usergroup permissions that will allow/disallow the countdown timer and it does not show up anywhere in the usercp. I am running on vb 3.6.4. any suggestions?
Does anybody know how i can get the drop down options to expand more so i can see the selections, I have installed ok on 3.6.7. but the drop down options are not easy to see
Installed twice and both times, code was missing from the usergroup area (no text showing what you were to change, but said YES/NO) and no text in the descriptions in USERCP. Uninstalling.
I had some trouble first too.
So I uninstalled and reinstalled it.
Refresged a lot and and used patience around 30 minutes.
I have to search the phrases - you find it under Phrases -> Global Settings - and rebuild it.
Has anyone fixed the problem i reported? People are in different time zones, and this seems to work off the system timezone, which of course isn't correct. Has this been sorted out?
I had some trouble first too.
So I uninstalled and reinstalled it.
Refresged a lot and and used patience around 30 minutes.
I have to search the phrases - you find it under Phrases -> Global Settings - and rebuild it.
Works like a charm
Thnx for the great mod
Doesn't work for me, no text shows so what do you put into the phrases for it to all work? Thanks.