I'm not looking for a hack. :-)

Here's what I want to do... and do you think that it will be possible with Ver8?

I want to "force" all members who belong to a specific group to show a graphic in their profile. (eg. Members group showing a Member Logo).

Here's the code that sets the graphic for a person's account, BUT, they still need to go into their profile and check the box under the graphic. I want that to be unnessary - since I want the graphic to display automatically.

UPDATE ubbt_USER_PROFILE
SET USER_GROUP_IMAGES = 'a:1:{i:1;s:1:"6";}'
WHERE USER_ID = '123'


--BIll B