
Originally Posted by
Einstin
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.
Bookmarks