As many of you request how to replace the static gmap image with dynamic gmap which allow navigation and zooming, I made some test how to do this for the easiest way. Ok. This is the easiest way. We only need to change the template files. Actually only 2 files. Edit header.html, usually we use [...]
Category: JavaScript
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 [...]