==build_alphalinks==This function is used to build the alphabet links list on pages such as Browse Titles and Authors. Twoarguments are passed t...
==write_error==This function is used whenever an error needs to be output to the screen. This allows a uniform lookfor all error messages on the...
==write_message==This function is used whenever a message needs to be output to the screen. This allows a uniform lookfor all messages on the si...
==replace_naughty==This function when passed a piece of text replaces words from the forbidden word list with the first letter and trailing asterisks:...
==find_naughty==This function when passed a piece of text returns true if words from the forbidden words list are found in the text. Nothing is ...
==truncate_text==This function takes a piece of text and truncates it to the desired length truncating at the end of the word instead of in the middle...
==author_link==This function takes an array of information about a story and formats the authors link to include both authorand co-authors with links ...
==title_link==This function takes an array of information about a story and formats the link to the title with the appropriatejavascript for age conse...
==format_email==This function displays emails replacing the @ and . symbols with [at] and [dot] to help foil spam bots.Example: $email = format_email(...
==escapestring==Use this function when adding data to the database to escape characters.Example:$result = dbquery("INSERT INTO testtable(`id`, `v...
==format_story==This function is used to display text information including story chapters, notes, and news items. The function determines if th...
==accessDenied==If you must check for permissions, use this function when the check fails and the user is denied permission.This will output the messa...
==recurseCategories==This function creates an array of categories and sub-categories. You may pass either an array of multiple categories or a s...
