Keep custom title, AND add rank images?

Carlos

Well-known member
Is it possible to add a rank image to member card without having it to replace the custom title of said member?

I run a MW2 forum and I'm going to ask my buddy to create a bunch of new MW2 ranks to fit the member card. However, I've been taking a look around the graphics section of xenforo, and I've only gathered that its possible, but the only catch is that it replaces your custom title.
 
Mugwumps are cooler. You should change it to a mugwump forum. Computer games are so last century.
Its not just a computer game. Its a video game, that has pulled a staggering 550 million dollars in the first week of sale. The video game industry is multi-billion dollar one. By now, MW2 sold at least 20 million copies.
 
If you are using HTML in the title to add ranks then you can just make room for both. For example, you can use a title like this:

Code:
TITLE<br />
<img src="PATH/TO/RANK.GIF" />

This can be entered as a title for a group:

Admin CP -> Users -> List User Groups -> [click a group] -> User Title Override
 
Top Bottom