
Originally Posted by
LaCamus
Yep....
1) Editing of tpl_main_page.php no longer needed
2) Now able to Select or Delete existing images in the events_images directory
3) Calendar class makes only 1 query to the DB for years and months now
Done, done & done.
Everything I've done since joining is attached...
Attachment 12371
Still needs Diva's admin config mojo.
Rus
Okay.. everything is cool.. I LOVE that the sidebox works without the tpl_main_page.php edit..
Had to make one small change to get the long/short months to look/work consistently:
/includes/templates/custom_template/templates/tpl_events_calendar_default.php
change this:
Code:
$cal->setMonthNames(explode(",", (EVENTS_LONG_MONTHS_TITLES ? EVENTS_MONTHS_LONG : EVENTS_MONTHS_SHORT))); //**rus: via diva: add
to this:
Code:
$cal->setMonthNames(explode(",", (EVENTS_LONG_MONTHS_DROPDOWNS ? EVENTS_MONTHS_LONG : EVENTS_MONTHS_SHORT))); //**rus: via diva: add
The dropdown on this page was not using the dropdown define for long/short months..
I will be posting up my consolidated fileset shortly.. This will include the updated install and uninstall SQL files. The SQL files will contain the admin menu settings. I will list out all the modifications I made to the files in support of the admin settings menu in that post.
Also I hope dw08gm doesn't mind, but I took the liberty of converting the text based readme file to an HTML format. I will include this in the fileset I upload later..