The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Countdown Timer for your users Details »» | |||||||||||||||||||||||||
(inspired by this thread: https://vborg.vbsupport.ru/showthread.php?t=107226)
This little AddOn gives your users the option to show a custom countdown timer at the bottom of their signature. Features:
Installation: Painless:
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 Update 1.10 [high]IF YOU UPDGRADE FROM A PREVIOUS VERSION, BE SURE TO UNISTALL THE CURRENTLY INSTALLED ONE BEFORE INSTALLING THE UPGRADE![/high] (unfortunately all events will be lost)
[high]If the usergroup permissions do not work, or even don't show up at all, you might need to rebuild the bitfield using this URL:[/high] http://yourdomain.tld/pathtoforum/ad...buildbitfields Show Your Support
|
Благодарность от: | ||
kraghen |
Comments |
#82
|
|||
|
|||
Quote:
I didn't have a signature showing before the install and only added one after I installed then read the full thread |
#83
|
|||
|
|||
Quote:
Help.. help |
#84
|
|||
|
|||
phew, got it working, deleted the product, removed files then added text to my signature, made a test post, saw sig visible, upped files again, reimported product and hey presto all working fine.
|
#85
|
|||
|
|||
Please help me. I followed the instructions 100%. Now, the product is not showing up in the Installed Products list. And I have 3 of the slots in my profile. Yet, I cannot seem how to UNINSTALL this completly from my board? I got some SQL error a while ago. HELP!
|
#86
|
|||
|
|||
Hello, I got everything installed; except something is not correct when I went to User Control Panel/Options
This is what it shows Im not sure what it is |
#87
|
|||
|
|||
That thing really screwed my SQL Database, you might need to fix it! :ermm:
How do I delete it completely? Or does that mean I have to reinstall Forum? |
#88
|
|||
|
|||
Well I found how to fix it and SQL Database works better now, To the people who have SQL Database, this might help you
Go to Admin User Profile Fields - User Profile Field Manager Delete the Countdown, it will tell you that it has error but keep deleting all until you got them deleted, then your SQL Database will work as normal. It worked for me. Hope this helps. |
#89
|
||||
|
||||
Quote:
|
#90
|
|||
|
|||
@cbr929rrerion:
Try this (worked on my board): Open the plugin "Usercountdown - Save Settings" and replace the complete contents with this: Code:
$vbulletin->input->clean_array_gpc('p', array( "countdownuserfield" => TYPE_STR, "cdsettings" => TYPE_ARRAY )); $cdsettings = $vbulletin->GPC["cdsettings"]; $cdprofilefield = $vbulletin->GPC["countdownuserfield"]; $cddata["enabled"] = $cdsettings[$cdprofilefield . "_enable"]; $cddata["day"] = $cdsettings[$cdprofilefield . "_day"]; $cddata["month"] = $cdsettings[$cdprofilefield . "_month"]; $cddata["year"] = $cdsettings[$cdprofilefield . "_year"]; $cddata["hour"] = $cdsettings[$cdprofilefield . "_hour"]; $cddata["minute"] = $cdsettings[$cdprofilefield . "_minute"]; $cddata["event"] = $cdsettings[$cdprofilefield . "_event"]; $cddata["overmsg"] = $cdsettings[$cdprofilefield . "_overmsg"]; $vbuserfields[$cdprofilefield] = serialize( $cddata ); $vbuserfields[$cdprofilefield . "_set"] = "1"; $vbuserfields[$cdprofilefield . "_opt"] = ""; $userdata->set_userfields( $vbuserfields ); The cleanup script is almost done.... |
#91
|
|||
|
|||
Quote:
Thanks Hellcat that fixed it.. working perfect now.. Just one question, I want to change the way its displayed in the sig, like add breaks and maybe change font, where do I go to edit that part.. Thanks... |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|