I still have this problem, and do not understand what u mean by this quote.
I am using the template "wallet"
Hope you can help me out.
Greetz Laura
http://www.hoornvoelen.nl
I still have this problem, and do not understand what u mean by this quote.
I am using the template "wallet"
Hope you can help me out.
Greetz Laura
http://www.hoornvoelen.nl
Is it possible that someone logs in to my admin and make the necessary changes for me?
Laura
http://www.hoornvoelen.nl
Hi All
Has anyone got the event calender to 'highlight' added events within ADMIN on the actual customer calender view ?
Not sure if its part of the package but not working on my install.
Cheers
Regards,
Chris (CCN1)
Mine worked fine right out of the box.
Anyone find a solution to the "back button" problem described in a couple other posts? Its the only issue I have left to resolve, otherwise, the calendar is working well.
DISPLAY YEAR button has been reduced to a single Y. And there is no link. I have noticed on many other sites that they have the same problem. However on Aussie 's site discussed on page 7 of this thread, his works perfectly. Anyone know of a quick fix for this?
I have tried to upload those two modified files, but it didnt help.
Well I have found the erroneous line to be changed in
includes/languages/english/extra_definitions/escort/events_calendar_include_defines.php
define('BOX_GO_BUTTON', '>');
define('BOX_GO_BUTTON_TITLE', ' view selected month ');
define('BOX_TODAY_BUTTON', ' Today ');
define('BOX_TODAY_BUTTON_TITLE', ' view current month ');
define('BOX_YEAR_VIEW_BUTTON', ' Y '); shoud be Display Year instead of Y
define('BOX_YEAR_VIEW_BUTTON_TITLE', ' view selected year ');
define('BOX_NEXT_LINK', 'next_month');
define('BOX_PREV_LINK', 'previous_month');
define('BOX_CLICK_LINK', 'Click for events');
define('FIRST_DAY_OF_WEEK', 0);
Still no link though
I tried to manually type in the url and it worked perfectly:
index.php?main_page=events_calendar&_month=3&_year=2010&year_view=1
So I am guessing that the script is not parsing out the proper url from tpl_events_calendar_include.php located in includes/templates/mytemplate/templates