Event_Link does not work
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Event_Link does not work’ is closed to new replies.