Gossamer Forum
Home : Products : Links 2.0 : Customization :

Adding a New Category Field - Problem

Quote Reply
Adding a New Category Field - Problem
I've added a new field (number 8) to my category.def file called "Page". This is to include the page title when the category pages are built:

# Definition of your database file.
%db_def = (
ID => [0, 'numer', 5, 8, 1, '', ''],
Name => [1, 'alpha', 40, 75, 1, '', '^[\w\d/_-]+$'],
Description => [2, 'alpha', '40x10', 500, 0, '', ''],
Related => [3, 'alpha', 0, 255, 0, '', ''],
'Meta Description' => [4, 'alpha', 40, 500, 0, '', ''],
'Meta Keywords' => [5, 'alpha', 40, 500, 0, '', ''],
Header => [6, 'alpha', 40, 75, 0, '', ''],
Footer => [7, 'alpha', '40x10', 500, 0, '', ''],
Page => [8, 'alpha', 40, 75, 0, '', '']
);

When I then go ahead and put this new Page variable on the category.html template using:

<%Page%>

I get the error of Unkown Tag: Page on all of the category pages when rebuilding the index.

Is there something I am doing wrong here? Maybe I need to modify something else in addition to the category.def page to incorporate the new Page field?

Any help on insight on this would be much appreciated!

--Frank
Subject Author Views Date
Thread Adding a New Category Field - Problem rover 8915 Jun 6, 1999, 3:52 PM
Post Re: Adding a New Category Field - Problem
Joker 8793 Jun 6, 1999, 7:00 PM
Post Re: Adding a New Category Field - Problem
rover 8790 Jun 7, 1999, 4:50 AM
Post Re: Adding a New Category Field - Problem
Bobsie 8763 Jun 7, 1999, 9:17 AM
Post Re: Adding a New Category Field - Problem
Bobsie 8774 Jun 14, 1999, 9:46 PM
Thread Re: Adding a New Category Field - Problem
JWells 8775 Jun 15, 1999, 1:05 AM
Thread Re: [JWells] Adding a New Category Field - Problem
poscon 8688 Dec 16, 2003, 7:09 PM
Thread Re: [poscon] Adding a New Category Field - Problem
PerlFlunkie 8669 Dec 16, 2003, 7:53 PM
Thread Re: [PerlFlunkie] Adding a New Category Field - Problem
poscon 8708 Dec 16, 2003, 8:44 PM
Post Re: [poscon] Adding a New Category Field - Problem
PerlFlunkie 8660 Dec 16, 2003, 9:17 PM
Thread Re: [poscon] Adding a New Category Field - Problem
poscon 8685 Dec 16, 2003, 9:40 PM
Thread Re: [poscon] Adding a New Category Field - Problem
PerlFlunkie 8691 Dec 17, 2003, 11:28 AM
Thread Re: [PerlFlunkie] Adding a New Category Field - Problem
poscon 8693 Dec 17, 2003, 12:05 PM
Thread Re: [poscon] Adding a New Category Field - Problem
PerlFlunkie 8688 Dec 17, 2003, 12:12 PM
Thread Re: [PerlFlunkie] Adding a New Category Field - Problem
poscon 8684 Dec 17, 2003, 2:41 PM
Thread Re: [poscon] Adding a New Category Field - Problem
Andy 8662 Dec 18, 2003, 1:30 AM
Thread Re: [Andy] Adding a New Category Field - Problem
poscon 8675 Dec 18, 2003, 11:44 AM
Post Re: [poscon] Adding a New Category Field - Problem
PerlFlunkie 8623 Dec 18, 2003, 1:16 PM