• Resolved brunokassss

    (@brunokassss)


    The solution for this is puting in the line 2913 the code:

    if ($event->event_link != '') { $linky = stripslashes($event->event_link); }
    else { $linky = '#'; }
    $output = '<span class="calnk"><a href="'.$linky.'">'
    .$day_of_week.'<span>';

    You also have to comment the line 2907.

    Kieran you should add this in the next version of the plugin, it’s quite useful

Viewing 2 replies - 1 through 2 (of 2 total)
  • And what links to multiple events in one day?

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    Well quite, that’s just the thing; if you want links in the mini calendar then you have to change the mouse over such that the following things happen

    • The mouse-over its self is not comprised of an anchor tag
    • The list of events within the hover each has an anchor tag

    These things are not supported out of the box but you should feel free to make the changes. If you just “make the link work” then only the first event found will be linked to which is probably not what you want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event_Link does not work’ is closed to new replies.