PDA

View Full Version : Style only I can see?


Robouk5
05-02-2002, 09:20 PM
How can i make a style so that only I can see it and its not user selectable, i need to see all forum pages, ie forumhome etc etc
Thanks for any help.

Admin
05-03-2002, 11:12 AM
In global.php replace this:
if (!$style['userselect']) {
With this:
if (!$style['userselect'] and !ismoderator()) {
That way you can set the style to be not selectable by users, but moderators will still be able to use it.

Robouk5
05-03-2002, 12:14 PM
thanks very much firely. Do i replace $style with anything? or just leave it like that? and how do i then see the skin? by going to index.php?styleid=$number
? thanks alot.

Admin
05-03-2002, 12:23 PM
Yup.

Robouk5
05-03-2002, 08:23 PM
sorted, thanks again, great help =)

Liz
04-07-2003, 12:46 AM
How exactly are they supposed to be linked to it? Since it's supposed to be secret?