[Plugin: EG-Attachments] ADD Type option
-
Normaly it is not possible to show type in custom format. If you want to you have to add this line to eg-attachments-public.inc.php:
$tmp = preg_replace(“/%TYPE%/”,strtoupper($fields_value[‘type’]),$tmp);
to the part created by Jxs starting with line:
case ‘custom’: //Functionality added by Jxs / https://www.jxs.nl
Enjoy
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: EG-Attachments] ADD Type option’ is closed to new replies.