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.

Tell me how whean a user loging he show's his name .....?

+3
Mike
WHITESABBATH
Base
7 posters

Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Base July 3rd 2011, 11:00 am

Hi, all you need to use is the following code:

Code:
Please welcome our newest member: {FORUMLASTUSERLINK}

That will produce:

Please welcome our newest member: https://help.forumotion.com/u113290

Alternatively, you could also use this:

Code:
Please welcome our newest member: {FORUMLASTUSER}

That will produce:

Please welcome our newest member: Tramtris

The choice is yours. Wink
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by WHITESABBATH July 3rd 2011, 4:34 pm

It will change automatically. place code in your "home page message".
ACP>Display>General>Home page Message>save
WHITESABBATH
WHITESABBATH
Active Poster

Male Posts : 1198
Reputation : 119
Language : English, F-Bombs
Location : Chicago

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Mike July 3rd 2011, 5:12 pm

ACP -> USers and Groups
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Base July 3rd 2011, 5:42 pm

Please do not use bold text as this is reserved for staff only when they moderate, such as this message. Wink

Also see this topic: https://help.forumotion.com/t10988-organizing-groups-colors-in-legend
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by SLGray July 4th 2011, 7:25 am

You can not change just one member's username color, unless you create a group just for one member.
SLGray
SLGray
Administrator
Administrator

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

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

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 4th 2011, 8:40 am

You can! Put this in your CSS.

Code:
a[href="/uUSER ID"]{ 
text-decoration: none !important;
color: COLOUR ID;
font-weight: normal;
}
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 4th 2011, 9:18 am

Did you change what I wrote, like the USER ID?
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 4th 2011, 1:52 pm

Oh, okay. So where it says USER ID, put the user's number.
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Mike July 4th 2011, 4:45 pm

No... If you go to someone's profile it will say their user id at the top, for example on forumotion if i click your name it says:

https://help.forumotion.com/u3601

That means your user id is 3601
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Base July 4th 2011, 5:43 pm

That's right. And you need to paste the whole code:

Code:
a[href="/uUSER ID"]{
text-decoration: none !important;
color: COLOUR ID;
font-weight: normal;
}

You seem to have missed the last bracket... Smile
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Nera. July 5th 2011, 1:00 am

Here.
Insert users ID number and the color code in this code.

Code:
a[href="/uUSER ID"]{
text-decoration: none !important;
color: #COLOR CODE HERE !important;
font-weight: normal;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 5th 2011, 3:48 am

You gotta change this bit:

Code:
a[href="/uUSER ID"]{
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 5th 2011, 8:25 am

So, go to their profile and the number is their ID.
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 5th 2011, 9:13 am

Hold on, I will get some screenies.

Spoiler:

Spoiler:


Last edited by mgt98 on July 5th 2011, 9:20 am; edited 1 time in total (Reason for editing : Screenies Added)
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Gangstar15 July 5th 2011, 9:33 am

I think he wants to change all members username's color Very Happy
Gangstar15
Gangstar15
Forumember

Female Posts : 392
Reputation : 163

http://www.designdrops.net/

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by mgt98 July 5th 2011, 9:40 am

Well, without making a group, that's alot of code inputting.
mgt98
mgt98
Forumember

Male Posts : 344
Reputation : 45
Language : English

Back to top Go down

In progress Re: Tell me how whean a user loging he show's his name .....?

Post by Nera. July 5th 2011, 12:30 pm

Ali Lol
Try with this, write your code in it.
Code:
a.gen, a.genmed, a.gensmall {
    color: #WRITE YOUR CODE HERE;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


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