|
|
| Author |
Message |
Triumvirate
Support Team

Joined: 25 Sep 2003
Posts: 5080
Location: New York, USA
|
Posted: August 1st 2007, 10:52 am Post subject: [DEV] Group Post Color |
|
|
I'm currently working on a port of an SMF modification I made to phpBB3.
This modification will change the color that posts appear in for all members of a group. Currently the modification is in development stages, and, in the future, the feature list will be as follows:
Feature List
* Display post text of groups in a certain color
* Enable/Disable this feature on a per group basis.
* Enable/Disable this feature on a per forum basis.
If there are any additional features you would like to see please let me know. _________________ MMO Gaming |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3184
Location: Australia
|
|
| Back to top |
|
 |
Triumvirate
Support Team

Joined: 25 Sep 2003
Posts: 5080
Location: New York, USA
|
Posted: August 2nd 2007, 5:29 am Post subject: |
|
|
It depends on what groups that member is a part of. If, for instance, they are an admin/mod and also X, Y and Z than the admin/mod color takes precedence. If they are just a member of X, Y and Z then I'm thinking I may just let it go by alphabetical order of the group name or something along those lines. Perhaps add in the ability for choice as a feature later, but by default that is what I had planned. _________________ MMO Gaming |
|
| Back to top |
|
 |
A_Jelly_Doughnut
Dedicated User
Joined: 20 Mar 2003
Posts: 843
|
Posted: September 2nd 2007, 11:35 am Post subject: |
|
|
Why not just use $user->data['group_id']? This is what phpBB calls the user's default group. _________________ Uh...NULL |
|
| Back to top |
|
 |
|