Remove title from search block

Permalink 1 user found helpful
Hi guys,

I'm building my first concrete5 website and I have to say I'm impressed how good concrete is.

However there is a problem that I have ran into. I want to add a search option but when I'm adding the default search block it asks me to enter a title. I don't need a title because the button says it all plus I don't have the room for it.

So how to get rid of the title?

 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
copy
concrete/blocks/search/view.php
to
/blocks/search/templates/no_title.php

find

<? if( strlen($title)>0){ ?><h3><?=$title?></h3><? } ?>


and delete it, save it, apply the custom template

Mike
Buy the c5bundle for only $50
http://j.mp/i61Far
WhiteHat replied on at Permalink Reply
Thanks mate :)
AZZO replied on at Permalink Reply
Hi guys

I tried doing this in the view.php that I copied into blocks/search but didnt have any luck isolating the title from the search block
I have the same issue of not having enough room for the title and the button will say it all
Any more suggestions on this would be much appreciated :)