![]() |
I've upgraded my instructions above.
Please note, while this works for me, this is not how it should be done. Programmer of this script should add an option to implement text and backgroung colors. |
Thanks Jaro.
You wanted your admin Cpanel color changed, and I just need the font color changed in the post. There should be an easy way to do this. I appreciate your help but it does not correlate with what I am trying to do. |
1 Attachment(s)
Quote:
I am not sure I understand, but if you just want to change the color of the message text, use a BB code: Go to Control Panel, Edit Countdown and use this as a message to display: PHP Code:
Attachment 100278 |
Quote:
|
Yeah, I didn't know either, but I was playing around with it and realized it worked with BB code. Great.
|
I would like to add hyperlink to the text of event. Do I use bb code or html to do this? Thanks
|
Could you make one the admin can set to show in the header
|
Any way to add a fieldset to this in the postbit?
|
Quote:
|
Nice idea but this must conflict with something else so I cannot mark it as installed.
Running the latest vb, vbseo and multiple hacks. Everything appears OK except it does not show in sig or postbit. What is the hook for it? Isn't there anything I can do, I would really like it to work. OK I got it to work on another site of mine and of all places a heavily modified theme. Marked as installed. |
This isnt working all that comes up is "counting down to my 22nd birthday" but there is no timer ??? Ive installed everything correctly... could someone please help with this
|
am i correct in thinking if i place a user into a group with this mod it puts the countdown timer in automatically ?
i use a small code at the moment which i have to place in each users sig when i place them in a certain cat, so it takes me ages but if this mod means i can add the mod for a certain cat and when i place a member in this cat it automatically places thr desired countdown timer in their sig can someone please let me know ? tagged for the moment cheers |
I hate to revive an old thread but my users are requesting this again. The only problem I have, I've upgraded to VB 4.0.1.
Are they any plans to upgrade this fine mod? |
I have installed the mod on my forum but i got a problem. It only shows text and no time.
How can i fix this? Running 3.8.4 |
Is there a way to put this in a module on the home page?
|
Very nice Mod for my webcenter thanks > Installed.
|
Works perfectly out of the box with 3.8.5 :up:
Added styling (bold/font color) by editing the sk-timer_countdownbit template. Simply added styling around $puser[sktitle] |
MAgicThemeParts - What kind of styling did you do?
Also - I'd love to be able to have it go in Months/days/hours/mins/secs. |
odln018, I basically changed the font color and bolded it in the 'title' of the countdown. But, I figured that I'd share where to do it since others may want to know where to find it.
You can see here in post two of this thread for an example: http://www.fantasyleagueforums.com/showthread.php?t=24 |
Ok - For some reason, the timer all of sudden stopped working for specific users. It's weird, and there were no changes to anything else on the board.
I've tried to uninstall/install, with no success. |
Anyone know how to show a preview of the countdown timer on the creation page? That way someone can see the actual time of their current timer? You can't use the same script as it's post specific, but I've been unable to figure out how to show it on the create page.
|
1 Attachment(s)
I've installed this [S]but am having some difficulty (things which have been reported up-thread). I tried to remove the unnecessary line-breaks, but when I made those changes (only removing some <br /> tags) the live countdown stops and the numbers only change on a page reload. What is the code looking for as far as the live update?[/S]
vB 3.8.6 PL1. I uninstalled the product completely (including dropping the "sktimer" table, see next post) and reinstalled from scratch. I checked in between each step to see if the countdown was still working. Plugin Manager -> Edit "Handle timer in postbit" Before: PHP Code:
PHP Code:
Remove " <br />" Reload page with countdown: Countdown works. Style Manager -> Edit "sk-timer_countdownbit" Before: PHP Code:
PHP Code:
Remove "<br />" Reload page with countdown: Countdown works. Style Manager -> Edit "sk-timer_countdownbit" Remove first line consisting of "<br />". Reload page with countdown: Countdown works. vBulletin Options -> SK - Countdown/Countup Settings -> Event Location Switched back and forth between Signature and User Info, reloading page with countdown each time: Countdown works. I can only guess that I must have typoed something the first time through and later, on being more careful while doing things step-by-step, didn't mess it up. Result: Countdown works, no line breaks. |
The "uninstallcode" section of the product XML is blank. That means that when uninstalling, the product's SQL changes are left behind. This is rather poor practice. Can it be updated? Seems like all you'd need is to drop the "sktimer" table.
Code:
<installcode><![CDATA[$vbulletin->db->query("CREATE TABLE IF NOT EXISTS " . TABLE_PREFIX . "sktimer ( |
Just wondering if anyone is able to update this to be compatible with VB4? Its a brilliant mod and one that our users are missing now we've upgraded.
Thanks. |
Installed on Version 3.7.3
1 issue that there is no text displayed after the countdown. I have write something in the Message to display after specified time,but there is just no text in ucer info nor under sig. How can i change this,or what's wrong? |
Hello, i am alreddy using vB 3.6.8. Installation works, administration too. But no chance to set countup in Profile (no option seen). Can anyone help me to run this mod under 3.6.8?!
|
1 Attachment(s)
I've identified a bug in this script; when a user includes an apostrophe or single quote in their "countdown finished" message, the countdown will not actively decrement. It looks like the single quote should be escaped. I'm looking at the script code now and will update when I have a fix.
Update: In sktimer.js, I added the following as the first two lines in the CountBack function: HTML Code:
FinishMessage = FinishMessage.replace ( "'", "& #39;" ); This just replaces single and double quotes with their HTML entity representations. I've attached the updated sktimer.js. *** This solves the reported problem of only some user countdowns actively counting! *** |
All times are GMT. The time now is 01:34 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|