Quote Originally Posted by Alex Clarke View Post
Ok, I figured it out! :)

Here's what to do...

tpl_testimonials_manager_default.php at line 53 add:
Code:
<div id="testimonialLink"><?php echo '<a href="' . $page_check->fields[testimonials_url] . '" target="_blank">' . $page_check->fields[testimonials_url] . '</a>';?></div>
tpl_testimonials_manager_all_testimonials_default.php at line 72 add:
Code:
<div id="testimonialLink"><?php echo '<a href="' . $testimonials->fields[testimonials_url] . '" target="_blank">' . $testimonials->fields[testimonials_url] . '</a>';?></div>
That's it!

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.