• Hi,

    I would like to change the sentence in one event view, i use this : {ical_html} • {gcal_link}
    and in front i see : iCal Envoyer vers Google Calendar.

    I would like to have Envoyer vers Ical Envoyer vers Google calendar.

    I tried to modify the file my-calendar-templates.php line367 to add the same code i found on the line 337 for the google calendar link. But the sentence don’t change in front.

    Do you have a solution to fix my issue?

    Thank you

    https://wordpress.org/plugins/my-calendar/

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

    (@joedolson)

    If you’re using the template tags in your template, then editing the template PHP file should have changed the front end, unless you’re seeing a cached version. Alternately, you can always construct your own custom text by using the {ical} template tag, which only pulls the URL, so you can construct the text however you want, e.g.:

    <a href='{ical}'>Envoyer vers Ical</a>

    That has the advantage that you aren’t going to lose your changes when you update the plug-in.

Viewing 1 replies (of 1 total)
  • The topic ‘change the view of "ical_html"’ is closed to new replies.