Search Box Issue

Write about issues that you have found.

Moderators: Koduc, Xpycm

Forum rules
Pay attention! Forum is not a means for guaranteed support of clients and users. An answer as well as a quick answer is not supposed on the forum. We post messages as soon as possible.

The message limit on the forum is 3 messages per day.
If you want to say "thank you" then use the function "Give good reputation point", which is a green icon "plus" under the nickname of the person, who answered the message.

Search Box Issue

Postby browser » 09 Oct 2015, 16:25

when i enter some words in "Search by description or address" textbox and after that select some "property type" from select box , entered value in
"Search by description or address" textbox is hide..
How to show entered "Search by description or address" textbox value after selecting the property type.
browser
Stranger
 
Posts: 11
Joined: 06 Oct 2015, 15:51
Reputation point: 0

Re: Search Box Issue

Postby Koduc » 13 Oct 2015, 10:42

Open file /protected/modules/quicksearch/controllers/MainController.php
find
if ($term && $doTermSearch == 1) {
and replace with
if ($term) {

Find line
public function actionLoadForm(){
and insert to next line:
$this->term = Yii::app()->request->getParam('term');
-- Меньше знаешь - крепче спишь --
User avatar
Koduc
Team lead
Team lead
 
Posts: 64
Joined: 28 Dec 2011, 09:11
Reputation point: 0


Return to Issues

Who is online

Users browsing this forum: No registered users and 6 guests

cron