PDA

View Full Version : User ranks - How to display them horizontally as opposed to vertically?


JohnT
07-31-2010, 08:53 PM
When using the vB3 horizontal postbit layout, how do I make it so that multiple user ranks are displayed horizontally, and not vertically?

JohnT
08-07-2010, 11:35 PM
Any help?

BirdOPrey5
08-11-2010, 09:44 PM
I've never actually seen multiple user ranks being displayed and couldn't find the option for it when I quickly looked, but assuming this is something built into vbulletin and not a mod search the php files for: "$post[rank]"
In one of those files should be a line where it builds the ranks, look for "<br>" or "<br />" and replace it with just a comma and a space... ", "

I'm just thinking out loud here, never tried or cared about this myself.