faebu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Events disappearedno a wp calendar plug-in problem
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Events disappear too earlynormally, events disappear only when they are over. but there are some options, which controls the time which is relevant. by default events disapear as soon as there are finished.
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Only one event displayshow do you display events. tags, php functions, widget? please provide more information and describe EXACTLY how you do it.
this is a very basic feature and should work without any problems.
Goto Settings -> Calendar
On top of the settings page, you’ll find different tabs. one of it is called Usage, which will be renamed to ‘Documentation’ in the next release.
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] How to show expired events?Whe using the Tags events_print, there are filteroptions datefrom and dateto where you can pass a date intervall by using unix timestamps.
the new version support also mysql datetimes which makes it much easier (e.g. {events_print; datefrom=”2009-01-01 00:00:00″; dateto=”2009-12-31 23:59:59″}
V1.5 will be released todayy!
Forum: Plugins
In reply to: [WP Calendar] [WP Calendar] Not showing past eventsnew version support new keywords ‘now’ and ‘today’ and some basic arithmetic caluclations for calculation such things!
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Events not showing in Calendarworks for me, even if there is no categorie assigned. maybe there is an unexpected output, when the calendar date is asychronously read. please deactivate ALL plugins except WP Calendar an try again.
Forum: Plugins
In reply to: WP Calendar category sortingyou can create a page for every categorie and use the tag {events_print; categories=”1,2,7″}. see the usage documentation for more information!
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] sunday is not displayed correctlyYour link does not work
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Full Calendar in widgethi
currently not supported and not planned for the next releases.
cheers faebu
fixed in new version.
thanksForum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Widget – Link to Articelhallo thomas
funktioniert bei mir, auch auf deinem blog…
cheers faebu
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Is this plugin still maintained?Forum: Plugins
In reply to: [WP Calendar] Order Direction "orderdir" not working.i just checked it in debug mode an i figured out, that you cannot only define the sort direction without passing the column to be sorted by. to solve the order issue, passing the column name should do it:
<?php fse_print_events( array( 'number' => 100, 'categories' => 14, 'before' => '<table cellpadding="0" cellspacing="0">', 'after' => '</table>', 'datefrom' => mktime(0,0,0,1,1,2009), 'orderby' => 'tsfrom', 'orderdir' => 'DESC', 'template' => '<ul><li><strong>Title</strong><a href="{event_url}">{event_startdate} {event_subject}</a></li><li><strong>Documents</strong>{event_description}</li></ul>' ) ); ?>
Forum: Plugins
In reply to: [WP Calendar] Different colors for different categories?have a look at the FAQ of the plug-in. Second entry describes how to to it: