Page 17 of 79 FirstFirst ... 715161718192767 ... LastLast
Results 161 to 170 of 786
  1. #161
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    one of my suggestion is: why not hide the other two upload field?

    to make the module easy to use...we can highlight the pic_title field in case it's just blank...

    one question: where to change the mouse click to mouse over the swap the images? any idea to preload the images?

  2. #162
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by dbltoe View Post
    Note in the text where it says zen_configuration_group, the zen_ is a prefix that you may need to change or remove completely depending on the prefix of YOUR database tables.
    I am having the same issues as shocker in the begining of this thread where I can see the name image swapper under configuration but no where else in the zen admin site. I found this solution but my newb question is. How or where do I find out what the prefix of MY database tables is? Would that be my sql database name?

  3. #163
    Join Date
    May 2008
    Posts
    65
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by alillowr View Post
    I am having the same issues as shocker in the begining of this thread where I can see the name image swapper under configuration but no where else in the zen admin site. I found this solution but my newb question is. How or where do I find out what the prefix of MY database tables is? Would that be my sql database name?
    You can find the name of your database prefix by looking at the configure.php file under Admin->Includes then configure.php. Look for the line that says:
    define('DB_PREFIX', '');

    If yours is empty like the line above then it's on the default prefix and Jay's db script should work fine, if not you'll need to change it according to dbltoes instructions (haven't tried that myself but it looked like other people had had success with it)

    I was experiencing the same problem as you, turned out that I had mis-copied some files into the wrong directories so you may want to double check as well.

  4. #164
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by greydawgjr View Post
    You can find the name of your database prefix by looking at the configure.php file under Admin->Includes then configure.php. Look for the line that says:
    define('DB_PREFIX', '');

    If yours is empty like the line above then it's on the default prefix and Jay's db script should work fine, if not you'll need to change it according to dbltoes instructions (haven't tried that myself but it looked like other people had had success with it)

    I was experiencing the same problem as you, turned out that I had mis-copied some files into the wrong directories so you may want to double check as well.
    I checked the file and it is blank empty like the line above define('DB_PREFIX', ''); You had said that you had mis-copied some files into the wrong directories. Here is what I did when I uploaded all of the files. In the readme it says just to copy all of the files to the root directory so I uploaded all of the files to my stores root ex. mydomain/store

    Was there a specific place that I am supposed to upload certain files? What do I need to move and to where?

  5. #165
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    [quote=weber;559868]one of my suggestion is: why not hide the other two upload field?[quote]

    The other two upload fields are needed in case you need to upload different images for medium and large image (which is recommended by the way)

    Quote Originally Posted by weber View Post
    to make the module easy to use...we can highlight the pic_title field in case it's just blank...
    To make it even easier to use, when it is blank and you set an image to be uploaded, it will be automatically filled with filename.

    Quote Originally Posted by weber View Post
    one question: where to change the mouse click to mouse over the swap the images? any idea to preload the images?
    css file? preloading images might require more javascript changes, anybody interested in doing this?
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  6. #166
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by greydawgjr View Post
    You can find the name of your database prefix by looking at the configure.php file under Admin->Includes then configure.php. Look for the line that says:
    define('DB_PREFIX', '');

    If yours is empty like the line above then it's on the default prefix and Jay's db script should work fine, if not you'll need to change it according to dbltoes instructions (haven't tried that myself but it looked like other people had had success with it)

    I was experiencing the same problem as you, turned out that I had mis-copied some files into the wrong directories so you may want to double check as well.
    Well you don't actually need to do that anymore prior to v.3.0 and later. just simply copy the SQL
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  7. #167
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by alillowr View Post
    I checked the file and it is blank empty like the line above define('DB_PREFIX', ''); You had said that you had mis-copied some files into the wrong directories. Here is what I did when I uploaded all of the files. In the readme it says just to copy all of the files to the root directory so I uploaded all of the files to my stores root ex. mydomain/store

    Was there a specific place that I am supposed to upload certain files? What do I need to move and to where?
    Overwrite the previous folders in your root files -> admin, includes, etc. folders that is
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  8. #168
    Join Date
    May 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Just making sure... have you added the images?
    Yes, I uploaded the images. Just to make sure, where are we supposed to upload them to?

  9. #169
    Join Date
    Jun 2007
    Location
    Australia - Melbourne
    Posts
    310
    Plugin Contributions
    6

    Default Re: AJAX IMAGE Swapper support thread

    Updated version ready!!

    AJAX Image Swapper v.3.1.

    Now added with "Setup Images" button - Now if you install this module to a working site, you don't need to re-setup the images, simply click the button and trust all is well

    FAQ page ready - its way easier to look for answer in the FAQ than forum I suppose? Check it out here.
    The greatest pleasure in life is doing what people say you cannot do.

    Check on www.WebExtremeCustomiser.com for my modules (free contribution):
    AJAX Image Swapper
    AJAX Banner Swapper
    Fixed Navigation

  10. #170
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: AJAX IMAGE Swapper support thread

    Quote Originally Posted by jaycode View Post
    Overwrite the previous folders in your root files -> admin, includes, etc. folders that is
    When I had uploaded the files it did ask me if I wanted to overwrite the files/folders and I did accept. So they where overwritten.

    Any other suggestions to help my issue?

 

 
Page 17 of 79 FirstFirst ... 715161718192767 ... LastLast

Similar Threads

  1. AJAX BANNER Swapper support thread
    By jaycode in forum All Other Contributions/Addons
    Replies: 19
    Last Post: 11 Oct 2012, 05:55 AM
  2. Any way to import image massively to AJAX Image Swapper ?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 17 Sep 2010, 04:35 PM
  3. Is there any way to massivly upload image to Ajax Image swapper?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 26 Jul 2010, 03:38 PM
  4. Error on AJAX IMAGE Swapper
    By easy665 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 28 Aug 2009, 02:38 PM
  5. AJAX Image Swapper Basic Support
    By jaycode in forum All Other Contributions/Addons
    Replies: 34
    Last Post: 31 Dec 2007, 06:48 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