Search:

Type: Posts; User: boudewijn

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    The only way to keep the poll box active, is to allow users to vote multiple times. But even then, the results will only be displayed after a vote. If you want to allow users to see previous vote...
  2. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    From the pollmanager.txt file:
    A poll overview page, on which the customer can select a poll from a dropdown menu, to see the results recorded so far.
    Only polls for which the administrator has...
  3. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    As the results in the sidebox only display after a vote, I guess you can use the poll results page for that purpose.
  4. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    I'm not sure how to do that. In any case it will affect the products information, which mentiones the filename of the image. Furthermore, I don't want to introduce an open rename method that enables...
  5. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    I'm getting convinced that all the time, we try to make a work around in IM for a disfunction somewhere else. ZC by default fixes missing large and even medium size images by adjusting the filename...
  6. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    This actually was a bug. It will be fixed in the next version of IM. Thanks for noticing and reporting!
  7. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    What strikes me, is that the popup link for the additional images is different from that of the main image. The additional image links explicitly point to the large image, while the main image link...
  8. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Right. The code is already doing what I suggested....
    I just tried and removed a large image, and ZC displayed the medium instead. Just like it should.

    What JS do you have for displaying the...
  9. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Yes, IM will.
    Best you can do is try this with one image, that will take no more than 5 minutes.
    Keep in mind, that altering the config values will NOT make IM change all existing images. Unless...
  10. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Do I understand correctly that in fact you want to use the same size image for small, medium and large, if only a small size original image is at hand?

    In that case you may fool IM by setting the...
  11. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    It seems I missed some posts lately, and I hope I answered all above here. If you are still waiting for an answer, please let me know.
  12. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    That is by design. When I started developing IM, I decided to make it an add-on (only additional code files) instead of an add-in (altering existing code). Basically IM is meant to maintain existing...
  13. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    1. No, images can only be uploaded as small images, and from there replace the existing medium and large version of the image.

    2. This is a coding issue in the front end (shop), where the images...
  14. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    If this happens, something else is wrong. The order is:
    1. copy to large, resize/watermark large
    2. copy to medium, resize/watermark medium
    3. resize/watermark small

    Watermarking only takes...
  15. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Actually this is IH and not IM. Best is to post this in the IH support thread.....
  16. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Yes, all autofix does, is click on the first combined copy/resize links, over and over again. If you just added 100 products, it saves you 99 clicks.
  17. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    No problem!
    it does not matter in which category products are. In fact, IM only uses the products image info and the info of what is in the images folder.
    Btw what is the filename of the image...
  18. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Thank you!

    Did you use IM to upload the additional images?
    Try to filter in IM on a product ID that certainly has additional images. What shows up now?

    Boudewijn
  19. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Dit you set it to: Show files without errors?
  20. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Hmmm that is a new issue, IM should not alter the images in any way. I have to look into this. Can you send me one or two of those (original) pictures? Please send them to info at chinesedingen dot...
  21. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Yes, that is correct.
  22. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    For IM, it makes no difference how you organize your pictures. For managing them, it will be easier to put them in a structure. For my webshop I group them by supplier, but you can choose any...
  23. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    That is correct. The image_manager.txt installation instructions don't mention this, however, if you look under the upgrade instructions, you will see that for 1.5 you can exclude the file...
  24. Replies
    286
    Views
    45,366

    Re: PHP error (Duplicate Entry)

    The error you see occurs when you rerun the installation script, while IM is already installed. What are you trying to do when this message appears?
  25. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Thanks for your reply. I will change this in the next release of IM.
    If you want to see IM in action, you can also install it on 1.3.9h........
  26. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Did you check if all files are uploaded properly and placed in the right folders? The structure must be copied to the admin folder, not to the webroot.

    Is IM visible in the configuration menu?
  27. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Did you run install_zc_1.5.sql?
    Are you using other admin profiles than superuser?
  28. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    Before uploading the files to your server, did you change <your template> in the pathname correctly with the name of your template? The file includes/modules/sideboxes/<your template>/poll_box.php...
  29. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    The results ought to be displayed in the poll sidebox. Furthermore there is a poll page, see the instructions for further details.
  30. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    Hi Michael,

    This message appears if any of the poll related (not the option related) fields is empty. Can you check if they are all filled?
  31. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Hi Chris,

    What options are selected?
  32. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    1. You logged in first, before typing the poll_manager.php url?
    2. Do you have any security-related or access-related add-on installed?
  33. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    This is a ZenCart 1.5 text! Can you check which version of ZenCart you are running?
  34. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    I am aware that it's by design that both dimensions must meet the defined minima. But I can also make this an option (choice OR or AND). Or, to go to the bottom, 3 choices: height, or width, or both...
  35. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    What happens if you type the link to PM in your browser directly? Format is <admin url>/poll_manager.php.
  36. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    Did you also adjust the name of the admin folder, if needed?
  37. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    If all PM files are in the right place, PM should appear in the tools menu. Please check if all files are uploaded correctly.
  38. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    The patch you ran is for ZenCart 1.5, not for 1.3.
    To correct this: first run uninstall_zc_1.5.sql, then run install_zc_1.3.sql

    Boudewijn
  39. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Hi,

    No, you are right. The instructions should have read "install_zc_1.3.sql" and "uninstall_zc_1.3.sql". I will correct the instructions in the next version. Thanks for mentioning this.
    ...
  40. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    In that file, insert after line 70, which reads:
    $messageStack->add_session(IM_REPLACED . ' ' . DIR_FS_CATALOG_IMAGES . $p['dirname'] . '/' . $p['basename'], 'success');
    the following line:...
  41. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Hi,

    I couldn't say how to set the default or inherited rights for newly created files , as my knowledge of Nix is very limited. A simple solution may lay in that area.
    However, we can try to fix...
  42. Replies
    190
    Views
    78,806

    Re: Confirmed working mods in Zen Cart 1.5

    The following modules are working also under 1.5.0:

    - Image manager (version 1.8)

    - Poll Manager (version 1.2)

    Both are available from the downloads section.

    Boudewijn
  43. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    Poll Manager 1.2 is available from the Add On section!

    New in this version:

    - Moved all layout definitions to separate css
    - Added install script for Zen-Cart 1.5
    - Fixed poll box is not...
  44. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Image Manager 1.8 is available from the Add On section!

    New in this version:

    - Option to check/uncheck all files on page for deletion
    - Support for Zen-Cart 1.5.0

    Please read the...
  45. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    No, it's the max size for newly processed images. So, if you would change the value to 400px, nothing will actually happen. The visitor still sees the 600px image.
    Only after you physically resized...
  46. Replies
    286
    Views
    45,366

    Re: Image Manager addon

    Hi,



    Where did you set the 600x600? In the IM-settings? This is not a setting to determine how large images will be displayed, but to what size they are reduced, by you, through the IM adim...
  47. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    It's possible but I'm not convinced that is the case.
    I will send you a new version of zcrpc with some more debug code in it. This might help to find out what's wrong. Do you also have a testsite?
  48. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    Can you check your database and see if all three tables for PM exist? poll and poll_options should contain data, I guess poll_results is empty.

    Btw what versions ZC and PM?
  49. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    There is a first time for everything :-)
    It's in red because the sidebox is in your template folder and not in the general/default folder.
    Nothing wrong there.
  50. Replies
    148
    Views
    58,861

    Re: Poll Manager Support Thread

    Hi,

    It seems that the poll votes are not processed. In any case, nothing is returned to the poll box.
    Can you check if the file zcrpc.php is uploaded properly?
    Are any errors logged?
    ...
Results 1 to 50 of 207
Page 1 of 5 1 2 3 4
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR