Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Re: Calling additonal fields from category.db

Quote Reply
Re: Calling additonal fields from category.db In reply to
Try adding the following at the top of the sub site_html_category routine:

Code:
my (%rec) = @_;

Then add the following codes in the tag definition area of this sub:

Code:
%rec,

Regards.

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Subject Author Views Date
Thread Calling additonal fields from category.db NewToThis 2549 Apr 15, 2000, 2:23 PM
Post Re: Calling additonal fields from category.db
Stealth 2479 Apr 15, 2000, 2:32 PM
Post Re: Calling additonal fields from category.db
NewToThis 2482 Apr 15, 2000, 2:44 PM
Post Re: Calling additonal fields from category.db
Stealth 2480 Apr 15, 2000, 2:47 PM
Post Re: Calling additonal fields from category.db
NewToThis 2481 Apr 15, 2000, 3:34 PM
Post Re: Calling additonal fields from category.db
Stealth 2485 Apr 15, 2000, 3:38 PM
Post Re: Calling additonal fields from category.db
NewToThis 2486 Apr 15, 2000, 6:55 PM
Post Re: Calling additonal fields from category.db
Stealth 2482 Apr 15, 2000, 8:01 PM