The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Usergroup non-bold colored

5 posters

Go down

Usergroup non-bold colored Empty Usergroup non-bold colored

Post by 200Modz 23/9/2012, 23:37

Hello, I wanna know how to get a usergroup that's colored non-bold.

Heres my image: Usergroup non-bold colored 17YGn

I want registered users to be non-bold font.
200Modz
200Modz
New Member

Male Posts : 3
Reputation : 1
Language : English
Location : USA

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by E-Mad™ 25/9/2012, 02:38

All you have to do is delete the group "registered users" and they will no longer be in bold however they will not have a colorized name. Unless there is some code you can add but I do not know if one is available.
avatar
E-Mad™
Forumember

Posts : 139
Reputation : 2
Language : English

http://www.chat-central.darkbb.com

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by E-Mad™ 25/9/2012, 19:55

Rideem3 wrote:Visit the URL of the registered users group, and copy the pathname in the URL (example: /g1-administrators).

Then go to your CSS StyleSheet, and paste:
Code:
a[href="PATHNAME"] {
font-weight: normal !important;
}

Example of the pathname:
Code:
a[href="/g1-administrators"] {
font-weight: normal !important;
}

Can you or someone else explain this a little clearer?
avatar
E-Mad™
Forumember

Posts : 139
Reputation : 2
Language : English

http://www.chat-central.darkbb.com

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by DarkGlow 26/9/2012, 02:50

Hello,

You have to go to your CSS Stylesheet. You can find it by going to:

ACP > Advanced mode > Display tab > Colors > CSS Stylesheet mini-tab.

Once you're there, you'll notice a list of codes, those are CSS (Cascading StyleSheet) codes that you use to to adjust style & layouts. Scroll to bottom and add this code:

Code:
a[href="PATHNAME"] {
font-weight: normal !important;
}

You see where it says PATHNAME in that code? You have to replace that with the original pathname of your usergroup. You can find it by clicking at your usergroup (found at the bottom of your forum in the legend horizontal list), then looking at the URL, then copy the LAST of it instead of PATHNAME.

EXample: I just clicked at the Forumotion Administrators usergroup on this website and copied the URL I received:

https://help.forumotion.com/g387-forumotion-administrators

All you need is the last of that URL, which is: /g387-forumotion-administrators

You copy it instead of PATHNAME. Here's how it should be:

Code:
a[href="/g387-forumotion-administrators"] {
font-weight: normal !important;
}

NOTE: That was an example to simplify it, you must go to your own forum, click at the usergroup you wish to adjust, copy the last of his URL (as I explained above) instead of PATHNAME.

Good luck.
DarkGlow
DarkGlow
Forumember

Male Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by E-Mad™ 26/9/2012, 05:58

Thank you that does explain it alot more however I would like the names of any user is the un-bold group to be un-bold all over the forum, thats what I was meaning. Sorry to have troubled you, but is there a way to do this?
avatar
E-Mad™
Forumember

Posts : 139
Reputation : 2
Language : English

http://www.chat-central.darkbb.com

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by DarkGlow 26/9/2012, 13:15

Then you do this:

Code:
a[href="/u1"] {
font-weight: normal !important;
}

You see where's "/u1"? Replace it with the last URL once you enter a user's profile page. The user you wish to un-bold.
DarkGlow
DarkGlow
Forumember

Male Posts : 629
Reputation : 92
Language : English | Hebrew | Arabic
Location : Israel

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 4/10/2012, 14:19

DarkGlow wrote:Then you do this:

Code:
a[href="/u1"] {
font-weight: normal !important;
}

You see where's "/u1"? Replace it with the last URL once you enter a user's profile page. The user you wish to un-bold.

Hi! I did this but it showed up only for individual users (/u1). How can do that for all the users?
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 4/10/2012, 21:20

Rideem3 wrote:Use this code:
Code:
a[href="^/u"] {
font-weight: normal !important;
}

Nothing. Maybe i putting it in wrong place...

Here my CSS codes so far, where should i put your code exactly?

Code:
.postprofile, .postprofile dl { text-align: center; }
.postprofile > dl dt { font-size: 2.0em; }
.postprofile dt, .postprofile dd:first-child, .postprofile dd img:first-child
.name {
font-family: Lithos Pro Regular !important;
float: center!important;
text-align: center!important;
position: relative;
}
p em b a.gensmall {
    font-style: normal;
    font-weight: normal;
}
p em {
    font-style: normal;
    font-weight: normal;
}
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 4/10/2012, 22:02

Rideem3 wrote:Oh I gave the wrong codex use this:
Code:
a[href^="/u"] {
font-weight: normal !important;
}

Thank you veeeery very much!!!! You're great! Smile !

Sth else: I have bold usernames only for groups. If i want to give to a specific group, non bold names? Smile ?
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 5/10/2012, 00:14

Rideem3 wrote:You would put this code for each group:
Code:
a span[style="color:COLORHERE"] {
font-weight: bold !important;
}

Replace COLORHERE with the color of that group you entered in the group administration.

Example:
Code:
a span[style="color:black"] {
font-weight: bold !important;
}

@200Modz: Is this topic solved?

Not sure what you mean... Some groups of my site have colours according the RGB code.

I have a group for example with the name "Efetes" (Εφέτες in Greek), and i want to give it a non bold username, which code should i put in the CSS code for this specific group?
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 5/10/2012, 00:20

Rideem3 wrote:What? You said you want to bold specific user groups. All users should be unbolded already.

What is your forum URL?

I said non bold if i remember well... Here: http://twhellas.forumotions.info/forum Only the simple users have non bold names. The groups have although. I need a code/s which gives to a specific group non bold names. Not all of the groups, just some of them please.

Sorry for the trouble...
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 5/10/2012, 00:33

Rideem3 wrote:Oh! So you want specific user groups that appear only on the legend not bolded?

The do this:
Code:
a[href="GROUPURL"] {
font-weight: normal !important;
}

Replace GROUPURL with the pathname of the full group URL.

Nothing... Crying or Very sad ...

Here my CSS code so far:
Code:

.postprofile, .postprofile dl { text-align: center; }
.postprofile > dl dt { font-size: 2.0em; }
.postprofile dt, .postprofile dd:first-child, .postprofile dd img:first-child
.name {
font-family: Lithos Pro Regular !important;
float: center!important;
text-align: center!important;
position: relative;
}
p em b a.gensmall {
    font-style: normal;
    font-weight: normal;
}
p em {
    font-style: normal;
    font-weight: normal;
}
a[href^="/u"] {
font-weight: normal !important;
}
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 5/10/2012, 07:57

Rideem3 wrote:The groups on your forum's legend are already not bold. Do you want to bold them? Because you can't unbold them since they're not even bold.

I meant un-bold in topics. Not only in the legend... Smile ... Sorry.
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 00:49

Rideem3 wrote:The code I gave you before:
Code:
a[href^="/u"] {
font-weight: normal !important;
}

Should make every user (even those in groups) not bolded. Do you want to bold specific groups? Or not bold (which is already happening)?

Ι want to un-bold, specific groups... Smile ...
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 01:05

Rideem3 wrote:All of the users are un bolded already due to that code. No one on your forum should be bold.

Please, take a look on my forum. You will see that the groups (not the simple members) have bolded usernames...
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 01:23

Rideem3 wrote:Oh okay. Then use this:
Code:
a[href="GROUPURL"] .color-groups strong {
    font-weight: normal;
}

Neither that too... Sorry if i put you on troubles...
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 01:33

Rideem3 wrote:Did you replace GROUPURL with the url of the group?

I tried to replace it with full link and with the /g1-group, but nothing...
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 01:37

Rideem3 wrote:What is the group(s) you want to unbold?

People with specific duties...

See my CSS if you wish without your code:

Code:
.postprofile, .postprofile dl { text-align: center; }
.postprofile > dl dt { font-size: 2.0em; }
.postprofile dt, .postprofile dd:first-child, .postprofile dd img:first-child
.name {
font-family: Lithos Pro Regular !important;
float: center!important;
text-align: center!important;
position: relative;
}
p em b a.gensmall {
    font-style: normal;
    font-weight: normal;
}
p em {
    font-style: normal;
    font-weight: normal;
}
a[href^="/u"] {
font-weight: normal !important;
}
.postprofile dd:last-child {
display: none;
}
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 01:45

Rideem3 wrote:No, I'm asking you what groups you want to unbold so that I can give you the code. Wink

I want the admins and the moderators still have bolded usernames, but the other three groups which we have (people with specific duties), to be with un-bolded usernames...
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by SLGray 6/10/2012, 01:54

The link for the groups should have the name of the groups in them.

For example here:
Forumotion Support Moderator
/g4054-forumotion-support-moderators


Usergroup non-bold colored Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Usergroup non-bold colored Empty Re: Usergroup non-bold colored

Post by Alkimachos 6/10/2012, 02:00

slg wrote:The link for the groups should have the name of the groups in them.

For example here:
Forumotion Support Moderator
/g4054-forumotion-support-moderators

Yeah, i tried that but for some reason, some things of the forum distorted, such as the resolution, without see any difference on the group's usernames...

(Check my CSS code if you feel that this it will help you. Smile )
avatar
Alkimachos
Forumember

Posts : 35
Reputation : 1
Language : Greek

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum