http://www.classified-software.co.uk/forum/viewtopic.php?f=4&t=17
Installation
Installation Time: Less than 1/2 Hr
Edition(s): 68classifieds V4 DEVELOPER & DESIGNER
Plugs In To: Maffo Location Module
Difficulty: Easy
File Changes: 1
You must have the Location Module installed to run this Search Module.
Download the module here http://www.classified-software.co.uk/modshop/mod-shop-items-/location-system-for-68c-v4/prod_8.html
Step: 1 - Uploads
Unzip the downloaded zip file and upload the entire folder 'maffo_search to your 68 Classifieds 'modules' folder.
Step: 2 - Backup Files
templates/layout.tpl.php
Note: This is assuming you are using the standard 68 Classifieds Template Layout
Step:3 - File Changes
open templates/layout.tpl.php
Find this code
- Code: Select all
<body>
and change to this
- Code: Select all
<body {$msm_search_onload} >
This is assuming you want your search bar in the standard 68 v4 template, left hand side column beneath your navigation
Find this code
- Code: Select all
</td>
<td valign="top">
<div id="content">
and immediately BEFORE, place this code
- Code: Select all
{if $maffo_search}
{include file=$maffo_search}
{/if}
Save and Exit
Step: 4 - Initialize the System
Go into your Admin Panel,
click 'manage modules',
click 'regenerate'
activate and initialize the 'maffo_search'
Mod Installed
** If the mod doesnt work and you wish to remove it from your system, you can delete the mod from admin->manage modules and by simply replacing the edited files with your backups made in step 2
You can read how to configure the module
http://www.classified-software.co.uk/forum/viewtopic.php?f=4&t=28