| Hi Rich
You can change the default in gsdl/etc/main.cfg - add a line like
cgiarg shortname=fqn argdefault=3
with ardefault=how many fields you want.
To change the options you get on the preferences page, you can edit
gsdl/macros/pref.dm. look for the bit like the following and change the
numbers to what you want.
_formnumfieldoption_ {<td></td><td>_textwith_
<select name="fqn" onChange="updatefqn();">
<option value="2"selected>2
<option value="4"selected>4
<option value="6"selected>6
<option value="8"selected>8
</select>_textfields_</td>
}
Cheers,
Katherine Don
Rich Robinson wrote:
> Is there a way to force certain preference settings as defaults? I have
> a fielded search form which shows four fields, as it seems to default
> that way in the preferences page. I'd like to set it to a different
> number.
>
> _______________________________________________
> greenstone-users mailing list
> greenstone-users@list.scms.waikato.ac.nz
> https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users
> |