MyBB Community Forums

Full Version: Award icon with border and background
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Award icon with border and background

Go ACP >> Users & Groups >> Manage Awards >> Choose your award or add one

Image / Class

<a href="awards.php?view=9" title=""><img class="Awardstyle1" src="IMAGE"
Replace IMAGE with your icon link

Template Type:Class Template

and save

go ACP >> Templates & Style >> Theme >> Choose your theme >> global.css 
add this
.Awardstyle1 {
    border: 2px solid #fa7c88;
    height: 24px;
    width: 24px;
    border-radius: 15%;
    background: #333;
    padding: 1px;
}
and save
Working fine.
working fine, easy and good! thanks mate.
(2020-02-20, 03:51 PM)Mastersly Wrote: [ -> ]Award icon with border and background

Go ACP >> Users & Groups >> Manage Awards >> Choose your award or add one

Image / Class

<a href="awards.php?view=9" title=""><img class="Awardstyle1" src="IMAGE"
Replace IMAGE with your icon link

Template Type:Class Template

and save

go ACP >> Templates & Style >> Theme >> Choose your theme >> global.css 
add this
.Awardstyle1 {
    border: 2px solid #fa7c88;
    height: 24px;
    width: 24px;
    border-radius: 15%;
    background: #333;
    padding: 1px;
}
and save




HELLO MAN IT WORKS BUT AWARDS NOT SHOWING ON MY PROFILE OR ON MY THREADS.

ITS ONLY AVAILABLE IN   MYWEBSITE.COM/AWARDS.PHP 

ANY IDEA HOW TO MAKE IT SHOW ON YOUR PROFILE.