Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Detailed Pages Unknown Tag

Quote Reply
Detailed Pages Unknown Tag
I have my links 2 running great except i want detailed pages although i get the following error when i access the page links page:
Unkown Tag: build_detailed_urlUnkown Tag: build_detailed_url
i put in the correct tag to link to the detailed pages (<a href="<%build_detailed_url%>/<%ID%>.shtml"><%Title%></a>) Except i get the error.... I have also enabled the build details option in links.cfg

Thanx

Quote Reply
Re: Detailed Pages Unknown Tag In reply to
Casn someone please reply to this?!

Quote Reply
Re: Detailed Pages Unknown Tag In reply to
Uh...if you are using codes that I posted in the Links 2.0 Customization
Forum, you have NOT followed all the directions!

You need to define the global tag of <%build_detail_url%> before you
can use it in your link.html template file.

You need to define it as follows in the %globals hash section of the
site_html_templates.pl file:

Code:

build_detail_url => $build_detail_url


As stated before, if this is the LAST hash defined tag in the HASH list, then you
need to add a comma at the end of the line before these codes, LIKE the following:

Code:

site_title => $build_site_title,
build_detail_url => $build_detail_url


Got it?

Regards,

Eliot Lee
Quote Reply
Re: Detailed Pages Unknown Tag In reply to
Thanx man it works =D

Quote Reply
Re: Detailed Pages Unknown Tag In reply to
You're welcome.

Regards,

Eliot Lee