Software Design:Forums

Revision as of 19:42, 8 April 2011 by Randy (Talk | contribs) (Forum Documentation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Files

Forum.pm

The root of all the Forum Library files.Forum.pm contains the other library files as "use Forum_foo;"

Forum.pm contains constants, style routines, and utility routines

  • Constants
    • posts_per_page()
    • in_+page_post_limit()
    • grayed
    • background_color
    • $outer_div_style
    • style_html()
  • Utility Routines
    • install_html($topic, $first_post) ****** needs topic_name/domain or topic object
    • nickname_from_host_url($url)
    • formatted_date($mysql_datetime)
    • formatted_icon($type)
    • canonical_n_and_d($name, $domain, $url)