
pugdog
User
Karma: -0 / +1
Dec 2, 2004, 3:17 PM
Post #4 of 6
(1161 views)
Shortcut
Send pugdog a wink
|
|
Re: [carminejg3] error messages don't print
[In reply to]
|
Can't Post
|
|
Hi, I just installed what I think is the current version on one site, under 2.2.0 (not 2.1.0). You need to edit your "include_form.html" file, so that right above the <input name="URL" value="<%if URL%><%URL%><%endif%>" size="50"> (that line may vary slightly depending on your site, etc.) You add: <%if Spider_URL%> <%set URL = $Spider_URL%> <%endif%> BTW: I am getting error messages, so that was fixed up. Seems to be working for me. This is the 2.2.0 fixed up version I installed on a 2.1.2 site. What that will do, is *if* a Spider_URL is set, it will override the passed in URL, or set URL to be the spider URL. If no Spider_URL is passed in, it will function in it's default situation.
(This post was edited by pugdog on Dec 2, 2004, 3:18 PM)
|