Gossamer Forum
Home : Products : Gossamer Links : Discussions :

title_linked modification

Quote Reply
title_linked modification
Hi,

I'm trying to modify title_linked so the displayed text is the categories' Meta Description field instead of Name. (the url would still be derived from Name)

For example, the category named 'netherlandsantilles' should be displayed as 'Netherlands Antilles' (that is in the Meta Description field) and be linked http://www.exploitz.com/...antilles/index.shtml

I looked in Build.pm where it seems like all the action is and I see $dirs[$_] in sub build_title_linked. I've tried substituting various things throughout Build.pm but nothing has worked so far. For example:

$output .= qq| <a href="$CFG->{build_root_url}$path/$CFG->{build_index}">$display{meta_name}</a>

Any ideas on how to make this modification?

thanks
Subject Author Views Date
Thread title_linked modification estjohn 6197 Oct 29, 2002, 1:32 AM
Thread Re: [estjohn] title_linked modification
Andy 6127 Oct 29, 2002, 2:03 AM
Post Re: [Andy] title_linked modification
yogi 6075 Oct 29, 2002, 2:44 AM
Post Re: [Andy] title_linked modification
estjohn 6029 Oct 30, 2002, 12:50 PM
Thread Re: [Andy] title_linked modification
Chas-a 5816 Aug 23, 2004, 4:36 PM
Thread Re: [Chas-a] title_linked modification
Andy 5817 Aug 26, 2004, 7:08 AM
Thread Re: [Andy] title_linked modification
Chas-a 5794 Aug 27, 2004, 2:33 AM
Thread Re: [Chas-a] title_linked modification
Andy 5844 Aug 27, 2004, 2:36 AM
Thread Re: [Andy] title_linked modification
Chas-a 5854 Aug 27, 2004, 3:28 AM
Thread Re: [Chas-a] title_linked modification
Andy 5804 Aug 27, 2004, 3:34 AM
Thread Re: [Andy] title_linked modification
Chas-a 5784 Aug 27, 2004, 9:15 AM
Thread Re: [Chas-a] title_linked modification
Andy 5795 Aug 27, 2004, 9:59 AM
Post Re: [Andy] title_linked modification
Chas-a 5761 Aug 28, 2004, 6:31 AM
Thread Re: [Andy] title_linked modification
Chas-a 5761 Sep 1, 2004, 8:03 AM
Post Re: [Chas-a] title_linked modification
Andy 5769 Sep 1, 2004, 8:08 AM