Skip to content

Commit 21222b1

Browse files
authored
Merge pull request #695 from topcoder-platform/develop
Different username colors for client handles in forums
2 parents 7856dbd + 2c02b82 commit 21222b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/vanilla/config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
$Configuration['Conversations']['Version'] = '3.0';
2525
$Configuration['Conversations']['Moderation']['Allow'] = true;
2626

27+
// all handles of users with this role will be displayed in purple
28+
$Configuration['ColorizedRole']='MIT_6.S099 Admin';
29+
2730
// EnabledApplications
2831
$Configuration['EnabledApplications']['Conversations'] = 'conversations';
2932
$Configuration['EnabledApplications']['Vanilla'] = 'vanilla';

0 commit comments

Comments
 (0)