Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Robert] Cat description on Detailed Page

Quote Reply
Re: [Robert] Cat description on Detailed Page In reply to
The problem is here (nph-build.cgi, line 553):

Code:
# Only select Category columns that don't conflict with Links columns.
my @cat_cols = grep !$links_cols{$_}, keys %{$DB->table('Category')->cols};
my $sth = $rel->select('Links.*', @cat_cols, 'CategoryID' => $cond);


May someone has an idea how to add:

category.Description as description?

Then everything should be done.

Last edited by:

Robert: Dec 12, 2009, 12:03 PM
Subject Author Views Date
Thread Cat description on Detailed Page Robert 5843 Dec 12, 2009, 11:38 AM
Thread Re: [Robert] Cat description on Detailed Page
Robert 5715 Dec 12, 2009, 12:02 PM
Thread Re: [Robert] Cat description on Detailed Page
Robert 5702 Dec 12, 2009, 8:06 PM
Post Re: [Robert] Cat description on Detailed Page
Andy 5691 Dec 13, 2009, 4:53 AM