2013-12-10, 02:25 AM
Hey I have done the usergroup change on the newest member. But it doesn't give exact properties. I want it to change to be exact.
Here's mine:
![[Image: 5HOM7.png]](https://camo.mybb.com/f05d0497ec05c03716b3c54d4a9cf2ffde2a1a0e/687474703a2f2f7075752e73682f35484f4d372e706e67)
That newest member is in the group "Registered" it changed the color of the member but its bold. When it shouldn't be.
I used this code for it:
And heres the markup for the usergroup style:
Any help?
Here's mine:
That newest member is in the group "Registered" it changed the color of the member but its bold. When it shouldn't be.
I used this code for it:
$q = $db->fetch_array($db->simple_select("users", "usergroup, displaygroup", "uid='{$stats['lastuid']}'", array("limit" => 1)));
$newestmember = build_profile_link(format_name($stats['lastusername'], $q['usergroup'], $q['displaygroup']), $stats['lastuid']);
And heres the markup for the usergroup style:
<span style="color: #8B0000;">{username}</span>
Any help?