Here's a quick fix for this.
Just unzip the the attached, copy the sql statement to admin -> tools -> install SQL patches and click send.
Upload the entire admin folder to your server.
Attachment 2028
Printable View
Here's a quick fix for this.
Just unzip the the attached, copy the sql statement to admin -> tools -> install SQL patches and click send.
Upload the entire admin folder to your server.
Attachment 2028
Hi Clyde,
Great work with this, just what I was looking for! :)
Just wondering... is it possible to display a link to the customers website (underneath their testimonial)?
Ok, I figured it out! :)
Here's what to do...
tpl_testimonials_manager_default.php at line 53 add:
tpl_testimonials_manager_all_testimonials_default.php at line 72 add:Code:<div id="testimonialLink"><?php echo '<a href="' . $page_check->fields[testimonials_url] . '" target="_blank">' . $page_check->fields[testimonials_url] . '</a>';?></div>
That's it!Code:<div id="testimonialLink"><?php echo '<a href="' . $testimonials->fields[testimonials_url] . '" target="_blank">' . $testimonials->fields[testimonials_url] . '</a>';?></div>
I hope this helps someone else.
Alex,
Sorry I didn't get you an answer on this, I've been up to my hip-boots working on a clients site. Glad you got it working.
I didn't include this feature because I didn't want to have it on a web page without the author's express permission same with the e-mail address.
I'll work on this for a future release.
No problem Clyde. I hope the clients site is going well! :)
You've got a good point about the 'privacy issues' regarding posting website and/or email addresses.
Once again, thanks for your work on this contribution.
Is it possible to use this to generate random quotes to the right of the main logo in the header area with an image behind the quotes?
Hello
I have downloaded the testimonial manager from download section but still it is not working, the problem is that there is no layout box appearing for this
The steps that i have done are
uploaded the relevant files to admin folder
uploaded the relelvant files to include folder changed the template name from Your_template to Classic as im using the default one
exceuted the SQL statements from the admin
but still not layout box
Just wondering I am using 1.3.6 so will it work on it
Have you turn the box on from your admin (tools | layout box controller)?