1259 Posts in 348 Topics by 484 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 904 Views |
-
Pixelgreen Search

16 March 2010 at 7:42am
Hey guys.
I wonder why the serach form in pixelgreen does not work. I tried to fix it by following the instructions of this tutorial but I wasn't successful (maybe i did something wrong ?)Can somebody help me making the serach function in pixelgreen working ?
-
Re: Pixelgreen Search

16 March 2010 at 11:56am
You're right to follow that tutorial, and that should tell you how to get the search going.
However, Pixelgreen has a (wrongly) hard-coded search form.Look for the file:
themes/pixelgreen/templates/Includes/SideBar.ss
Look for the code like that below:
<div class="sidebox">
<h1>Search Box</h1>
<form>
....
</form>
</div>Change this, by removing the form, so it looks like:
<div class="sidebox">
<h1>Search Box</h1>
$SearchForm
</div>You may need to play around with the styles or the display of the form, but this should get things going for you.
Cheers,
- Luke
| 904 Views | ||
|
Page:
1
|
Go to Top |


