Page 2 of 2
Re: Remove rank name when having a rank image
Posted: 15 Apr 2010, 11:23
by Steve
try this relacement instead:
Code: Select all
<!-- IF postrow.RANK_IMG --><dd>{postrow.RANK_IMG}</dd><!-- ELSE --><dd>{postrow.RANK_TITLE}</dd><!-- ENDIF -->
tested works
Re: Remove rank name when having a rank image
Posted: 15 Apr 2010, 14:41
by cisco007
i think i tried that last night and it didn't work, or i think i used <!-- ELSEIF blah, blah -->
Re: Remove rank name when having a rank image
Posted: 15 Apr 2010, 14:48
by Steve
no it works honest
one.PNG
2.PNG
Re: Remove rank name when having a rank image
Posted: 15 Apr 2010, 15:04
by heredia21
Steve© » 15 Apr 2010, 11:23 wrote:
try this relacement instead:
Code: Select all
<!-- IF postrow.RANK_IMG --><dd>{postrow.RANK_IMG}</dd><!-- ELSE --><dd>{postrow.RANK_TITLE}</dd><!-- ENDIF -->
tested works
Incredible! That definately works.