Read before updating: How to Update Kunena Templates - More detail

Bug color legend

O Topic Author
New Member New Member
oni's Avatar
oni
  • Posts: 17
  • Thanks: 2

Bug color legend

14 years 9 months ago - 14 years 9 months ago
#7
I don't know if a bug bat the color legend are all same color

Legend :: Site Administrator, Global Moderator, Moderator, User, Guest
Last edit: 14 years 9 months ago by oni.

Please Log in or Create an account to join the conversation.

O Topic Author
New Member New Member
oni's Avatar
oni
  • Posts: 17
  • Thanks: 2

Re: Re: Bug color legend

14 years 9 months ago
#9
The different types of users have the same color

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Re: Bug color legend

14 years 9 months ago
#10
Ok Man,

I'll fix it and update new version today. Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Re: Bug color legend

14 years 9 months ago
#11
@Oni,

We have just released new version and a update package. Click the Update menu to view change log.
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

O Topic Author
New Member New Member
oni's Avatar
oni
  • Posts: 17
  • Thanks: 2

Re: Re: Bug color legend

14 years 9 months ago - 14 years 9 months ago
#12
I have update but this problem is not fix

Attachments:

Last edit: 14 years 9 months ago by oni.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Re: Bug color legend

14 years 9 months ago
#13
Thanks for report,

We'll fix it in next version, but i have quick fix for you:

Open the kunena.forum-min.css and goto about line 350, replace the CSS code following:
Code:
/* COLOR ADMINISTRATOR AND MODERATOR ----------------------------------------------------------------------------------------------- */ #Kunena .kwho-admin { } #Kunena .kwho-globalmoderator { } #Kunena .kwho-moderator { } #Kunena .kwho-user { } #Kunena .kwho-guest { } #Kunena .kwho-banned { } #Kunena .kwho-blocked { }

by
Code:
/* COLOR ADMINISTRATOR AND MODERATOR ----------------------------------------------------------------------------------------------- */ #Kunena .kwho-admin { color: #c00; } #Kunena .kwho-globalmoderator { color: #dd6d14; } #Kunena .kwho-moderator { color: #3b8111; } #Kunena .kwho-user { color: #069;} #Kunena .kwho-guest { color: #B88B30; } #Kunena .kwho-banned { color: #000; } #Kunena .kwho-blocked { color: #999; }

Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore

Please Log in or Create an account to join the conversation.

O Topic Author
New Member New Member
oni's Avatar
oni
  • Posts: 17
  • Thanks: 2

Re: Re: Bug color legend

14 years 9 months ago
#14
Now the color legend is good bat my nickname online is same color other user.

My color should be red as an administrator, but are orange.
Yet on the forums are set up as administrator.

Please Log in or Create an account to join the conversation.

ntstore's Avatar
Administrator Administrator
  • Posts: 1213
  • Thanks: 240

Re: Re: Bug color legend

14 years 9 months ago
#16
Hi Oni,

Sorry for this delay.

I have a solution for you. You can add the "!important" after color tag.
Code:
/* COLOR ADMINISTRATOR AND MODERATOR ----------------------------------------------------------------------------------------------- */ #Kunena .kwho-admin { color: #c00 !important; } #Kunena .kwho-globalmoderator { color: #dd6d14 !important; } #Kunena .kwho-moderator { color: #3b8111 !important; } #Kunena .kwho-user { color: #069 !important;} #Kunena .kwho-guest { color: #B88B30 !important; } #Kunena .kwho-banned { color: #000 !important; } #Kunena .kwho-blocked { color: #999 !important; }

I tried and it worked very well.

Thanks
Hung Pham
Email: 9themestore@gmail.com
Twitter: @9themestore
The following user(s) said Thank You: oni

Please Log in or Create an account to join the conversation.

O Topic Author
New Member New Member
oni's Avatar
oni
  • Posts: 17
  • Thanks: 2

Re: Re: Bug color legend

14 years 9 months ago
#17
Thank now working all very good.

Please Log in or Create an account to join the conversation.

O Topic Author
New Member New Member
oni's Avatar
oni
  • Posts: 17
  • Thanks: 2

Re: Re: Bug color legend

14 years 8 months ago - 14 years 8 months ago
#105
This fix are not on latest version theme 1.0.2

Olso there is a bug for the tag list

Here the bug
  • Test 1
  • test2
  • test3

I have fix Line 1401 kunena-forum-min.css

#Kunena div.kmsgbody div.kmsgtext ul > li { list-style-type: disc; margin-left: 20px; }

I have insert margin-left: 20px;

I don't know if is a good fix

:P
Last edit: 14 years 8 months ago by oni.

Please Log in or Create an account to join the conversation.

Time to create page: 0.274 seconds