Default show different month than current month

  • EmediaWeb
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 3 weeks ago #29248 by EmediaWeb
I'm using your product to only book appointments for a 4 day convention in June. Is there a way to set the default month to show June instead of the current month, April?

Please Log in or Create an account to join the conversation.

More
12 years 3 weeks ago #29260 by Mr. Dam
Hi,
Please open file
components > com_osservicesbooking > helpers > calendar.php
find
$current_month = intval(date("m",$realtime)); in line 28
and replace by
$current_month = '06'
Good luck
Dam

Please Log in or Create an account to join the conversation.

  • EmediaWeb
  • Topic Author
  • Offline
  • New Member
  • New Member
More
12 years 3 weeks ago #29282 by EmediaWeb
Worked like a charm. Thanks for the quick and helpful reply!

Gene

Please Log in or Create an account to join the conversation.

Moderators: Mr. Dam