OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Searching by price range

acuaweb (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
[SOLVED] Re:Searching by price range 11 Years, 4 Months ago
Karma: 0  
oops, yes, you're absolutely right!

I do not mean programming and did not know where edit, now is perfect.
thanks
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
Re:[SOLVED] Re:Searching by price range 11 Years, 4 Months ago
Karma: 101  
You may vote for us on joomla.org and write excellent review

If you will some other errors or questions please write

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
webstudio (User)
Junior Boarder
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Re:Searching by price range 10 Years, 4 Months ago
Karma: 0  
where you set these values

in real estate manager


thanks
Logged Logged
Last Edit: 2013/10/30 17:05 By webstudio.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
Re:Searching by price range 10 Years, 4 Months ago
Karma: 101  
In real estate manager all very like,
only path for module edit will look:

{your site}/modules/mod_realestatemanager_search/mod_realestatemanager_search.php

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
webstudio (User)
Junior Boarder
Posts: 37
graphgraph
User Offline Click here to see the profile of this user
Re:Searching by price range 10 Years, 4 Months ago
Karma: 0  
in this file i dont see anithink about ( attachement)

i found a code for this argoument in

mod_realestate_search/tmpl/default php

---
//price
$query = "SELECT price FROM #__rem_houses";
$database->setQuery($query);
$prices = $database->loadColumn();
rsort($prices,SORT_NUMERIC);
$max_price = $prices[0];
$price[] = mosHTML :: makeOption(_REALESTATE_MANAGER_LABEL_FROM, _REALESTATE_MANAGER_LABEL_FROM);
$price_to[] = mosHTML :: makeOption(_REALESTATE_MANAGER_LABEL_TO, _REALESTATE_MANAGER_LABEL_TO);
for($i=0; $i<=$max_price+10000; $i=$i+10000){
$price[] = mosHTML :: makeOption($i, $i);
$price_to[] = mosHTML :: makeOption($i, $i);
}

--
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8228
graph
User Offline Click here to see the profile of this user
Re:Searching by price range 10 Years, 4 Months ago
Karma: 101  
Hello,

Yes if you have more new version file default php

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»