XF 1.2 User Group/Staff Banners

In XenForo 1.1, if you want to customize the display of certain users, you're generally limited to user titles and user name styling. However, sometimes this isn't flexible or clear enough. Sometimes you want to be able to draw attention to multiple things for a single user.

Enter user group banners:

ss-2013-05-29_14-57-28.webp


Banners can be configured per user group:

ss-2013-05-29_14-58-30.webp


(I am aware of the first banner on the second column having its top border wrapped back. This is a browser issue that we're looking into.)

You'll note that this set up is similar to how thread prefixes are configured. You can use custom CSS classes to completely change the display of banners (such as by replacing them with images).

I've demonstrated that you can have more than one banner displaying simultaneously. By default, they'll be displayed in the display style group order (highest first). If the user is a staff member, that banner will take priority.

You can disable this option and configure a few different options (globally):

ss-2013-05-29_15-01-15.webp

You'll also note that you have the option to override standard user titles with banners.

These banners are primarily displayed on messages, but they're also shown on profiles. There is a simple template helper function that can be used to display them anywhere.
 
awesome,
Would I be able to do this?
Example: my members are nationwide and I like to put which chapter they belong too, like from Texas Chapter / San Diego Chapter and so on.. Can I do this with this 1.2 upgrade?
 
Very excited!

Apologies if this has been asked, will the banner GFX be accessible in a way other than extra.css or swapping/overwriting them?

Will it be or is it a sprite grid?
 
You can only define them manually via extra.css. The system looks nearly identical to Prefixes. If you want them as a sprite, I can't see why you couldn't do it within extra.css. (y)
 
Spent so much time developing this for my own forum! Too bad, but mine gives the ability to set up individual user banners (by automatically manipulating custom user fields). Is this part of the 1.2 banners feature?
 
Top Bottom