Jump to content
WebFlake
  • 0

Making rank badges smaller ??


Guest Shenmue

Question

Guest Shenmue

Here'e what my site rank badges look like there to big without having to make them all small in photoshop or wherever is there a way to change the code of them to down scale them or not ??
 

Posted Image

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

No need for Photoshop at all. You can use http://imgur.com/, or HTML. It's easier if you just resize though.


ACP -> Look & Feel -> Your Skin -> userInfoPane.

Find this:

           	 <img src='{$author['member_rank_img']}' alt='' />

 

Replace with:

           	 <img src='{$author['member_rank_img']}' alt='' width="SomeHeight" height="SomeHeight"/>

 

Note: This will change the rank badges for all groups.

Need some IPB, MyBB, or HTML/CSS work done? Check out my thread!
:smiley:

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...