Title: faebu's Replies | WordPress.org

---

# faebu

  [  ](https://wordpress.org/support/users/faebu/)

 *   [Profile](https://wordpress.org/support/users/faebu/)
 *   [Topics Started](https://wordpress.org/support/users/faebu/topics/)
 *   [Replies Created](https://wordpress.org/support/users/faebu/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/faebu/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/faebu/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/faebu/engagements/)
 *   [Favorites](https://wordpress.org/support/users/faebu/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 209 total)

1 [2](https://wordpress.org/support/users/faebu/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/faebu/replies/page/3/?output_format=md) …
[12](https://wordpress.org/support/users/faebu/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/faebu/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/faebu/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/faebu/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Post Categories and Calendar](https://wordpress.org/support/topic/post-categories-and-calendar/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/post-categories-and-calendar/#post-3512614)
 * Events aren’t shown on “normal” category pages.
 * You need to build your own category based index for events.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] TimeFormat FullCalendar for week and day](https://wordpress.org/support/topic/timeformat-fullcalendar-for-week-and-day/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/timeformat-fullcalendar-for-week-and-day/#post-3619518)
 * If you just wish to overwrite the time format for certain view, do the following:
 * `{events_calendar; timeFormat->week="hh:mm", timeFormat->day="hh:mm"}`
 * See als available calendar modes [here](http://arshaw.com/fullcalendar/docs/views/View_Option_Hash/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Tag für die Kategorie-ID](https://wordpress.org/support/topic/tag-fur-die-kategorie-id/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/tag-fur-die-kategorie-id/#post-3497981)
 * If you’re using the shortcode `{events_printlist}`, you could filter the categories
   by using the tag `categories`.
 * You have to use the category ids.
 * `{event_printlist; categories="1,8,9"}`
 * Problem solved?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Link to events does not work](https://wordpress.org/support/topic/link-to-events-does-not-work/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/link-to-events-does-not-work/#post-3583611)
 * Sieht so aus als wäre das erledigt…?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] TimeFormat FullCalendar for week and day](https://wordpress.org/support/topic/timeformat-fullcalendar-for-week-and-day/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/timeformat-fullcalendar-for-week-and-day/#post-3619517)
 * `{events_calendar; timeFormat="hh:mm"}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Multilingual events?](https://wordpress.org/support/topic/multilingual-events/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/multilingual-events/#post-3678269)
 * Hi, not supported and not planned eigter
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] How do I change language of buttons](https://wordpress.org/support/topic/how-do-i-change-language-of-buttons/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/how-do-i-change-language-of-buttons/#post-3765780)
 * See the full calendar documentation about [button text](http://arshaw.com/fullcalendar/docs/text/buttonText/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Inserting Graphical Calender and Start it in April 2013](https://wordpress.org/support/topic/inserting-graphical-calender-and-start-it-in-april-2013/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/inserting-graphical-calender-and-start-it-in-april-2013/#post-3395661)
 * The startdate of the calendar is not set by the plugin itselves, but by the jquery
   based fullcalendar. You can set any options of the fullcalendar by append it 
   to the shortcode.
 * To make the calendar start on 2013-04-01 you should do something like that:
 * `{events_calendar; weekMode="variable"; year=2014; month=3; date=1}`
 * Notice that the month start by 0 (=january)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] How do I change language of buttons](https://wordpress.org/support/topic/how-do-i-change-language-of-buttons/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/how-do-i-change-language-of-buttons/#post-3765779)
 * `{events_calendar; buttonText->today="Another Text"}`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Add wp calender in PHP](https://wordpress.org/support/topic/add-wp-calender-in-php/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/add-wp-calender-in-php/#post-3696292)
 * What do you want excactly. Have a close look at the documentation, which describes
   various ways of php integration in your theme.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] Fade out after begin date](https://wordpress.org/support/topic/fade-out-after-begin-date-1/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/fade-out-after-begin-date-1/#post-3347469)
 * Hallo Tim
 * I do not understand your question?
 * Ich verstehe Deine Frage nicht wirklich…?
 * Greeting from switzerland
    Grüsse aus der Schweiz
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] FullCalendar not displaying, found solution](https://wordpress.org/support/topic/fullcalendar-not-displaying-found-solution/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/fullcalendar-not-displaying-found-solution/#post-3347468)
 * Hi Sabrina
 * Thanks for your input. I’ll check that!
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [help setting a default start time in wp-calendar](https://wordpress.org/support/topic/help-setting-a-default-start-time-in-wp-calendar/)
 *  [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/help-setting-a-default-start-time-in-wp-calendar/#post-3338862)
 * it’s done in the new version. please avoid double posts in the support forum.
 * thx.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] suggested Feature](https://wordpress.org/support/topic/suggested-feature/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/suggested-feature/#post-3338861)
 * done in new version!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Calendar] After update to 1.5.3 no time is viewed](https://wordpress.org/support/topic/after-update-to-153-no-time-is-viewed/)
 *  Plugin Author [faebu](https://wordpress.org/support/users/faebu/)
 * (@faebu)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/after-update-to-153-no-time-is-viewed/#post-3335301)
 * try activating and deactivating the plugin.

Viewing 15 replies - 1 through 15 (of 209 total)

1 [2](https://wordpress.org/support/users/faebu/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/faebu/replies/page/3/?output_format=md) …
[12](https://wordpress.org/support/users/faebu/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/faebu/replies/page/13/?output_format=md)
[14](https://wordpress.org/support/users/faebu/replies/page/14/?output_format=md)
[→](https://wordpress.org/support/users/faebu/replies/page/2/?output_format=md)