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

English Style Support
Post Reply
User avatar
MetalRush
Mitglied / Member
Mitglied / Member
Posts: 11
Joined: Fri 2. Oct 2009, 15:06
Location: Tiel
Contact:

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

Post 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-)
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: ProFormell downloaded over 10000 times

Post 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.
Image
User avatar
MetalRush
Mitglied / Member
Mitglied / Member
Posts: 11
Joined: Fri 2. Oct 2009, 15:06
Location: Tiel
Contact:

Re: ProFormell downloaded over 20000 times

Post 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...
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: ProFormell downloaded over 20000 times

Post by Marc »

Is the Global Admin group their standard group?
Image
User avatar
MetalRush
Mitglied / Member
Mitglied / Member
Posts: 11
Joined: Fri 2. Oct 2009, 15:06
Location: Tiel
Contact:

Re: ProFormell downloaded over 20000 times

Post 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;
	}
Post Reply