Changes between Version 16 and Version 17 of WebConfig


Ignore:
Timestamp:
Dec 17, 2009, 10:21:54 AM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebConfig

    v16 v17  
    8080        Prints project-specific text on workunit page
    8181 '''project_user_links($user)'''::
    82         Prints project-specific text after user name (must return and not use php `echo`)
     82        Return project-specific text to be shown after user name.
    8383 '''project_user_summary()'''::
    8484        Prints project-specific text on user page
     
    8888    Displays customized donation information. Useful to describe what the project uses donations for, and project specific guides for donations. If function is not defined, standard donation information is displayed.html/user/donations.php.
    8989 '''project_rules_policies()'''::
    90     Displays customized project rules and policies. If return value is ''true'', standard rules and policies are appended in the end. If function is not defined, default rules and policies are displayed. Return true to append default rules and policies. Should use PHP `echo()` to output text. Used in html/user/info.php.
     90    Displays customized project rules and policies. If return value is ''true'', standard rules and policies are appended. If function is not defined, default rules and policies are displayed.
     91 '''project_forum_post_rules()''':: return a string describing message board policies.
    9192
    9293To use PHPMailer (the preferred way to send emails to participants):