Page 61 of 151 FirstFirst ... 1151596061626371111 ... LastLast
Results 601 to 610 of 1501
  1. #601
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by paul3648 View Post
    Thank you Clyde - that works great!
    Glad to help!

  2. #602
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Testimonial Manager 1.3.7

    Ok. For awhile I couldn't get images to load - fixed that by adding the testimonials folder to the /images folder. whew!

    However; the author's url is not "clickable". Is that the link you are working on.

    PS Have I mentioned how awesome this mod is????

  3. #603
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Testimonial Manager 1.3.7

    addendum to last post by me! Images are linked to author's url. DOY! What more could I ask????

    Forgive me????

  4. #604
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by charmedbytina2 View Post
    addendum to last post by me! Images are linked to author's url. DOY! What more could I ask????

    Forgive me????
    Just a note on images.

    if someone does a testimonial for one of your products, you can use your own product image and in the author's URL field you can add a link to your product info page (yoursite.com/index.php?main_page=product_info&cPath=??_??&products_id=?)

  5. #605
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    The way the code is now written it will show the full size image and the sidebox will show a thumnail image.

    I'm revising the code for both tpl_testimonials_manager_default.php and tpl_testimonials_manager_all_testimonials_default.php so that an image will be displayed as a thumnail.

    I'm also revising the code to take care of the "link" problem you described.
    Clyde;
    Any progress on this yet?

    Cheers!

  6. #606
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by Einstin View Post
    Clyde;
    Any progress on this yet?

    Cheers!
    You can check things out here

  7. #607
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post

    Clyde;
    I like where this is headed. Looks good. Personally for me I would like to see a couple things from this. Call it my wish list. Not sure how popular it would be with others but I know that for what I am looking for this is what I would want.

    1. The ability to insert the product name and it display either bolded and/or h2/h3 and that be the text link to the product instead of the image.

    2. The user have the ability to submit their image and that image contain the tag necessary for those of us that use the lightbox effect.

    3. When the user submits an image then either gd or imagemagick automatically resize/resample any images submitted larger than desired or set in admin configuration as limits.

    4. Adjustable settings in admin for image position of either left/center/right.

    I know all this would involve quite a bit of code. After all, I did say it was a wish list!

    Cheers!

  8. #608
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by Einstin View Post
    Clyde;
    I like where this is headed. Looks good. Personally for me I would like to see a couple things from this. Call it my wish list. Not sure how popular it would be with others but I know that for what I am looking for this is what I would want.

    1. The ability to insert the product name and it display either bolded and/or h2/h3 and that be the text link to the product instead of the image.

    2. The user have the ability to submit their image and that image contain the tag necessary for those of us that use the lightbox effect.

    3. When the user submits an image then either gd or imagemagick automatically resize/resample any images submitted larger than desired or set in admin configuration as limits.

    4. Adjustable settings in admin for image position of either left/center/right.

    I know all this would involve quite a bit of code. After all, I did say it was a wish list!

    Cheers!
    #4 can be accomplished by changing the following declaration in either
    testimonials_manager_all_testimonials.css or testimonials_manager.css

    Code:
    .testimonialImage {
    margin: 0;
    padding: 0;
    text-align: center;/* change to left, right or center */
    }
    #3 some of the images (original size 500 x 500) on the site I indicated have been resized to the limits set in the admin configuration (80 x 80)

    #2 those using lightbox will have to work out how to adjust the current code to work with that mod. Check the support forum and/or the authors of the mod.

    #1 the testimonial title could serve this purpose.

  9. #609
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Testimonial Manager 1.3.7

    The way the code is now written it will show the full size image and the sidebox will show a thumnail image.

    I'm revising the code for both tpl_testimonials_manager_default.php and tpl_testimonials_manager_all_testimonials_default. php so that an image will be displayed as a thumnail.

    I'm also revising the code to take care of the "link" problem you described.
    Quote Originally Posted by Einstin View Post
    Clyde;
    Any progress on this yet?

    Cheers!
    Here's the fix.

    Just unzip the file - rename the YOUR_TEMPLATE folder to match the name of the custom template you are using on your site upload the entire includes folder to your server.

    Attachment 4015
    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  10. #610
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Testimonial Manager 1.3.7

    Quote Originally Posted by clydejones View Post
    Here's the fix.

    Just unzip the file - rename the YOUR_TEMPLATE folder to match the name of the custom template you are using on your site upload the entire includes folder to your server.
    Clyde;
    I grabbed the fix and posted it. Works just fine too I might add. Many thanks! One thing I forgot to mention than has been happening is that if I edit a testimonial from the admin and then update it loses the picture. The image still exists on the server but it removes the image information from the db and I have to edit it again and reupload the pic. Is this just me? I haven't seen anyone else refer to having this problem.

    Cheers!

 

 

Similar Threads

  1. v150 Testimonial Manager Support Thread (for ZC v1.5.x)
    By countrycharm in forum All Other Contributions/Addons
    Replies: 261
    Last Post: 13 Jan 2025, 11:14 PM
  2. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1987
    Last Post: 6 Aug 2021, 02:56 PM
  3. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 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