fergbrain
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Underline IssueFor some reason, the
abbrtag uses theborderstyle instead oftext-decoration. Usingborder: none;should clear up your issue.Forum: Plugins
In reply to: [Plugin: Countdown Timer] text sizeI’m getting ready to release version 2.4, which will allow you to do this via CSS
Forum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Include in ExcerptForum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Include in ExcerptYes, it shouldn’t be too hard. I think it just needs a line or two of code to hook the action to the proper filter (i.e. excerpt filter). I’m currently working on a new release and will include in that unless you need it sooner.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] change target on link$content = $displayFormatPrefix.($link==""?$text:"<a href=\"$link\"><strong>".$text."</strong></a>").$fergcorp_countdownTimer_getOptions["titleSuffix"]."\n";Forum: Plugins
In reply to: [Plugin: Countdown Timer] change target on linkLines 526 and 540
Forum: Plugins
In reply to: [Plugin: Countdown Timer] General Options Panel DisappearsForum: Fixing WordPress
In reply to: [Plugin: Countdown Timer] Import – Export Datelines…Forum: Plugins
In reply to: [Plugin: Countdown Timer] How to get the countdown in 2 languagesCountdown Timer uses the global language setting for determining what language to use. So unless there’s a way to over ride that setting, I don’t have a solution. Sorry.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Change TitleYes, you can change it in the options for the Countdown Timer widget.
Forum: Plugins
In reply to: [Plugin: Countdown Timer] General Options Panel DisappearsIf you disable all other plugins and only enable the countdown timer plugin, what happens?
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Perfect thank you et en français c’est mieuxJe suis désolé, je ne parle pas le français
Forum: Plugins
In reply to: [Plugin: Countdown Timer] Displaying the newest ## of countdownsIt’s already been implemented. Use [fergcorp_cdt max=##], where ## is maximum number of results to be displayed – ordered by date
Forum: Requests and Feedback
In reply to: [Plugin: Countdown Timer] How Far in the FutureActually, I take that back. It appears that only certain versions of PHP are limited to the 32-bit signed int. If you have PHP 5.1.0 or greater, the problem is solved.
Since PHP has resolved this problem, I will no loner be working on a solution.
Forum: Requests and Feedback
In reply to: [Plugin: Countdown Timer] How Far in the FutureDue to limitations in PHP’s strtodate function, the maximum date possible is Tue, 19 Jan 2038 03:14:07 UTC, which corresponds to the maximum value for a 32-bit signed integer.
There currently is no feasible way to extend this date, however this issue has been known for a while and I’ve been working on a solution.