Wiki : ThemeUsingCustomFilters
Documentation Home :: Categories :: Index :: Recent Changes :: Comments :: Search :: Help :: Login/RegisterUsing Custom Filters
PostNuke supplys a number of standard filters for common tasks. These are url rewriting (for the various short url/permlink formats), trimwhitespace (for use in bandwith critical situations), makelinks (to make links automatically clickable) and Multihook (for use by the multihook module). In addition to these filters theme custom filters can be used.
Three types of filters exist pre & post∞ filters and output∞ filters. Filters are a type of template plugin.
The theme system allows administrators and theme authors to utilise custom filters. This is achieved by an addition to a page configuration. The format of this addition is
[filters]
outputfilters=filter1,filter2
outputfilters=filter1,filter2
Note: At the current time only output filters are supported via this method
