Zen Cart Logo
Forums / All Other Contributions/Addons / Testimonial Manager Support Thread

Testimonial Manager Support Thread

Views: 278,058

Results 601 to 620 of 1,502
2 Jun 2008, 12:51 AM
#601
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Testimonial Manager Support Thread

paul3648:

Thank you Clyde - that works great!

Glad to help!

3 Jun 2008, 3:54 AM
#602
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

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???? :hug:

3 Jun 2008, 4:21 AM
#603
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

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

Forgive me???? :wacko:

3 Jun 2008, 5:34 AM
#604
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

charmedbytina2:

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

Forgive me???? :wacko:

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=?)

3 Jun 2008, 2:41 PM
#605
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

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!

3 Jun 2008, 6:50 PM
#606
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Einstin:

Clyde;
Any progress on this yet?

Cheers!

You can check things out here

4 Jun 2008, 3:59 AM
#607
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

You can check things out here

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 Jun 2008, 5:11 AM
#608
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

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

.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.

4 Jun 2008, 3:25 PM
#609
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

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.

Einstin:

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 no longer available]

5 Jun 2008, 4:40 PM
#610
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

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!

5 Jun 2008, 5:59 PM
#611
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Einstin:

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!

I believe this will fix this issue.

Just unzip the file and upload the admin folder to your server.

[Attachment no longer available]

5 Jun 2008, 6:49 PM
#612
keylesslocks avatar

keylesslocks

Zen Follower

Join Date:
May 2007
Posts:
267
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

Try this and see if it helps:

open both includes/templates/classic/css/testimonials_manager_all_testimonials.css and includes/templates/classic/css/testimonials_manager.css

find the following declaration and add the highlighted portion.

blockquote {
margin:0 !important;
padding:0 !important;
background: url(../images/lftblockquote.png) top left no-repeat;
border:1px solid navy;
height:1%;
position: relative;
}

Save the files and upload them to your server.

I did this but it still persists and it still won't show the text on IE....

any idea?

5 Jun 2008, 7:17 PM
#613
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

keylesslocks:

I did this but it still persists and it still won't show the text on IE....

any idea?

check the suggestion in this thread

8 Jun 2008, 11:00 PM
#614
einstin avatar

einstin

New Zenner

Join Date:
Feb 2005
Location:
Atlanta, GA
Posts:
71
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

clydejones:

I believe this will fix this issue.
Just unzip the file and upload the admin folder to your server.

Worked like a charm! Thanks Clyde :cool:

13 Jun 2008, 4:18 AM
#615
prs317 avatar

prs317

New Zenner

Join Date:
Jun 2008
Posts:
45
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

I'm having a hard time figuring things out. I guess one basic question would be, is "your template" the template your currently using?

Here's what the mod is looking like on my site...any ideas what I might have done wrong?

http://dod.hoganpugs.com/zen/index.php?main_page=product_info&cPath=2&products_id=4

Thanks!

13 Jun 2008, 4:49 AM
#616
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

pRS317:

I'm having a hard time figuring things out. I guess one basic question would be, is "your template" the template your currently using?

Here's what the mod is looking like on my site...any ideas what I might have done wrong?

http://dod.hoganpugs.com/zen/index.php?main_page=product_info&cPath=2&products_id=4

Thanks!

change the YOUR_TEMPLATE directories to match the name of your custom directory (in your case - arch_shoppe)

You are missing several language files.

Make sure ALL the following files are installed

includes/extra_datafiles/testimonials_manager_filenames.php
includes/functions/testimonials.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
includes/languages/english/html_includes/define_testimonials_add.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
includes/modules/pages/testimonials_add
includes/modules/pages/testimonials_manager
includes/modules/pages/testimonials_manager_all_testimonials
includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

13 Jun 2008, 12:45 PM
#617
prs317 avatar

prs317

New Zenner

Join Date:
Jun 2008
Posts:
45
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

That did the trick! I suppose I really need to learn how to use an FTP program. Gret work and thanks!

28 Jun 2008, 7:07 AM
#618
crooked_halo avatar

crooked_halo

Zen Follower

Join Date:
Feb 2008
Location:
Western Australia
Posts:
192
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Hi Clyde. What have I done wrong here and how do I fix it please.

28 Jun 2008, 7:48 AM
#619
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Testimonial Manager Support Thread

Crooked_Halo:

Hi Clyde. What have I done wrong here and how do I fix it please.

Make sure you've renamed ALL the YOUR_TEMPLATE folders to match your custom template name.

Also make sure the following files have been uploaded to your server

includes/extra_datafiles/testimonials_manager_filenames.php
includes/functions/testimonials.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/testimonials_manager_defines.php
includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php
includes/languages/english/html_includes/define_testimonials_add.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_testimonials_add.php
includes/modules/pages/testimonials_add
includes/modules/pages/testimonials_manager
includes/modules/pages/testimonials_manager_all_testimonials
includes/modules/sideboxes/YOUR_TEMPLATE/testimonials_manager.php
includes/templates/YOUR_TEMPLATE/sideboxes/tpl_testimonials_manager.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_add_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_all_testimonials_default.php
includes/templates/YOUR_TEMPLATE/templates/tpl_testimonials_manager_default.php
includes/templates/YOUR_TEMPLATE/css/testimonials_add.css
includes/templates/YOUR_TEMPLATE/css/testimonials_manager.css
includes/templates/YOUR_TEMPLATE/css/testimonials_manager_all_testimonials.css

28 Jun 2008, 9:05 AM
#620
crooked_halo avatar

crooked_halo

Zen Follower

Join Date:
Feb 2008
Location:
Western Australia
Posts:
192
Plugin Contributions:
0

Re: Testimonial Manager Support Thread

Ive got it! You're a bloody legend! I had added:

includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager.php
includes/languages/english/YOUR_TEMPLATE/testimonials_manager_all_testimonials.php

to the wrong area. Thanks for taking the time to help. :clap: