• hi

    everything works except for the most important part. when I click on event, I just get to the calender and today′s date.
    doesnt matter if i click on the event in the widget bar or on an event in the calender, it always brings me back to the calender with today′s date.

    What is going wrong here?

    Thanks
    Conte

Viewing 9 replies - 1 through 9 (of 9 total)
  • Same problem here, I don’t get how to show a single event.

    ?May I create a blank page to set “Single view page” option?

    Any help

    OK I get it now.

    You have to create a special page to show a single then put {event_subject} as title and {event_description} in the body, plus all the tags you want.

    what page do you insert th {event_subject} & description on?

    Just create one new page with {event_subject} on the title and {event_description} on the description

    What you have to do is just to create a new page. You don’t have to put the tag {event_subject} in the title, but in most cases this makes sense, since you want the event’s title to also be the page title (browser titlebar, top header element). In the content you can put any parameter {event_description,…).

    All these parameters are well documented in the WP Calendar settings (tab usage).

    The most important thing is, that you setup this page in the WP Calendar settings (tab event page). Once you have done this, the generated links from event lists will point to this page and the parameter {event_url} will now work and refer to this single page.

    i hope this helps.

    Hi Guys,
    I am completely new and ignorant about tags and where I need to put them….when you say “put {event_subject} as title and {event_description} where actually I have to put them? is it a file? and where I can find it..
    thank you and sorry to be so stupid.
    Abdulio.

    Hi

    I am also trying to create a single page. Faebu advises “the most important thing is, that you setup this page in the WP Calendar settings (tab event page)”. My problem is that I cannot find where and how to insert the URL for the single page I have created.

    I found the function ‘function hookSettingHeader_SinglePage()’ in fsCalendarSettings.php, but I don’t know what to do with it.

    Any advice? Thanks

    Hi Elsa,
    thank you for your help but like I said before my problem is where and how I can use the tags..do you have any step by step guide about how to use tags, which file to open etc etc etc..
    Thank you so much..

    @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}.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: WP Calendar] How can I display an event?’ is closed to new replies.