Results 1 to 10 of 500

Threaded View

  1. #11
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Event Calendar

    Quote Originally Posted by DivaVocals View Post
    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;
    Last edited by DivaVocals; 28 Apr 2013 at 03:50 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

 

 

Similar Threads

  1. Timeslot Booking Event Calendar
    By escapis in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 31 Jan 2014, 12:45 AM
  2. Multiple Choices error with Event Booking Calendar addon
    By FukienMan in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 16 Feb 2012, 12:17 AM
  3. Help with Event Calendar add-on
    By blabay in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Mar 2010, 01:34 PM
  4. Event Calendar Broken - take out of download section!
    By Asmodai in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Nov 2007, 07:22 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg