Event post Calendar
-
Hi!
First of all, thanks for this great plugin.
I try to change the code of eventpost.js but it does not respond.
I want to modify the calendar as follows:
1) to change loader.gif or cal-loader.gif with my own.
2) to change
<button class="eventpost_cal_close">x</button>
with an image.3) when the user clicks twice on the calendar date then the code is executed twice.
I make the following changes but it does not work:–In eventpost.php line 1865
<button onclick="this.disabled=true" name="b123" data-date=...>date('j', $date)</button>
and
–In eventpost.js line 338
<button class="eventpost_cal_close" onclick="document.getElementByName('b123').disabled=false">x</button>
How can I do this?
(I apologise for any mistakes in my English.)
Thank you.
- The topic ‘Event post Calendar’ is closed to new replies.