![]() |
|
|||||||
| Subrion Core Discussion Here we discuss everything that is related to Subrion CMS core functionality. Additional features related to plugins and templates engines. New features that are related to Manage Pages functionality or anything that's not related to Subrion packages. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) |
|
Junior Member
Join Date: Mar 2008
Posts: 11
![]() |
Hi TurXaliM,
As I understood you don't want to use search by distance option? if so, follow instructions 1. open '../templates/AutoClassifieds/header.tpl' find following code Code:
<td style="width: 50px;">Within:</td>
<td>
<select name="distance" class="text">
<option value="0" selected="selected">{$lang.any}</option>
{html_options options=$distances}
</select>
</td>
Code:
<td style="width: 50px;"> </td>
<td> </td>
Code:
<td style="width: 50px;">of {$lang.field_zip}:</td>
<td>
<input type="text" name="zip" size="7" class="text" />
</td>
Code:
<td style="width: 50px;"> </td>
<td> </td>
2. open '../templates/AutoClassifieds/search.tpl' find and remove following piece of code Code:
<div class="searchingOptions">
<fieldset class="collapsible" style="float:left;margin:10px;">
<legend>Distance</legend>
<table cellpadding="5" cellspacing="0">
<tr>
<td>Within:</td>
<td>
<select name="_settings[distance]" id="distance" class="text">
<option value="0" selected="selected">{$lang.any}</option>
{html_options options=$distances}
</select>
</td>
</tr>
<tr>
<td>of {$lang.field_zip}:</td>
<td>
<input type="text" id="zip_domid" name="_settings[zip]" size="7" class="text" />
</td>
</tr>
</table>
</fieldset>
</div>
HTH |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clicking "Preview" submits article | webgomer | Subrion CMS Packages Discussion | 3 | 03-12-2008 03:11 AM |
| What does it mean "Petal", this is English? | TurXaliM | General Chat | 6 | 09-05-2007 03:16 AM |
| We can't disabled the "READ FULL"? | TurXaliM | Subrion CMS Packages Discussion | 8 | 08-01-2007 11:29 PM |
| "Move to .. " - FIXED | redeye | Subrion CMS Packages Discussion | 10 | 04-30-2007 09:06 PM |
| Getting "page not found" on all menu items - SOLVED | lexscripta | Subrion CMS Packages Discussion | 3 | 04-26-2007 10:29 PM |