In this tutorial I will show you how to create an alternative category listing in front page where the categories will be listed as a series of images. 1) Prepare the image files. Create a folder called ‘cat‘ in template folder. Then put the images files here. 2) Edit category image file for each categories [...]
Adding dynamic gmap with navigation and zooming
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 [...]
Convert md5 password
In indexu 5.x the password is stored in plain text. If you upgrade from indexu 5.x to indexu deluxe, the installer will convert it automatically to md5. If you experience user can not login after upgrade, then it could be that the conversion process fail. If you have this problem, here is a solution. Create [...]
Show uploaded image from image custom field
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. [...]