Dear Clyde, OK I got to where I was before the patch. Thanks for the help in back tracking.
Dear Clyde, OK I got to where I was before the patch. Thanks for the help in back tracking.
Now it is back to not keeping the URL address in the box when I go back to edit a testimonial. How do I fix that again? Testimonials URL:####################__* Required
Sorry about the trouble and thanks for the help!
I think this is the same information from a previous post several pages back
open admin/testimonials_manager.php
Find this line of code (around line 185)
change it as followsCode:<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>
Save the file and upload to your serverCode:<td class="main"><?php echo zen_draw_input_field('testimonials_url', zen_not_null($bInfo->testimonials_url) ? $bInfo->testimonials_url : 'http://', 'maxlength="255"', false); ?></td>
That is it; it is keeping the URL address now. Thanks for everything Clyde! Someone just told me that they love my Testimonial set up.
Hi Clyde,
The new manager you came up with is working perfectly. Thanks again for the help.
Quick question: what font did you use to generate the gif buttons for the hintsntips manager? (I'm talking about the 3 graphics you made: button_hints.gif, button_submit_hints.gif, button_view_hints.gif)
Thanks again!
-Alex
[FONT=Times New Roman]Hi Clyde[/FONT]
[FONT=Times New Roman]I had first customer post a testimonial on my site, he also include his phone number,[/FONT]
[FONT=Times New Roman]But for some reason the phone number showing for few second and than it gone[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman]Thank You[/FONT]