Mr Lucky
Well-known member
My subscribers group get a user banner with text "Subscriber"
However a few wish to make anonymous the fact that they are contributing financially to the forum.
Ideally I would allow them to disable the banner themselves, but I assume that isn't possible (nothing in permissions I can see), is it possible of me to do it. Ideally I would do this on a per user basis so as not to have to create yet another user group.
I have tried this with a group thats or sort of works:
is this the best way if I must do it via a group?
However a few wish to make anonymous the fact that they are contributing financially to the forum.
Ideally I would allow them to disable the banner themselves, but I assume that isn't possible (nothing in permissions I can see), is it possible of me to do it. Ideally I would do this on a per user basis so as not to have to create yet another user group.
I have tried this with a group thats or sort of works:
- User group with higher styling priority
- Banner text
HTML:
- Set the css class name to hidebanner and then set this in extra.less:
-
CSS:
.hidebanner {display:none}
is this the best way if I must do it via a group?