Page 302 of 373 FirstFirst ... 202252292300301302303304312352 ... LastLast
Results 3,011 to 3,020 of 3726
  1. #3011
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    (as mods updated for ZC 1.50 won't have backward compatibility for ZC 139h and lower)
    Not sure this statement is completely true.. It is my understanding from following the various v1.5 threads that depending on how the add-on was written some mods may indeed be compatible with BOTH v1.3.9 and v1.50
    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.

  2. #3012

    Default Re: Zen Lightbox...

    Quote Originally Posted by DivaVocals View Post
    Not sure this statement is completely true.. It is my understanding from following the various v1.5 threads that depending on how the add-on was written some mods may indeed be compatible with BOTH v1.3.9 and v1.50
    Woops meant to say "as mods with admin settings updated for ZC 1.50 won't have backward compatibility for ZC 139h and lower".
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

  3. #3013
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by limelites View Post
    Finally got around to downloading this file but what do you do with it to get the resize transition effects working with ZenLightbox 1.5? Where do I upload it to? How do I integrate the JS functions with the ZenLightbox mod?

    what version of zencart are you using?

    upgrade to the latest version of lightbox and you won't need that mootools item....not all needed it

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    Woops meant to say "as mods with admin settings updated for ZC 1.50 won't have backward compatibility for ZC 139h and lower".
    No that's exactly what I meant.. Some mods WITH ADMIN SETTINGS may in fact be backwards compatible depending on how they were written if I understand the conversations correctly..
    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.

  5. #3015

    Default Re: Zen Lightbox...

    Quote Originally Posted by DivaVocals View Post
    No that's exactly what I meant.. Some mods WITH ADMIN SETTINGS may in fact be backwards compatible depending on how they were written if I understand the conversations correctly..
    My mistake. I thought all mods that had admin controls/settings also included a file located in admin/includes/boxes. But that is not the case.

    So to be clear, I guess I should have said...my understanding is that mods that include a boxes file (admin/includes/boxes/filename.php) will not have backward compatibility with zc 139 and lower.
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    My mistake. I thought all mods that had admin controls/settings also included a file located in admin/includes/boxes. But that is not the case.

    So to be clear, I guess I should have said...my understanding is that mods that include a boxes file (admin/includes/boxes/filename.php) will not have backward compatibility with zc 139 and lower.
    Oh dear.. let me try one more time..

    It's true that not all mods which have admin controls/settings in the configuration menu also included a file located in admin/includes/boxes. (Edit Orders is an example of one such mod as it is only accessed via the orders.php or super_orders.php pages - which BTW may be a security issue within the new v1.5 world)

    However going forward in the Zen Cart v1.5 world, it is also not true that all mods which include an admin menu item (what was formerly part of admin/includes/boxes/filename.php) will NOTt be backwards compatible with v1.3.9. It TRULY depends on the module and how it was written to begin with. (Ceon URI Mapping Manager is a current example of one such mod as it IS backwards compatible with v1.3.9)

    There are a few factors which play into whether or not a mod will be backwards compatible.. Not the least of which is changes to Zen Cart core files within the mod. If those core files are different between versions of Zen Cart, then it's possible (though also not necessarily true) that the mod will not be backwards compatible..

    So in the end whether or not this module with be one of the few mods that actually will be backwards compatible still remains to be seen. Not sure who's doing the updates at this point.. Seems like the original author has returned, but Daniel has done a tremendous amount of work as well keeping this mod together....
    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.

  7. #3017

    Default Re: Zen Lightbox...

    ahh ok....that clears it up then So it appears the short answer is...there's no quick and easy way for non-programming types (like me) to know whether or not a mod updated for 150 will have backward compatibility with lower versions - other than to install it and try it out....ugh

    Hopefully, mod writers/owners/contributors will be clear in their mod descriptions in the download area and also in their readme files to help prevent folks having to rely on the trial and error method.

    Thanks for the explanation


    Quote Originally Posted by DivaVocals View Post
    Oh dear.. let me try one more time..

    It's true that not all mods which have admin controls/settings in the configuration menu also included a file located in admin/includes/boxes. (Edit Orders is an example of one such mod as it is only accessed via the orders.php or super_orders.php pages - which BTW may be a security issue within the new v1.5 world)

    However going forward in the Zen Cart v1.5 world, it is also not true that all mods which include an admin menu item (what was formerly part of admin/includes/boxes/filename.php) will NOTt be backwards compatible with v1.3.9. It TRULY depends on the module and how it was written to begin with. (Ceon URI Mapping Manager is a current example of one such mod as it IS backwards compatible with v1.3.9)

    There are a few factors which play into whether or not a mod will be backwards compatible.. Not the least of which is changes to Zen Cart core files within the mod. If those core files are different between versions of Zen Cart, then it's possible (though also not necessarily true) that the mod will not be backwards compatible..

    So in the end whether or not this module with be one of the few mods that actually will be backwards compatible still remains to be seen. Not sure who's doing the updates at this point.. Seems like the original author has returned, but Daniel has done a tremendous amount of work as well keeping this mod together....
    Go that extra mile, you never know what's at the end of the road

    Empowerment Sanctuary

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

    Default Re: Zen Lightbox...

    Quote Originally Posted by ScriptJunkie View Post
    Hopefully, mod writers/owners/contributors will be clear in their mod descriptions in the download area and also in their readme files to help prevent folks having to rely on the trial and error method.
    This is my hope as well.. But as you know not all mod writes put together GOOD readme documents.. Ceon URI Mapping Manager is an exception as his documents are always QUITE excellent..

    Quote Originally Posted by ScriptJunkie View Post
    Thanks for the explanation
    You're welcome..
    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.

  9. #3019
    Join Date
    Dec 2011
    Location
    Athens, Greece
    Posts
    32
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Hi there, just installed Lightbox in my demo site but not working
    http://www.koufetakia.gr/eshop/index...roducts_id=180

    any clues? thanx in advance

  10. #3020
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by satyros View Post
    Hi there, just installed Lightbox in my demo site but not working
    http://www.koufetakia.gr/eshop/index...roducts_id=180

    any clues? thanx in advance


    which version of zencart are you using?

    any other mods installed?

    what version lightbox is installed?


    do you see it in the admin section of your store?

    have you made sure all fiels are uploaded to their proper places?

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR