Finn Paragon Joined Mar 26, 2013 Messages 1,056 Reaction score 6 FP$ 1,909 Mar 26, 2013 #1 Hey, how exactly can I code fancy usernames for a mybb forum. I mean like multi-coloured usernames or rainbow usernames and the like Thanks so much
Hey, how exactly can I code fancy usernames for a mybb forum. I mean like multi-coloured usernames or rainbow usernames and the like Thanks so much
Jake Paragon Joined Nov 14, 2010 Messages 2,264 Reaction score 2 FP$ 246 Mar 26, 2013 #2 Create a group "Styled Usernames" or the like. In the group style where it says I believe %username% or something like that (should be similiar)...style it with CSS. For example: Code: <p style="color:thiscolor;font-family:'Thatfont';text-shadow:2px 2px #ff0;">%username%</p> and that's pretty much it. Fairly simple.
Create a group "Styled Usernames" or the like. In the group style where it says I believe %username% or something like that (should be similiar)...style it with CSS. For example: Code: <p style="color:thiscolor;font-family:'Thatfont';text-shadow:2px 2px #ff0;">%username%</p> and that's pretty much it. Fairly simple.
P pandaa Madly Diligent Joined May 28, 2012 Messages 7,866 Reaction score 4 FP$ 1,305 Mar 26, 2013 #3 http://community.mybb.com/thread-119359.html You can also find cool shimmering images and put them behind the username. It's just HTML code, so you can do whatever you want really. 🙂
http://community.mybb.com/thread-119359.html You can also find cool shimmering images and put them behind the username. It's just HTML code, so you can do whatever you want really. 🙂