![]() |
![]() |
![]() |
|
|||||||
| Existing Templates Want to adjust logo or center some piece of text in your directory? Get advice on how to do it in this forum dedicated to pre-installed templates. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
serpsme
Join Date: Jul 2006
Posts: 62
![]() |
At the moment when the cursor hovers over the where, match, sort by boxes they change to a sky blue color. I haven't seen that effect in the style.css sheet. Is is located elsewhere?
I'd prefer to change it to a grey or white. Just thought of this. How to have the description unchecked? Default it is checked when first landing on the page. I think it might be javascript but don't want to mess around with that unless I'm certain of the results. Thanks for the help. Shone P.S. Might have a question about markup validation although I've seen a fair number of comments about how it's not important, it's still an issue I like to address to some degree and have been able to correct numerous errors. The biggest culprit for errors is the listing box plugin so it's been removed.
__________________
Sometimes You Feel Like a Nut...
Sometimes You Don't |
|
|
|
|
|
#2 |
|
serpsme
Join Date: Jul 2006
Posts: 62
![]() |
It's in the search.tpl page. That's 1 down...
Oh and I was able to uncheck the description so that's 2 down. I guess you can ignore my previous request LOL. Shone
__________________
Sometimes You Feel Like a Nut...
Sometimes You Don't Last edited by shone; 12-31-2008 at 01:23 AM. |
|
|
|
|
|
#3 |
|
Join Date: Aug 2008
Location: FL
Posts: 11
![]() |
Hi,
How were you able to uncheck the default box? Thanks |
|
|
|
|
|
#4 |
|
serpsme
Join Date: Jul 2006
Posts: 62
![]() |
Hi IM,
That was a while ago. I'll have to look at the page code to see what was done. When I find it, I'll post it. Regards, Shone
__________________
Sometimes You Feel Like a Nut...
Sometimes You Don't |
|
|
|
|
|
#5 |
|
serpsme
Join Date: Jul 2006
Posts: 62
![]() |
Hi IM,
Here's how it looks how it was done. 1) Back up search.tpl (just in case) 2) Find this code block (this is Auto_red template v2206 so yours might be different) It starts at line 24 for mine. Code:
<fieldset style="float:left;" class="collapsible">
<legend>{$lang.where}</legend>
{foreach from=$textFields item=f key=i}
{assign var="fname" value=$f.name}
{assign var="name" value="field_"|cat:$fname}
<input type="checkbox" id="queryFilter{$i}_domid" name="queryFilter[]" value="{$f.name}"
{if (not $smarty.post.match and ($f.name eq 'title' or $f.name eq 'description'))}checked="checked"{/if}/>
This should remove the check. Hope that helps. Regards, Shone
__________________
Sometimes You Feel Like a Nut...
Sometimes You Don't |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|