With custom field, you can have a new data field with image type. In add and modify link form the field will be added automatically. To show the uploaded image in the listing page and detail page, you need to add the following code in template file: rows.html for listing and detail_link.html for detail page. [...]
Category: Templates
Failed to load trackclick.js.php
Today a user report that the outgoing hits doesn’t work on portal_dir template. A quick check: 1) footer.html 11 <script language="javascript" type="text/javascript" src="<%$tpl_base%>/trackclick.js.php"></script> 2) check whenever trackclick.js.php file exist in template folder. 3) check the link that count has proper “name” attribute If everything look good, then it should work well. However in this user [...]