• Resolved suspicio

    (@suspicio)


    Hello,

    I’m using My Calendar, latest version. First of all, cheers! I’m finding it very nice and smart.

    What i’d like to do now is: when my website’s users click on an event in the monthly view, i’d like them to be directly brought to an URL i added in the event description. Is that possible?

    Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Yes, you can do that. Replace {title} at My Calendar > Settings > Text > “Event title (grid)” with {linking_title}. Go to Settings > Output and check the box “Open calendar links to event details URL”.

    Thread Starter suspicio

    (@suspicio)

    Thank you very much Joe!

    Just another thing, is there a way, in monthly view, to show only thursday to sunday for example?

    Plugin Author Joe Dolson

    (@joedolson)

    You can hide the cells using CSS; that would certainly be the easiest way to do it.

    E.g.

    
    .mc-main .mon, .mc-main .tues, .mc-main .tue, .mc-main .wed {
       display: none;
    }
    
    candyg333

    (@candyg333)

    In response to the question first asked, I am trying to do the same thing (I think). What I want to do is have someone click on the event (such as this one) and have it take them directly to the page on my website that I have linked without first going to the “my calendar” information page.

    I tried the above but either did it wrong or did not understand the question. Pretty much not a coder either.

    I went in to the settings>text. So I am really not very good at this, but it says replace “Event Title grid” and shows {time}: {title}. Not sure how exactly to make the change. I can’t replace “event title grid” itself, can I?

    • This reply was modified 7 years ago by candyg333.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Directly link calendar event to URL’ is closed to new replies.