On my board, we a toying with the idea of a "special group" that would have enhanced permissions. As part of that, I was wondering how hard it would be to have a special little gif a la the "A" for admin and "M" for moderator.
I am not averse to do a little code hackery, but am a PHP n00b (C* and Java mostly)
#313534 - 03/14/0701:33 PMRe: Little gifs next to name for group membership
[Re: Ian_W]
Rick
Guru
Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
This is something I'll be looking at for a future version to be in the stock code. The one stumbling block in my thought process on this is how to determine which flag to show if the member belongs to 2 groups and both have an image associated with it.
Say, I'm an admin and I'm also a member of Group A which has a gif associated with it. Do I display the admin gif or the Group A gif? One option is to display both, but that could get messy as some sites have users that belong to a large number of groups.
I guess for full support, you would have to have a way to mark a particular member's group as an "image group" and "there can only be one" (Highlander). Would be a PITA to support that DB constraint in code tho.
#313563 - 03/16/0707:11 AMRe: Little gifs next to name for group membership
[Re: Gizmo]
Ian_W
Veteran
Registered: 02/22/02
Posts: 2575
Loc: England
Originally Posted By: Gizmo
Rick, I have a sugguestion! Apply a weight field to the user groups, then if they overlap it'll take whichever has a higher weight for the icon...
Admin's would always be #1, Mods #2, then the admin could assign weights for 3+ to other fields...
Good idea - but why not just show a drop down with images available to the user - therefore he could choose whichever icon he wishes and flick between them as he desired.
As long as users can still tell as to who the admins and mods are if they choose another group icon that they belong to - then it should work fine
_________________________ Fans Focus - Focusing on Fans of Sport
(Okay - mainly football (the British variety at the moment - but expanding all the time....)
#313581 - 03/17/0702:21 AMRe: Little gifs next to name for group membership
[Re: Ian_W]
Gizmo
Wizard
Registered: 01/10/00
Posts: 5131
Loc: Portland, OR, USA
Yeh but it'd lead to inconstancies, i think the admin should be able to choose which should be used in such cases; because you'll never know what ones you'll have clashing and when, so setting a weight will let you choose which groups are more important...
* I've been dying for a way to show a unique image based on the user's group since 7 came out. In UBB6.5 I had members who paid to be in one of four special groups get a special icon that displayed below their custom title, but the way usergroups are set up in 7 is beyond my skillz to parse out and display in showflat. =(
#313766 - 04/02/0709:16 PMRe: Little gifs next to name for group membership
[Re: Calpy]
AllenAyres
I type Like navaho
Registered: 03/10/00
Posts: 25448
Loc: Texas
For a quick and dirty mod for an additional gif or 2 I'd think you could add additional if/then's in the section that writes out the admin and mod .gif's, eh?
For a quick and dirty mod for an additional gif or 2 I'd think you could add additional if/then's in the section that writes out the admin and mod .gif's, eh?
I looked at doing that, but the admin and mod gifs are added based on "user status = admin" type things, nothing to do with groups. =(