Page 1 of 1

'Global Moderators' do not show up with a green name

Posted: Fri 2. Oct 2009, 15:11
by MetalRush
I'm glad to say, I am one of those people :mrgreen:
Top notch skin. Number of downloads says it all, I think.
I do have a question though: I installed this skin on my (test-) phpBB3 board, but the 'Global Moderators' do not show up with a green name.
Is it something I overlooked?

Keep up the great work 8-)

Re: ProFormell downloaded over 10000 times

Posted: Fri 2. Oct 2009, 22:36
by Marc
First of all, thank you. ;)

I guess you just somehow changed the global moderators group color or the user's main group is not the global moderator group.

Re: ProFormell downloaded over 20000 times

Posted: Sat 3. Oct 2009, 12:12
by MetalRush
No, not really, Marc.
I left those things as they were... I am merely testing things out.
I put 2 people in the 'Global Admin' -group. But the names are still black instead of green.
The Admin is in red. So that part works...

Re: ProFormell downloaded over 20000 times

Posted: Sat 3. Oct 2009, 12:59
by Marc
Is the Global Admin group their standard group?

Re: ProFormell downloaded over 20000 times

Posted: Sat 3. Oct 2009, 19:28
by MetalRush
Nope... you caught me there :lol:
Problem solved...

But I have another 'bug' for you.
I changed the header-gif.
Since you have 4 different width -pictures, I thought I would play around a little.
I myself use a 1920x1200 resolution. Weird thing is that my browser shows me the 1150x150 header gif and repeats it...
But you also created a 1350 variant... why is that one not 'called' ?

You can see here what I mean: http://www.metalrush.com
Please keep in mind that this is my playground... it could change any minute :mrgreen:

Freunlicher grüß,
Ruud

[EDIT]
Gefunden :mrgreen:

in your /theme/widest.css you refer to

Code: Select all

.headerbar {
	background-image: url("images/header_wider.gif");
	width: auto;
	}
so I changed it to:

Code: Select all

.headerbar {
	background-image: url("images/header_widest.gif");
	width: auto;
	}