Log in

View Full Version : Rank with Image AND Name


Panzer Max
05-16-2006, 03:04 AM
One of the good things about phpBB, you could set up a Rank image and Rank name based on post count.

With vB, for Rank Type, there are two forms to fill in but it seems to be an "either/or" choice,

User Rank File Path OR ____________
you may enter textHTML is allowed ____________

Is there a way I can change vB that will let me assign a Rank name AND image associated with a post count? Thanks

peterska2
05-16-2006, 03:10 AM
hmmm, a quick and dirty way would be to use the user ranks to specify the images and user titles based on postcounts to display the text.

Panzer Max
05-16-2006, 03:20 AM
Right, but that would mean coodinating two sets of data, right? Getting the Title to show the name and the Rank to show the Image, one would need to make sure they were always in synch... and adding a new "rank" would mean shuffling both the Rank and Title manager.

Anyone ever use phpBB? They got this part right :)

Hmmm... I see I can add some html in the title edit:
Name<BR><img src="http://www.domain.com/forumlocation/image.jpg"> :banana:

peterska2
05-16-2006, 03:25 AM
that would work. make sure you use <br /> not <br> though for comptabilty reasons.