2014-07-16, 11:37 PM
2014-07-17, 03:01 PM
It is possible, but then you have to edit postbit, boardstats, and memberpfoiles and all other crap.
2014-07-17, 03:32 PM
It Depends on the member's group
ACP > Members & Groups > Groups > choose the group that you want >Username Style
Here your able to use html for example
Username
And if you want the username style to appear everywhere for example moderated by , use this plugin
https://github.com/lukasamd/MyBB-Style_Usernames
ACP > Members & Groups > Groups > choose the group that you want >Username Style
Here your able to use html for example
<font color=red><b><i>{username}</i></b></font>
and it will appear like thisUsername
And if you want the username style to appear everywhere for example moderated by , use this plugin
https://github.com/lukasamd/MyBB-Style_Usernames
2014-07-17, 03:49 PM
(2014-07-17, 03:32 PM)MuhammedSuleiman Wrote: [ -> ]It Depends on the member's groupHe just want that for a specific user, not all the users. So thats why he is asking if its possible to do this by doing php in templates, like this:
ACP > Members & Groups > Groups > choose the group that you want >Username Style
Here your able to use html for example
and it will appear like this<font color=red><b><i>{username}</i></b></font>
Username
And if you want the username style to appear everywhere for example moderated by , use this plugin
https://github.com/lukasamd/MyBB-Style_Usernames
<if $memprofile['uid'] == UIDHERE then>Custom username, or whatever..<else>{something}</if>
Memberprofile<if $post['uid'] == UIDHERE then>Custom username, or whatever..<else>{something}</if>
Postbit2014-07-17, 11:51 PM
ok so can u say where or which all templates i must replace this :3 or just make a tut please xD