
Originally Posted by
jonisolis
Dear Clyde,
WOW, you are so sweet to do this custom work for me. I do hope many other people will find your custom work helpful for their sites. They could add a photo of the person leaving the testimonial. That is suppose to make the testimonial more believable.
I did notice that if I have to re-edit a testimonial that the URL disappears and then I have to edit it again and add the URL back in the URL spot.
http://www.horse-logos.com/testimoni...timonials.html
Here's a fix for this.
open admin/testimonials_manager.php
Find this line of code (around line 185)
Code:
<td class="main"><?php echo zen_draw_input_field('testimonials_url', zen_not_null($iInfo->testimonials_url) ? $iInfo->testimonials_url : 'http://', 'maxlength="255"', true); ?></td>
change it as follows
Code:
<td class="main"><?php echo zen_draw_input_field('testimonials_url', zen_not_null($bInfo->testimonials_url) ? $bInfo->testimonials_url : 'http://', 'maxlength="255"', true); ?></td>
Save the file and upload to your server
Bookmarks