PDA

View Full Version : Remove Quick Search



Mario Valtulini
July 26, 2013, 03:13 PM
Hello,
how can I remove o move Quick Search in home page?
We use escort_puple_neon template
Thank you.

Morgan Bohman
July 26, 2013, 05:42 PM
I'm not familiar with that template but if you go to forms or blocks you can disable the search.

//Morgan

Mario Valtulini
July 27, 2013, 09:24 AM
Hi Morgan,
thank you for answer but I alredy "incativate" all search in "Content Box" and "Search Form" and didn't help, any aother suggestion?
Regards.

I'm not familiar with that template but if you go to forms or blocks you can disable the search.

//Morgan

Chris Brown
July 27, 2013, 10:07 AM
I think the search box for the home page maybe coded into the TPL file, may just need commenting out

Viktor
July 29, 2013, 03:57 AM
Nope for Escort Purple Neon template quick search integrated in block and needs only deactivate this block ;)

Robert Falk
July 30, 2013, 08:39 PM
Viktor, so where is the quick search block located in the ap? I can't find it anywhere and its not with all of the other blocks in ap>content>content boxes.

Alex
July 31, 2013, 05:58 AM
Hi Robert,


I think the search box for the home page maybe coded into the TPL file, may just need commenting out
Chris are right; this requires changes into tpl file: content.tplOpen to edit the file: /templates/escort_purple_neon/tpl/content.tpl

Find the part of code:


{include file='blocks'|cat:$smarty.const.RL_DS|cat:'side_ba r_search.tpl'}


and comment it like this:


{*include file='blocks'|cat:$smarty.const.RL_DS|cat:'side_ba r_search.tpl'*}


At that's all. good luck!

Mario Valtulini
August 4, 2013, 09:20 AM
here the solution without modify the code:
in admin panel: Listing-->Listing Types-->Girls-->Search Settings-->Search Form-->Enable search form on the Home page
I'm surprised how "Flynax Technical Department" is not aware of this for solution.
Regards

Alex
August 5, 2013, 04:41 AM
here the solution without modify the code:
in admin panel: Listing-->Listing Types-->Girls-->Search Settings-->Search Form-->Enable search form on the Home page
I'm surprised how "Flynax Technical Department" is not aware of this for solution.
Regards


Oops, i confirm that the changes in the code are not needed for this.Suffice it to disable the option "Enable search form on the Home page" for each listing type.
I apologize to everyone who took the time to my advice.


P.S. People make mistakes

Steffen Buschkemper
August 5, 2013, 08:08 AM
P.S. People make mistakes


Thats right... ;)