If all you want to do is change the location of the star image, there's a
"star_image" and "star_blank" parameter you can add to your config file that
will point to a new location for both of those images.

-----Original Message-----
From: Stephen L Arnold
To: [EMAIL PROTECTED]
Sent: 2/15/01 7:49 PM
Subject: Re: [htdig] changing the location of star.gif

On 15 Feb 01, at 12:36, Geoff Hutchison wrote:

> On Thu, 15 Feb 2001, Cormac Robinson wrote:
> 
> > Can anybody tell me where the setting is to change the location of
the
> > "star.gif". It's currently defaulting to outside the desired
> 
> The images are set to a given directory using the image_url_prefix
> attribute and speficially the star is:
> 
> <http://www.htdig.org/attrs.html#star_image>

But check CONFIG.in and configure.in to make sure the defaults are 
okay (before you run configure).  There's one hard-coded image link 
in there that configure can't change, and it might not be what you 
want.  From CONFIG.in:

# IMAGE_DIR

# Define this to be a place that can be accessed by your web server.
This is   
# where a couple of images will be placed.

#

IMAGE_DIR=              @IMAGE_DIR@

 

#

# IMAGE_URL_PREFIX

# This is the URL to prefix the images placed in IMAGE_DIR.

#

IMAGE_URL_PREFIX=        /icons

 

I finally figured this out (but it drove me nuts for a bit.)  I was 
setting up a virtual host for the first time (in kind of an odd 
configuration) and I didn't have an /icons dir...

Another $.02 from Steve


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to