Quote:
Originally Posted by VenomMaster
I added them to read the genderid from the xml, to use the male/female-pics. Anyways, if there's a possible way to change the things in a way others can choose, (i'm shure there is one), i have to say that i don't kow it
However, it works great for me.
-Venom
|
You would use conditionals in the column template to choose between..
HTML Code:
<if condition="$show_images == 1">
<img src="imagepath/image.jpg">
<else />
<if condition="$show_images == 2">
<img src="imagepath/image.jpg"> $field#
<else />
$field#
</if>
</if>
$show_images would be a equal to a vboptions setting for (0 = off) (1 = image only) (2 = image + class/race etc name).
$field# would be equal to the field for race, class, etc. for the column.
I will add something similar to this in one of the upcoming releases. So, no need to go through the extra work. It's better to simply say, hey Elric can you add a feature for "x" rather than customize something that I would otherwise do.
Thanks,