faebu
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP-Calendar] Error message on event pageHello jaiunblog, thanks for fixing this one!
Forum: Plugins
In reply to: [WP Calendar] How to reach the developer?hi heavymark
sorry for the very poor response time. i’m currently in some troubles, alot of work and no own home. if the function does not work as described, it seems to be a bug.
i started coding the next version this spring but couldn’t do anything this summer. Unfortunately this will not change the next few weeks, because i cannot find any time to finish the next version.
if i find the time i can try to provide a fix for your issue, but would just be a hack, because the next version has alot of changes (more technically) and i cannot provide a patch version.
thanks for your patience.
faebuForum: Plugins
In reply to: [Plugin: WP Calendar] How can I display an event?@elsabegelderblom: once you have created this new page, you can choose this page from a dropdown box in the wp calendar settings. there is no need to work with php code or wp hooks… please don’t touch the code, since you’re not upgrade safe anymore!
@antoniobray: You don’t have to edit any files! just create a new page (yes, its a very normal wordpress page). place your tags in this page. next got to the wp calendar settings, where you can choose this page in the option “Single page view” (or similar).
This page is then used for displaying a SINGLE event. The event id is passed by the url as a GET parameter.
This single page makes no sense if you do not have an event overview. you could use widget to bring up a list of events or you use the graphical calendar. a graphical calendar can be shown in any page or post using the tag {events_calendar}.
Forum: Plugins
In reply to: [WP Calendar] Events Calendar for events in category from selection formAt the moment this is not possible using these tags. I’ll consider to make some of the filter parameters available as GET parameters. Maybe i can bring this feature in the upcomming version.
Forum: Plugins
In reply to: WP calendar not loading calendar eventsmaybe something is wrong with some javascript libraries (incompatibilities with other plug-ins). Is your calendar public, that I can test it and check if the javascript is working correctly?
Forum: Plugins
In reply to: [Plugin: WP Calendar] Feature Request: Add event from post meta boxthis feature is allready available… once the calendar plug-in is activated there is a new box in the post screen where you can force the creation of an event…
Forum: Plugins
In reply to: [WP Calendar] [WP Calendar] Not showing past eventsdid you read the documentation? the function pse_print_events_list support a lot of parameters to control the output and its all well documented in the settings page!
this should do the job. this prints all event which are in 2011, even if they started in 2010 (but ended in 2011) and even if they are ending in 2012 (but started in 2011).
fse_print_events( array( 'datefrom' => mktime(0,0,0,1,1,2011), 'dateto' => mktime(23,59,59,12,31,2011) ) );create a blank page and put in the tag {events_calendar} to get a graphical calendar…
for more information please read the documentation, it’s part of the the calendar’s settings page.
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Cannot get plugin to show up on a pageyou’re doing wrong i think. the {event_url} tag does only make sence in a list of event.
to get a list of events displayed use tags like {events_print} or {events_printlist}. to show a graphical calendar use {events_calendar}.
Forum: Plugins
In reply to: [WP Calendar] problem with the encording of this pluginyou can pass every option of fullcalendar in the
{events_calendar}tag. you can do it like that:{events_calendar; isRTL="true"}Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Link event to posthow do you integrate these 5 events in your homepage? widget? php code? page tags?
maybe this is an encoding problem or something is missing or conflicting the jQuery library. You could try to setup a button text, to see if it works:
{events_calendar; buttonText->prev=”< Back”; buttonText->next=”Forward >”}
Forum: Plugins
In reply to: [WP Calendar] [Plug-in: WP Calendar] Sync blog post to event… and publish?hi
this is not possible for the moment. i plan this for a future relese.
Forum: Plugins
In reply to: [WP Calendar] Add Event Subject to Event Page Titlesure, just put the tag {event_subject} in the page title.
Forum: Plugins
In reply to: [WP Calendar] [Plugin: WP Calendar] Multilanguagehi
multilanguage support is not possible and not planned in the upcoming releases.