Page 35 of 50 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 500
  1. #341
    Join Date
    Mar 2013
    Location
    New Orleans
    Posts
    81
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by DivaVocals View Post
    Ajax??? Did someone say AJAX???? I LOVE Ajaxy stuff!!!

    In the name of being the resident nag here..
    Are you also adding the option for shopowners to chose removing the physical files from the server when uploading a replacement image to an event?? (Similar to the existing Zen Cart feature for product images -- see example image)
    It is on my list, but not sure it will make it in this weekend. My thoughts are that if we're going to "touch" that section of code we should also put in the ability to link to existing files as well.

  2. #342
    Join Date
    Mar 2013
    Location
    New Orleans
    Posts
    81
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by DivaVocals View Post
    ...Rus probably has all the changes in his files.. Hopefully he can submit them so I can work on testing over the weekend.. I'm flying to Nashville tonight and I can work on some things while at the airport and during my downtime at my hotel.
    HTML Code:
    Files I have "touched" since the alpha (ec_4_alpha.zip) release:
    
      On the admin (back end) side:
        events_manager.php
          * changed 
          : located in: admin/
          - main program on administrative side
    
        events_manager_rec_poll.php
          * new
          : located in: admin/
          - added for javascript ajax/sjax calls from main events_manager.php
    
        events_manager_drop_dns.php
          * changed
          : located in: admin/includes/
          - called from events_manager.php to handle link creation drop down boxes
    
        events_manager.css 
          * new
          : located in: admin/includes/
          - created to separate the bulk of css from events_manager.php
    
        events_manager_image_manipulator.php 
          * new
          : located in: admin/includes/classes/
          - called from events_manager.php, holds image manipulation class/functions
          ! was originally named image_manipulator.php, changed to be consistent with events module
    
        events_manager_js.php
          * new
          : located in: admin/includes/javascript/
          - created to separate the bulk of javascript from main events_manager.php
          ! file is called as a php require not from a javascript file tag, this is due to needed php define references
    
        events_manager_functions.php
          * new
          : located in: admin/includes/functions/
          - created to separate some of the larger php functions from main events_manager.php
    
        events_manager.php
          * changed
          : located in: admin/includes/languages/english/
          - hold english language php DEFINEs for text in the events manager module
    
        events_manager.php
          * changed
          : located in: admin/includes/languages/english/extra_definitions/
          - hold english language php DEFINEs for configurable options in the events manager
    
    -----
    
      On the store (front end) side:
    
        tpl_events_calendar_default.php
          * changed
          : located in: /includes/templates/your_template/templates/
          - main events calendar program for store front side
    
        events_calendar_include_defines.php
          * changed
          : located in: /includes/languages/english/extra_definitions/your_template/
          - hold english language php DEFINEs for configurable options in the events calendar
    
        events_calendar_functions.php
          * changed
          : located in: /includes/functions/extra_functions/
          - holds functions shared by events calendar module 
    That should do you...
    Rus

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

    Default Re: Event Calendar

    Quote Originally Posted by LaCamus View Post
    HTML Code:
    Files I have "touched" since the alpha (ec_4_alpha.zip) release:
    
      On the admin (back end) side:-
        events_manager.php
          * changed 
          : located in: admin/
          - main program on administrative side
    
        events_manager_rec_poll.php
          * new
          : located in: admin/
          - added for javascript ajax/sjax calls from main events_manager.php
    
        events_manager_drop_dns.php
          * changed
          : located in: admin/includes/
          - called from events_manager.php to handle link creation drop down boxes
    
        events_manager.css 
          * new
          : located in: admin/includes/
          - created to separate the bulk of css from events_manager.php
    
        events_manager_image_manipulator.php 
          * new
          : located in: admin/includes/classes/
          - called from events_manager.php, holds image manipulation class/functions
          ! was originally named image_manipulator.php, changed to be consistent with events module
    
        events_manager_js.php
          * new
          : located in: admin/includes/javascript/
          - created to separate the bulk of javascript from main events_manager.php
          ! file is called as a php require not from a javascript file tag, this is due to needed php define references
    
        events_manager_functions.php
          * new
          : located in: admin/includes/functions/
          - created to separate some of the larger php functions from main events_manager.php
    
        events_manager.php
          * changed
          : located in: admin/includes/languages/english/
          - hold english language php DEFINEs for text in the events manager module
    
        events_manager.php
          * changed
          : located in: admin/includes/languages/english/extra_definitions/
          - hold english language php DEFINEs for configurable options in the events manager
    
    -----
    
      On the store (front end) side:
    
        tpl_events_calendar_default.php
          * changed
          : located in: /includes/templates/your_template/templates/
          - main events calendar program for store front side
    
        events_calendar_include_defines.php
          * changed
          : located in: /includes/languages/english/extra_definitions/your_template/
          - hold english language php DEFINEs for configurable options in the events calendar
    
        events_calendar_functions.php
          * changed
          : located in: /includes/functions/extra_functions/
          - holds functions shared by events calendar module 
    That should do you...
    Rus
    Would it be too much to ask if you could bundle up your changed files in a zip file and attach it to a post here? Ourty please.
    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.

  4. #344
    Join Date
    Mar 2013
    Location
    New Orleans
    Posts
    81
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by DivaVocals View Post
    Would it be too much to ask if you could bundle up your changed files in a zip file and attach it to a post here? Ourty please.
    This is the front end, back end is still messy.

    ec_4_alpha_rus_alpha.02b_includes.zip

  5. #345
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Event Calendar

    Quote Originally Posted by DivaVocals View Post
    Help me understand what the end goal is here.. Is this code supposed to make the image proportions match the inner div proportions (ie use the browser tags to "artificially" re-size the images)?? So if I am understanding that this is the end goal, if the inner div has a height attribute of 500px and a width attribute of 300px the image browser height and width tags need to match THOSE proportions REGARDLESS as to what the actual image size is??? Am I understanding this correctly??
    My code fits larger images only to the encapsulating divs, with scope to further reduce image size in img.c1. Images smaller than the enscapsulating divs do not get resized, unless forced by img.c1. The % values make for fluid and flexible, so there is no need to introduce actual image dimensions or limits. Image proportions will be maintained throughout.

    If you gradually shrink your webpage to a fraction of screen size in a series of steps, at some point you should see the image size begin to shrink once you get below the css width or (better still) max-width setting for body and html (but then you may not have defined this as I have done.) FWIW By applying this and similar code wherever possible throughout, my template has become totally fluid and flexible, and can be shrunk down to about 75mm or 3 inches in actual width without anything breaking, overlapping or otherwise ruining layout. Even the sidecolumns shrink proportionally. This is why prescribing actual image dimensions to fit a page is of no real concern to me and, as long as I keep overall image sizes below 400kb (usually < 200kb), bandwidth use becomes almost a trivial issue.

    My latest css for this is as follows, with only padding added to img.c1 to better accommodate image surrounds.

    Code:
    /* bof scale and fit image to outer div */
    .event_image_outer {
    	width:100%; 
    	margin:1em auto;
    	}
    
    .event_image_inner {
    	width:98%; 
    	margin:1em auto; 
    	text-align:center;
    	}
    
    img.c1 {
    	max-width:90%;  /* max-width determines final width, adjust % to suit */
    	margin:0em auto; 
    	padding:0.25em;
    	}
    /* eof scale and fit image to outer div  */
    Hope this helps.

  6. #346
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Event Calendar

    Quote Originally Posted by LaCamus View Post
    Code:
    //**rus.02:start
    //** function to decipher images verses docs
    //** a different version of this function is also used (at the end of file) in admin/events_manager.php
    function event_flink_small($inff, $alt='', $params='', $usew=false) {
      $events_img_exts = strtolower(trim(EVENTS_IMAGE_EXTS));
      $events_oth_exts = strtolower(trim(EVENTS_OTHER_EXTS));
      $events_all_exts = trim($events_img_exts . ' ' . $events_oth_exts);
      $orf = trim($inff);
      $wf  = DIR_WS_IMAGES .'events_images/' . $orf;
      if ($orf=='') {
        return '';
      } else {
        $fileext = strtolower(strrchr($orf, "."));
        if ($events_all_exts=='' || in_array($fileext,explode(" ",$events_img_exts))) {   //** it's an image or everything is considered an image
          $dumi = ($usew ? zen_image_OLD($wf, $alt, '', '', $params) : ('<img src="'.$wf.'" alt="'.$alt.'" title=" '.$alt.' " '.$params.' />'));
          return $dumi;
        } else {                                               //** must be other file type
          $dumi = '<a href="' . $wf . '" target="_blank">' . zen_image(DIR_WS_IMAGES .'events_images/event_cal_info_doc.png', $alt, '', '', $params) . '</a>';
          return $dumi;
        }
      }
    }
    //**rus.02:stop
    I can now confirm the above code works for me.
    Previously I had to set Admin > Images > Image - Use proportional images on products & categories to 1 to maintain events image proportions, but have now set this switch to 0, without any detrimental effects so far.

    Quote Originally Posted by LaCamus View Post
    Then...
    in: includes/templates/your_template/templates/tpl_events_calendar_default.php
    Code:
      <div class="event_image_outer">
        <div class="event_image_inner">
          <?php echo event_flink_small($event_array['image'], $event_array['title'], 'class="c1" hspace="0" vspace="0"'); ?>
        </div>
        <div class="clearLeft"> </div>
      </div>
    ...will work.

    For those who still want to utilize the auto size detection feature of zen carts' image functions, they should use:
    Code:
      <div class="event_image_outer">
        <div class="event_image_inner">
          <?php echo event_flink_small($event_array['image'], $event_array['title'], 'class="c1" hspace="0" vspace="0"',true); ?>
        </div>
        <div class="clearLeft"> </div>
      </div>
    Thanks,
    Rus
    I applied the first option above (did not quite understand the second) and confirm it also works for me. I then removed the hspace="0" vspace="0" part from your code and also found no problem. Previously, when I had the double <img> tags, I could not get event images to show without this snippet, but now the following works:

    Code:
     <?php echo event_flink_small($event_array['image'], $event_array['title'], 'class="c1"'); ?>


    Now if I may bother you with another request. In the sidebox, a user can lookup events for a certain month and year via a series of dropdowns located immediately below the calendar. However, upon selecting an event from the results returned, or subsequently clicking any other link for that matter, the selected month and year are returned to their default settiings (ie current month and year), which means that a user must reselect the same month and year to view additional events that the selected month/year may have contained. What I would like is for the selected month and year to remain set for the duration of the session or until the user decides to change these selections again. I believe the file to do this is:
    includes/templates/YourTemplate/template/tpl_events_calendar_include_default.php.

    Also, in Admin > Extras > Events Manager, when no manufacturer or catalog/product has been selected, can we have a "None selected" status displayed in the last line of the Store Link table. ATM this line does not appear unless a manufacturer or catalog/product is selected.

    Thanks for posting your latest update.

    Cheers
    Last edited by dw08gm; 13 Apr 2013 at 08:00 PM.

  7. #347
    Join Date
    Mar 2013
    Location
    New Orleans
    Posts
    81
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by dw08gm View Post
    I can now confirm the above code works for me.
    Previously I had to set Admin > Images > Image - Use proportional images on products & categories to 1 to maintain events image proportions, but have now set this switch to 0, without any detrimental effects so far.

    I applied the first option above (did not quite understand the second) and confirm it also works for me. I then removed the hspace="0" vspace="0" part from your code and also found no problem. Previously, when I had the double <img> tags, I could not get event images to show without this snippet, but now the following works:
    Code:
     <?php echo event_flink_small($event_array['image'], $event_array['title'], 'class="c1"'); ?>
    Good I'm glad that's working...the second link, with "TRUE" as the last parameter, uses the old zen_image function which imbeds the image's native height and width in the IMG tag.
    Now if I may bother you with another request. In the sidebox, a user can lookup events for a certain month and year via a series of dropdowns located immediately below the calendar. However, upon selecting an event from the results returned, or subsequently clicking any other link for that matter, the selected month and year are returned to their default settiings (ie current month and year), which means that a user must reselect the same month and year to view additional events that the selected month/year may have contained. What I would like is for the selected month and year to remain set for the duration of the session or until the user decides to change these selections again. I believe the file to do this is:
    includes/templates/YourTemplate/template/tpl_events_calendar_include_default.php.
    Should be able to make it happen...this will most likely entail the use of cookies.
    Also, in Admin > Extras > Events Manager, when no manufacturer or catalog/product has been selected, can we have a "None selected" status displayed in the last line of the Store Link table. ATM this line does not appear unless a manufacturer or catalog/product is selected.
    Easy enough.

    Thank,
    Rus

  8. #348
    Join Date
    Sep 2008
    Location
    DownUnder, overlooking South Pole.
    Posts
    984
    Plugin Contributions
    6

    Default Re: Event Calendar

    FWIW

    For greater clarity or uniqueness, the tag img.c1
    in \includes\templates\YourTemplate\css\stylesheet_events_calendar.css
    could be changed to img.eci or img.event_calendar_image

    which would then require changing class="c1" in
    \includes\templates\YourTemplate\templates\tpl_events_calendar_default.php
    to class="eci" or class="event_calendar_image" respectively.

    the second link, with "TRUE" as the last parameter, uses the old zen_image function which imbeds the image's native height and width in the IMG tag.
    Thanks, I had only traced as far as
    Code:
    function event_flink_small($inff, $alt='', $params='', $usew=false) {
    in \includes\functions\extra_functions\events_calendar_functions.php

    Cheers

  9. #349
    Join Date
    Mar 2013
    Location
    New Orleans
    Posts
    81
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by LaCamus View Post
    This is the front end, back end is still messy.
    Here's the whole thing: ec_4_alpha_rus_alpha.03.zip

    1) Has the fix/request on the link section to now show "no link selected" (not just when added and deleted).
    2) Also in link section, drop downs will show "None" at the top if not selected (except for products, those are based on a manufacturer or category being selected).
    3) Fixed problems at the bottom of the "review" page with the image resize info/warning boxes.
    4) Includes the changes to the Image function on the front end to support dw08gm's request.
    5) Has dw08gm's view long date option in there.
    6) Took CSS out in vicinity of my changes and moved to separate file, still some inline...needed in some special situations. (back end)
    7) Moved majority of javascript out into another file (back end)
    8) Moved some larger php functions out into another file (front & back)
    9) I think I caught most (maybe all) of my text, even in the drop downs, for the code I created/changed and moved it to the language file. (back end)
    10) I made a number of table and formatting changes for the screen layouts (admin side only), you may want to check to see if they look ok. For one, you will notice the default table on all events pages now stretches to 100%.
    11) Worked out "some" of the issues with checking the start and end dates before moving to the "review" page (javascript errors instead of php).
    12) Changed "delete event" section to provide user with info on what he/she is deleting (just in case).
    13) Put in the ability to delete other "matching" events that have the same title and creation date (needed for #17, see below). Warns before pulling the trigger.
    14) I think I worked out all the cross-browser issues. I would have been finished yesterday if it wasn't for this. I had to compromise(give up) on a couple of issues.
    15) Added some functionality for popup errors/warnings and help, incorporated into #17.
    16) Added the ability to copy an event. Allows you to grab an existing event and use it's data to seed a new event. (Would you believe me if I told you I pulled this off with just 3 lines of code?)
    17) The big one is the ability to add multiple events, this is not a TRUE recurring events mod, meaning that 1 event would be saved to the db and dates would be calculated from it on the front end when building the calendars/lists. What is does is calculate a # of dates into the future (configurable based on your input) and sticks them in the database, 1 event for each newly calculated date. Has the ability to see all the dates before they are added (using popup help...#15). Gives you info about your start & end dates which is completely configurable in the language file (includes the use of mergeable variables).

    Things that need to be done....
    1) More testing to make sure it works for everyone else.
    2) There are lots of align and valign cellpadding border, etc. tags in the tables that will have to be addressed at some point.
    3) More inline css can still come out.
    4) The ability to delete and select (link back to) existing image files.
    5) Maybe the start/end date info mod should be added to the base edit window (currently it only shows when you click on "Multiple Events").

    Testing encouraged, constructive criticism welcome...

    Thanks,
    Rus

  10. #350
    Join Date
    Mar 2013
    Location
    New Orleans
    Posts
    81
    Plugin Contributions
    0

    Default Re: Event Calendar

    Quote Originally Posted by LaCamus View Post
    Things that need to be done....
    1) More testing to make sure it works for everyone else.
    2) There are lots of align and valign cellpadding border, etc. tags in the tables that will have to be addressed at some point.
    3) More inline css can still come out.
    4) The ability to delete and select (link back to) existing image files.
    5) Maybe the start/end date info mod should be added to the base edit window (currently it only shows when you click on "Multiple Events").
    Two very important things I left off the to do list...
    1) Move a # of the configurable defines to the admin->configuration drop down menu.
    2) Change the store-front side-box calendar build process so that no default zen cart modules have to be altered (store owners won't have to edit source code).

    Those 2 things will make this module very popular for the layman...and the fact that dw08gm has it upgraded to work with 1.5.1.

    Thanks,
    Rus

 

 
Page 35 of 50 FirstFirst ... 25333435363745 ... LastLast

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