Gossamer Forum
Home : Products : Links 2.0 : Customization :

Category for rate page

Quote Reply
Category for rate page
I would like to include a link to the category page on my rate template that a link belongs to.

How can I do this?
Quote Reply
Re: [troyid] Category for rate page In reply to
I would like to rephrase my question.

I would like the title_linked variable to work on my rate page.

Any ideas?
Quote Reply
Re: [troyid] Category for rate page In reply to
Not sure what this will look like, but add this to the sub site_html_ratings in the site_html_templates.pl fie:

title_linked => $title_linked,

then put this tag in your template where you want the trail to appear:

<%title_linked%>


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Category for rate page In reply to
your suggestion did not work.

i get an unknown tag error
Quote Reply
Re: [troyid] Category for rate page In reply to
Try adding it here, still in stite_html_templates.pl:



%globals = (
date => &get_date,
time => &get_time,
db_cgi_url => $db_cgi_url,
build_root_url => $build_root_url,
site_title => $build_site_title,
css => $build_css_url,
title_linked => $title_linked,

banner => ''
);


Leonard
aka PerlFlunkie

Last edited by:

PerlFlunkie: Dec 14, 2003, 8:35 PM
Quote Reply
Re: [PerlFlunkie] Category for rate page In reply to
this addition made the title_linked in the category template show as blank.