Skin chooser help

SEÑOR

The Guy Everyone Hates
Messages
4,638
Reaction score
0
Points
0
So i have on my new site membergroups. And the sitre can be changed skins. But i wnat it so a certain usergroup has extra skins. How can I do this? Does anyone have a script for this? If anyone can help me ill give them 50 points ;)
 

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
you don't even have 50 points xD and this shouldn't be too hard to create, maybe something like
PHP:
<?php
    if   $member_group = "VIP"
        ($show_extras = "true")
?>
or something like that...lol i'm not sure what the variables would be, cuz i don't know what the member group reference is in PHP code for your site, so ya..i'm not sure exactly.. :dunno:
 
Last edited:
Top