Gossamer Forum
Home : Products : Links 2.0 : Customization :

added an extra field, but how show in links.html

Quote Reply
added an extra field, but how show in links.html
added an extra field to add link in admin, but how do i get it to show in links.html ???

Quote Reply
Re: added an extra field, but how show in links.html In reply to
Uh...there is a FAQ in the Resources section that discusses this in detail. Have you even checked out the Resource section of this site??? It doesn't seem like it with all the questions you've asked. Wink

Anyway...you simply use <%%> around field names in the link.html file.

Look at <%Description%> in the link.html template file and then in the links.def look at Description. See the correlation????

If not, basically you can use ANY field as a tag in the %db_def hash in the link.html. Conversely, you can use ANY field in the %db_def in the category.def file as tags in the category.html.

See the relationship???

Regards,

Eliot Lee