Guest
29 May 2013 06:19

I am not sure if this is how the field should work, but I see both mail link and button (opens popup)

I'd prefer only the button...

I didn't find any specific settings in the field to correct this

I also took a look to the field output template (but just a quick glance really) and I am not sure I am enough clever to edit it

Last Modified: 02 Mar 2014


Guest
29 May 2013 08:17

just to clarify, I am calling mail field by ID

<?php if(isset($item->fields_by_id[49])): ?>  

<span><b><?php echo JText::_('Maggiori info');?></b>: <?php echo $item->fields_by_id[49]->result; ?></span><div class="cb-separator-dashed fullview"></div><?php endif; ?> 

Sergey
Total posts: 13,688
30 May 2013 09:14

There is who can see email parameter in the field. Set it to no one.


Guest
30 May 2013 09:18

thanks sergey, I always miss something after a whole day playing with cobalt :)

Powered by Cobalt