Changes between Version 16 and Version 17 of WebConfig
- Timestamp:
- Dec 17, 2009, 10:21:54 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebConfig
v16 v17 80 80 Prints project-specific text on workunit page 81 81 '''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. 83 83 '''project_user_summary()''':: 84 84 Prints project-specific text on user page … … 88 88 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. 89 89 '''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. 91 92 92 93 To use PHPMailer (the preferred way to send emails to participants):