Thanks Jim,
Here's what I did:
I changed the long.html to eliminate the date and URL display from the end of the search result template.
In the config file:
I un-commented the template_map that called for long.html and short.html I made the template_name: long
For some reason it is still using the builtin-long
Is there another step that I am missing? Thanks, Bill
take a look at your search form.
I believe you might need to add the following (or amend what's there)
<input type="hidden" name="format" value="long" /> <input type="hidden" name="config" value="your config file name here..." />
(I think this is correct - ymmv) hth
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

