cf_thread

Click to Download

Description

Generates a threaded list driven from a database.
 

Usage

Can be used to create a basic message board or tree-style menu

Attributes

showbullet Optional Displays a bulleted list if set to yes or a set of dots if set to no. Default is "yes"
assignparam Optional "Yes" or "No". Attach unique identifier to link being clicked on. Default is "no".
url Optional The page to go to when clicked on. Defaults to the current page.
displaytext Required The database fiels to show the text being displayed in the list. Typically this would be a message title or page name.
parent Required The field in the table that relates to the parent records UID.
uid Required The unique identifier from the table being used to draw data from
tablename Required The database table to draw the data from
datasource Required The datasource of the query being used to draw data from
query Required The name of the query to draw data from
 

Featured Links