==storiesInSeries==This function pulls the complete list of stories in a series and all it's sub-series.
==captcha_confirm==This function is used to to check the match of the captcha script.Example:if($captcha && !$loggedin && !captcha_con...
==categoryitems==This function is used to add and remove stories from category counts.Example: TBD
==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...
