c0nstantin3 Posted November 12, 2005 Posted November 12, 2005 Hi, I really do hope this is the right place to put this... I've just upgraded from a trial version of IPB to v2.1.2 and it's certainly different. Anyway, I'm the co-admin but I take care of all the back-end fixes/technical things. For some reason the super-mods cannot see the hidden skins we have installed. The admins (3 in total) can see all of them, but our super-mods (5) can only see one from the drop-down list. There are some skins we don't want our regular members to see because they're still being customised but we would like for our super-mods to also see them for their input. I'm not sure if there's something that the primary administrator has to turn on, I've seen that there are some things that even other co-admins do not have access to within the AdminCP. I've searched for any similar threads about this but I didn't see any. If I missed it, my apologies. Thanks. -- c0nstantin3
Michael Posted November 12, 2005 Posted November 12, 2005 There is no built-in option to do this, but you can accomplish this with one quick file edit. Open sources/classes/class_display.php. Find: if ( $data['set_hidden'] and ! $this->ipsclass->member['g_access_cp'] ) Change to: if ( $data['set_hidden'] and ! $this->ipsclass->member['g_is_supmod'] ) Save and upload. :)
c0nstantin3 Posted November 12, 2005 Posted November 12, 2005 Thanks for your response, FuSoYa. The super-mods can now see the other skins from the drop-down list. However, they cannot use them. Sorry if I wasn't clear on my post. I really appreciate your help and response, worked very well. But I'd like for them to also use those hidden skins. When they select one hidden skin, it sends them back to the default skin.
TCWT Posted November 12, 2005 Posted November 12, 2005 i agree there should permissions set to which groups can see which skins. It should be a standard feature! For example, if the design team needs to work on a banner for a specific skin, they need to have access to the skin...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.