osCmax v2.5 User Manual
Results 1 to 6 of 6

Hi Everyone

This is a discussion on Hi Everyone within the Introduce yourself! forums, part of the Community category; Hi Everyone, I'm a newbie to osCMax, although I am pretty familiar with Joomla, virtuemart and zencart. I have to ...

      
  1. #1
    Lurker
    Join Date
    Nov 2009
    Posts
    3
    Rep Power
    0


    Default Hi Everyone

    Hi Everyone,

    I'm a newbie to osCMax, although I am pretty familiar with Joomla, virtuemart and zencart. I have to say there are some really nice features in the osCMax package; however since I've started playing with it I see a couple of features that could be enhanced in the 2.0.3 release:

    1) Product image management. It seems that I can upload only one image per product (however I can use ftp and manage things that way); however for my customer this is kind of a pain... it should be easier. Also there is no control over the path on the server. I prefer to categorize my images as follows:
    images/thumbs/products/image.jpg
    images/thumbs/categories/image.jpg

    Which is actually the default layout I believe, however the upload initialized my product images path as follows in the database:
    images/thumbs/image.jpg

    2) There should be an easy means to add features such as lightbox support without modifying my template directly.

    Anyway, keep up the great work guys. Let me know if there are some features I could chew on to come up to speed with the development side, and maybe I could help out!

    Regards,
    Joseph

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Hi Everyone

    Welcome to osCMax. I suggest reading up on the docs so you are more familiar with how things work regarding images, and settings in general.
    images: Dynamic Mopics Documentation
    in general: http://wiki.oscdox.com/

    1. Web based image uploading, while easy for the newb is painfully inefficient and a major waste of time. It is far more efficient to pre-make your thumbnails for ALL products and simply upload them all in one shot. That being said, there are several discussions currently underway in the forums to add this "feature" to the core code. It will probably make it into the v2.1 release tree in one form or another. Most likely an advanced web based file manager that will allow unlimited uploads on the product pages.

    2. Slimbox/jquery is already included in v2.1 by default. It is a simple matter if including the {slimbox} tag in your template to load the required features. You can see it working here:

    The osCMax Store : osCMax User Manual - eBook [oscmax-manua] - $29.95
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    Lurker
    Join Date
    Nov 2009
    Posts
    3
    Rep Power
    0


    Default Re: Hi Everyone

    Thanks michael_s, that helps... I actually like the dynamic mopics method better than others I've used... It is simpler than uploading many pics through an admin interface and ending up with server clutter due to dynamic naming & resizing...

    I was not aware that 2.1 was available for general consumption... Is the "trunk" development branch the 2.1 source base?

    Thanks again, you guys rock. BTW, once I am up to speed on this distro, I hope to be able to contribute... I see you need testers; maybe that is the place to start?

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Hi Everyone

    Yes, always need testers!

    You can grab 2.1 from SVN. It is in:

    /svn/branches/michael_s/2.1/
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    Lurker
    Join Date
    Nov 2009
    Posts
    3
    Rep Power
    0


    Default Re: Hi Everyone

    Cool! I got that yesterday, just wasn't sure I was grabbing the right thing I will do what I can to help. Is there a (in)formal process established (ie TODO list) anywhere? Also, what is the patch submission process? Here is one I fixed from my checkout...

    --- oscmax2.1-ro/catalog/includes/modules/dynamic_mopics.php Sun Nov 29 14:44:35 2009
    +++ devbox/catalog/includes/modules/dynamic_mopics.php Sun Nov 29 16:29:25 2009
    @@ -37,7 +37,7 @@
    </div>
    <div class="screenshotsBlock">
    <div align="center">
    - <?
    + <?php
    $row = 0;
    // Loop until all of this product's thumbnails have been found and displayed
    while ($image_ext = mopics_file_exists(str_replace($search, $replace, DYNAMIC_MOPICS_PATTERN))) {

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Default Re: Hi Everyone

    Use the bugtracker to submit patches, bug reports, etc... so that everyone can have access to the info, and you can provide details of the issue, what version it is in, what it is for, etc:

    AABox Web Hosting | Web Hosting for the 21st centrury
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

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
  •