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 ;)
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 ;)
you don't even have 50 points xD and this shouldn't be too hard to create, maybe something like
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:PHP Code:<?php
if $member_group = "VIP"
($show_extras = "true")
?>
Last edited by Chris Z; 09-14-2006 at 07:20 PM.