Changes between Version 6 and Version 7 of WebForum
- Timestamp:
- Jul 25, 2007, 11:30:30 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebForum
v6 v7 31 31 The Special user feature allows certain users, like project administrators, developers etc., to be shown with that title under their name in the forums. It is important that people who are new to a project knows who to pay attention to - and this is a way of giving them a hint. To enable the feature simply run a query on the forum_preferences table. You can currently use the following list of titles: 32 32 33 34 33 {{{ 35 34 $special_user_bitfield[0]="Forum moderator"; … … 42 41 }}} 43 42 44 So if the project administrator has the user number 42 run this query to make him a moderator and project administrator: 45 {{{ 46 UPDATE forum_preferences SET special_user=1100000 where userid=42; 47 }}} 43 A project administrator can set these attributes using the [HtmlOps administrative web interface]. 48 44 49 45 == Moderation ==