Gossamer Forum
Home : Products : Links 2.0 : Discussions :

bug in add_error.html

Quote Reply
bug in add_error.html
ok goto normal method of adding a site. Not thru the admin panel but go to where the surfer ads it. Forget to ad a field & it will generate another page with most of the info in it. Fill in the forgotten field & see what happens.

solution:
in add_error.html

REMOVE

<input type=hidden name=Category value="<%Category%>">
Quote Reply
Re: bug in add_error.html In reply to
Actually there are codes that you can put in your add and modify sub-routines in the site_html_templates.pl file that will allow you to simply use the following tag in all the add and modify forms:

Code:
<%Category%>

Like the following:

Code:
Category: <%Category%>

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------