Remove rank name when having a rank image

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Re: Remove rank name when having a rank image

Post by Steve »

heredia21 » 15 Apr 2010, 04:12 wrote:Pretty tricky huh
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

Post 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

Post by Steve »

no it works honest
one.PNG
2.PNG

Re: Remove rank name when having a rank image

Post by heredia21 »

Steve© » 15 Apr 2010, 11:23 wrote:
heredia21 » 15 Apr 2010, 04:12 wrote:Pretty tricky huh
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.