Gossamer Forum
Home : Products : Links 2.0 : Discussions :

unknown tag: Category

Quote Reply
unknown tag: Category
I am getting this error when I attempt to test adding. I haven't modified category.def or the add sections of site_html_templates (except to add the 3-level new gif, which only adds one line for the extra date field), and the information does get added to validate.db, it just doesn't go to the add_success page.

Any ideas?
dbink.hostingcheck.com/fontlinks/pages

[This message has been edited by ladyofdragons (edited December 14, 1999).]
Quote Reply
Re: unknown tag: Category In reply to
You have to capitalize Category in your add_success.html and add_error.html template files. So, the tag should look like the following:

Code:
<%Category%>

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: unknown tag: Category In reply to
found the lowercase category in my add_success.html, (duh!) thanks for the tip.
Quote Reply
Re: unknown tag: Category In reply to
You're welcome.

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------