XF2 Add-on AndyB - Thread starter user banner 1.4 - Xenforo Add-Ons

virgilio183

Well-known member
Pro
Master
Diamond
Elite
Joined
May 16, 2021
Messages
25,859
Reaction score
30,127
Points
113
NullCash
587,799
Description:
Displays thread starter user banner.

(Example of Thread starter user banner)
pic001.jpg

Features:

All phrases start with threadstarteruserbanner_ for your convenience.

Styling the banner:
If you would like to change the color of the banner, you can add this to your extra.less:



Code:
Less:   
       // thread starter user banner
.thread-starter-user-banner {
background-color: @xf-paletteAccent2 !important;
color: @xf-paletteNeutral1 !important;
}


Compatible XF Versions: 2.0 , 2.1 , 2.2
 

Attachments

  • Andy-ThreadStarterUserBanner-1.4.zip
    15.8 KB · Views: 0
Top