Below posted example of how to print out values of the Link custom fields.
Displaying Link Custom Field:
a. in "inlink/detail.tpl" template
<inp:l_link_field _Field="custom" _Customfield="field_name_textfield" _Default="default value" />or
b. in "inlink/detail/link.tpl" template
<inp:link _Field="custom" _Customfield="field_name_textfield" _Default="default value" />Please note, the <inp:link tag should only be used in a template which is called for by a GLOBAL Link tag, such as l_list_links or whatver.
Similar way custom fields of other types can be displayed. Refer to the map below:
Categories - "cat" or "m_category_field"
Users - "user" or "m_user_field"
Articles - "article" or "n_news_field"
Topic - "topic" or "bb_topic_field"

