Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Unknowen tag

Quote Reply
Unknowen tag
hi everybody, i still having problems with Links
when i load the home pages, the page doesn't appear and therei's a message : Unkown Tag: Site_Title,
and this is the same with all other pages add.cgi ..ect

Quote Reply
Re: Unknowen tag In reply to
Hello Adriana,

make sure that you have a site title in links.cfg.
Find:
Code:
# Site Title, the default title to use.
Place your site title here:
Code:
$build_site_title = 'Your Site Title';
Also make sure that in the templates the tag
Code:
<%site_title%>
(pay attention to the right spelling) is available.

Hope that helps,

DelPierro.

Quote Reply
Tags are Case SENSiTiVE In reply to
If you want to use the tag Site_Title in your template files, then you will need to change the following codes in the %globals hash section of the site_html_templates.pl file:

Code:

site_title => $build_site_title


to the following:

Code:

Site_Title => $build_site_title


Regards,

Eliot Lee
Quote Reply
Re: Tags are Case SENSiTiVE In reply to
thanks it works, but now the unknown tag is <%name%>, !

Quote Reply
Re: Tags are Case SENSiTiVE In reply to
Where are getting the UNKNOWN tag??? If it is within your Category pages, you need to use <%Name%>, but the better tags to use for the Category name is <%category_name%>, which removes the underscores and slashes.

Regards,

Eliot Lee