Forums / Addon Templates / Barebones search box

Barebones search box

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
18 Feb 2008, 10:50
#1
philpalmer avatar

philpalmer

Zen Follower

Join Date:
Dec 2005
Posts:
105
Plugin Contributions:
0

Barebones search box

Hi there

Thanks for the help so far by the way!

I am using Barebones template. I have a search header at the top of the screen and whilst I can change the text inside the box, I cannot seem to increase the size of the search box.

If I was using the classic template I could go to templates/tpl_search_header
and change this, but for the barebones template I cannot seem to find this file anywhere?

Thanks

Phil
18 Feb 2008, 12:23
#2
misty avatar

misty

Inactive

Join Date:
Apr 2004
Posts:
5,752
Plugin Contributions:
1

Re: Barebones search box

Create new folder, sideboxes, in barebones folder i.e.
includes/templates/barebones/sideboxes
copy and paste into that folder, file below
/includes/templates/template_default/sideboxes/tpl_search_header.php
Alter both instances of size marked red below to suit size required i.e 25
'size="15" maxlength="30" style="width: 100px"
would become
'size="25" maxlength="30" style="width: 100px"
done
18 Feb 2008, 15:39
#3
philpalmer avatar

philpalmer

Zen Follower

Join Date:
Dec 2005
Posts:
105
Plugin Contributions:
0

Re: Barebones search box

Thanks Misty.

You are a star!

Phil : )
03 Mar 2009, 02:06
#4
misticloudz avatar

misticloudz

New Zenner

Join Date:
Oct 2007
Posts:
52
Plugin Contributions:
0

Re: Barebones search box

amazing! thank you!! I'm using a template derived from barebones and I was having the EXACT same problem.

:D