Users can ignore other users in the forums

svn path=/trunk/boinc/; revision=5001
This commit is contained in:
Janus B. Kristensen 2005-01-06 12:09:59 +00:00
parent 823e75e51d
commit b77be2204b
1 changed files with 16 additions and 0 deletions

View File

@ -22092,3 +22092,19 @@ Bruce 6 Jan 2005
make-sea.sh
Makefile.in
BOINC/ [THIS DIRECTORY IS SPURIOUS: NO LONGER NEEDED]
Janus 6 Jan 2005
- Added support for an "Ignore" function in the forums
Users can now ignore a list of other users. The ignored
posts will appear as filtered.
To use this the forum_preferences table needs a new
column:
ALTER TABLE `forum_preferences` ADD `ignorelist` VARCHAR( 254 ) NOT NULL ;
/html/user
edit_forum_preferences_form.php
edit_forum_preferences_action.php
/html/inc
forum.inc