Xenforo 2.1 How to put custom badge in members profile

prvtzone

eleaks.to
Registered
Joined
Jul 29, 2019
Messages
122
Points
53

Reputation:

Untitled.png
2.png


How to add these badges just like i have added Contributor and Administrator?
Step 1. Go to Extra.less and put this code at the bottom.
Code:
.admin-badge {
background-image: url('https://YourWebsite.com/badges/admin.png');
background-repeat: no-repeat;
background-position: center top;
padding-top:42px;
text-align: center top;
}
Replace the background image url with the image url of your badge.

Step 2. Go to Usergroups > Administrative > Other, using custom CSS class name
Put this code
Code:
admin-badge

Done!!
 

Paradox

Darknet Spy
Registered
Joined
Apr 7, 2020
Messages
39
Points
8

Reputation:

View attachment 13895 View attachment 13896

How to add these badges just like i have added Contributor and Administrator?
Step 1. Go to Extra.less and put this code at the bottom.
Code:
.admin-badge {
background-image: url('https://YourWebsite.com/badges/admin.png');
background-repeat: no-repeat;
background-position: center top;
padding-top:42px;
text-align: center top;
}
Replace the background image url with the image url of your badge.

Step 2. Go to Usergroups > Administrative > Other, using custom CSS class name
Put this code
Code:
admin-badge

Done!!
prvtzoneHow about background like on second inage
 

prvtzone

eleaks.to
Registered
Joined
Jul 29, 2019
Messages
122
Points
53

Reputation:

I am using addons to put covers on user profiles.
Here are some examples .
 

Attachments

  • Untitled.png
    Untitled.png
    32.9 KB · Views: 110
  • Untitled1.png
    Untitled1.png
    121.8 KB · Views: 111

prvtzone

eleaks.to
Registered
Joined
Jul 29, 2019
Messages
122
Points
53

Reputation:

@Paradox
it will be seen in member tooltip and members profile. and users can also put covers on the threads.
 

Verss

Custom Developer
Collaborate
Registered
Joined
Apr 21, 2019
Messages
133
Points
53

Reputation:

lol wat this is really simple tutorial that there is already a tutorial like this
 

Verss

Custom Developer
Collaborate
Registered
Joined
Apr 21, 2019
Messages
133
Points
53

Reputation:

any version that is 2 will work
 
Top