XF 1.5 Is it possible to add a userbanner on someone without adding to a usergroup?

Blast

Active member
- I want to give User A a userbanner or the thing below the avatar.
- Is it possible that I give him a banner without adding him to another group>?
 
Is there a particular reason you don't want to create another user group? Generally they can just be used for such user styling things without permissions then just add it as a secondary group.

But other than that, you could do a template conditional.
 
Is there a particular reason you don't want to create another user group? Generally they can just be used for such user styling things without permissions then just add it as a secondary group.

But other than that, you could do a template conditional.
This was supposed to be an award for an individual.
 
one way is to create a new custom user field called "award"
upload_2016-2-9_16-37-38.webp
also tick "viewable in message user info"

I have mine unticked cause I use a conditional on the "message_user_info" template.
have it only editable by mod then for value display:
<img src="{$value}"/>

another way is to edit the message_user_info template directly with a conditional.
 
Last edited:
I'm not sure but, although it's only for one person, you could have done it via a user group by now. It would take less than a minute.
 
Top Bottom