Feature List Parameters for Pages & Pods
The following is a list of parameters for displaying Feature Articles.
Query Parameters
- UID - User ID of the creator/author of article
- category_id
- search_string
- all_words - works with search_string.
- start - datepart 2005, 2005-01, 2005-01-30 are all OK
- end - datepart
- title - title
- author - author name
- feature_type - options defined in picklists
- new - show all features flagged as 'New'
- sort - priority|created|name. Accepts any field: name, feature_type, author, created
- alphasearch - num|all|a letter
NOTE: If a start AND end dates are given, both must be full dates in formate yyyy-mm-dd.
If only a start date is given, a partial date can be used such as:
start=2005 (all dates in 2005)
start=2005-07 (all dates in July 2005)
start=2005-07-04 (the 4th of July, 2005)
Listing Parameters
- fTitleText=Title Text
Enter title text for the feature listings section title - fQueryResults=1|0
1|0 to show number of results returned by query - fNavAlpha=1|0
1|0 to display alpha menu in header - fNavSort=links|select|0
the "sort by" option at the top of feature listings. This parameter determins if the sort menu is displayed as a select list, as text links or not at all. The options are controlled by name,value pairs. The default attributes.sortOptions= "featured, |title,name| date,created| type,feature_type" - fNavActions=0
Turns off navAction menu in the listings footer. - fFormat=grid|table|dl|ul|links|none
The feature listings can be displayed in a number of formats. The default format is "grid" which means they will be displayed in a table. The number of columns is determined by the Feature's Custom Columns setting or the Main Settings. - fClass=standard|vertical
This class is used to format the listing as either standard or vertical when format is "grid"
When format is "table", the class is placed in <table> tag.
For dl, ul & links, cClass is placed in bounding <div>. - fCols
number of columns defaults to #request.appsettings.PColumns# - fCount
the number of features displayed per pagethru page. ALL = all. - max
leave blank or 0 for all records. - fThickLine=0
Thick lines are placed above and below the feature listings. They are on by default but can be turned off with this parameter. - fThinLine=0
Thin lines are placed between listing rows. They are on by default but can be turned off with this parameter. - fSeparator=<br>
Used only when format is "links". - fShowNew=0
Turns off the "new" graphic indicator in listings - fShowType=0
Turns off feature type display. Feature types are defined in picklists. - fShowTitle=0
Turns off feature title & link in teaser and DL format only. - fShowByline
fShowByline turnes off author/date information - searchForm=1
Display the feature search form.


