Posted by Shaun
2016-02-09

Hi Tom,

I checked out the 2 posts referring to making a field clickable email or URL), as I need to do this. However, you mention making the changes in tpl.(table-name).detail.inc.php.

The problem with this is that you can't edit the field when you do this.

I would prefer this in tpl.(table-name).search.inc.php.

I tried it, but it doesn't work. Is it possible to make 'clickable' fields on this screen?

Thanks
Shaun
Posted by Tom
2016-02-10

In tpl.(table-name).search.inc.php, the procedure is much simpler.
Replace
<?php echo $hm->Zb('rs:def:(field-name)'); ?>
with
<a href="<?php echo $hm->Zb('rs:def:(field-name)'); ?>"><?php echo $hm->Zb('rs:def:(field-name)'); ?></a>