Location Filter Module of 68 Classifieds

Location Filter is a module for 68 Classifieds a professionally developed PHP Classifieds script.

Demo:
http://ourcomputer.com.au/68C_demo/

The site use the module:

Download:
Location Filter Module of 68 Classifieds V2.0 Release 33KB
Location Filter Module of 68 Classifieds V1.0 RC 33KB

License
Commercial
Price: $29.00


Speacial Thanks:
Chas Cleland

Update Log:

    1. Use start jquery ui style instead of smoothness
      Only use the 68 Classifieds default tpl_hook
      And other clean up works ……

Howto:

How to I install a 68 Classifieds Location Filter Module?

Notice: It is a third-party module, so please backup your system.

Step1 :
Download the Location Filter Module and unzip. You will find one folders:
‘locationfilter’.

Step2 :
Upload the ‘locationfilter’ folder to [your site]/modules/.

Step3:
Active the module locationfilter and enjoy it.

Tips:
1. You can modify locationfilter.js at /modules/locationfilter/include/locationfilter.js
(lines 1 – 8 inclusive) to dictate thick box pop-up width and height and the title. eg:

$('#dialog').dialog({
        autoOpen: false,
        width: 800,
        height: 200,
        title: "Choose Region:"
});

2. You can change CSS elements in the /modules/locationfilter/css/location.css
file including text sizing and columns that are presented in the thick box pop-up.