Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author avdude

    (@avdude)

    You will need to edit the source code from the folder public, evr_public_form.php

    Hi. I tried removing

    <span style="float:right;"><a href="<?php echo EVR_PLUGINFULLURL;?>evr_ics.php?event_id=<?php echo $event_id;?>">
    <img src="<?php echo EVR_PLUGINFULLURL;?>images/ical-logo.jpg" /></a></span>

    from evr_public_form.php and the “Add to Calendar” image link is still there.

    Is there another PHP file that I need to edit?

    https://rockrecoveryed.org/registration/

    sheenamariebee,

    I removed the following:

    <div style="text-align: justify;"><p><?php echo html_entity_decode($event_desc);?></p></div>
    <span style="float:right;"><a href="<?php echo EVR_PLUGINFULLURL;?>evr_ics.php?event_id=<?php echo $event_id;?>">
    <img src="<?php echo EVR_PLUGINFULLURL;?>images/ical-logo.jpg" /></a></span>

    It removed the image and link.

    blessings…

    whoops..

    I removed the description too. =)

    only removed:

    <span style="float:right;"><a href="<?php echo EVR_PLUGINFULLURL;?>evr_ics.php?event_id=<?php echo $event_id;?>">
    <img src="<?php echo EVR_PLUGINFULLURL;?>images/ical-logo.jpg" /></a></span>

    and it looks like you did the same. It worked for me to remove that code.

    Hi,

    I’ve attempted to delete what evarnon suggest from all the 3 files called evr_public_form.php (in the public, event and main folders). However this ‘add to calendar’ image and hyperlink is still visible. Am I being completely blond?

    I deleted this code:

    <span style="float:right;"><a href="<?php echo EVR_PLUGINFULLURL."evr_ics.php";?>?event_id=<?php echo $event_id;?>">
                            <img src="<?php echo EVR_PLUGINFULLURL;?>images/ical-logo.jpg" /></a></span>

    in SIX different files and I still can see the add to ical image in the overlay pop-up window which opens when you click on an event in the admin panel event listings.

    Has anyone found the definitive solution to removing this altogether?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove calendar link’ is closed to new replies.