
Originally Posted by
DivaVocals
All changes posted up until now are included and I've also added admin configurable options to add the All Upcoming Events and Current Upcoming Events links to the More Information and Information sideboxes. The modified sideboxes are included, and defines as well as admin options as appropriate have been added to support this.
Files included.. Readme has been update as well..
This should cover everything with one caveat: CSS image scaling for Internet Exploder 7 & 8 does not work unless the IMG tag height and width is turned off.. (Internet Exploder 7 & 8 do not interpret min-width or min-height correctly) For those who MUST have CSS image scaling working in Internet Exploder 7 & 8 this option has been left in.
If a shopowner NEEDS CSS image scaling working in Internet Exploder 7 & 8 WITH the IMG tag height and width is turned on, they will have to either implement a javascript solution (there are several options out there one can implement) or do some further research on an IE only stylesheet solution..
Whooops left out the updated install script..
Anyway this goof gave time to spot and fix some other inline styles corrections (changing <b> to <strong> etc), and to make some more tweaks to the readme..
This should be everything..
To install this latest version, you will need to run the uninstall script plus this little snippet:
Code:
SELECT @t4:=configuration_group_id
FROM configuration_group
WHERE configuration_group_title= 'Event Calendar';
DELETE FROM configuration WHERE configuration_group_id = @t4;
DELETE FROM configuration_group WHERE configuration_group_id = @t4;