Changes between Version 6 and Version 7 of WebForum


Ignore:
Timestamp:
Jul 25, 2007, 11:30:30 AM (17 years ago)
Author:
Nicolas
Comment:

Why manual SQL queries if there is ops? :)

Legend:

Unmodified
Added
Removed
Modified
  • WebForum

    v6 v7  
    3131The 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:
    3232
    33 
    3433{{{
    3534$special_user_bitfield[0]="Forum moderator";
     
    4241}}}
    4342
    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 }}}
     43A project administrator can set these attributes using the [HtmlOps administrative web interface].
    4844
    4945== Moderation ==