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.

Name Change Question.

2 posters

Go down

In progress Name Change Question.

Post by UltimateShinobi April 29th 2012, 12:00 pm

One of my members wants to have the strike feature through his name if possible, I was wondering if there was a way I could do this. For example:

Yujiro

Thanks in advance.
UltimateShinobi
UltimateShinobi
Forumember

Male Posts : 118
Reputation : 0
Language : English
Location : Australia

http://www.ultimateshinobi.org/forum

Back to top Go down

In progress Re: Name Change Question.

Post by UltimateShinobi May 1st 2012, 10:22 am

Bump?
UltimateShinobi
UltimateShinobi
Forumember

Male Posts : 118
Reputation : 0
Language : English
Location : Australia

http://www.ultimateshinobi.org/forum

Back to top Go down

In progress Re: Name Change Question.

Post by Jophy May 1st 2012, 10:38 am

Hello,

I don't think this is possible yet with usernames, I've done it with my test forum, the code:
Code:
<strike></strike>
won't work for usernames, but it works on rank names Wink

I've done a few searches about it:
https://help.forumotion.com/t78207-strike-in-user-name?highlight=Strike
https://help.forumotion.com/t71153-how-to-strike-a-banned-user?highlight=Strike
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: Name Change Question.

Post by Guest May 1st 2012, 11:50 am

Hi!

Add to CSS Stylehseet:
Code:
a[href="USERLINK"]{
text-decoration: line-through !important;
}
Be sure you replaced USERLINK with the url of member's profile. An example:
Code:
a[href="/u1"]{
text-decoration: line-through !important;
}

It's simple, right? Cool
avatar
Guest
Guest


Back to top Go down

Back to top


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