Image rank without the text rank

Post Reply
User avatar
BeKh4t
Donor
Posts: 8
Joined: Thu Dec 29, 2011 8:58 pm

Image rank without the text rank

Post by BeKh4t »

Hello

I don't find how to hide the text of a rank. I would show only the image of the rank, as on the board LMO.
I use Bluespace.
What is the trick please ? :)
Last edited by BeKh4t on Tue Feb 26, 2013 10:30 am, edited 2 times in total.


User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Image rank without the text rank

Post by spaceace »

phpbb has it set that way. i changed the templates here to only show the image.

open viewtopic_body.html

find
Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
replace with
Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><br /><dd><!-- IF not postrow.RANK_IMG -->{postrow.RANK_TITLE}<!-- ELSE -->{postrow.RANK_IMG}<!-- ENDIF --></dd><!-- ENDIF -->
Last edited by spaceace on Tue Feb 26, 2013 10:30 am, edited 2 times in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
BeKh4t
Donor
Posts: 8
Joined: Thu Dec 29, 2011 8:58 pm

Re: Image rank without the text rank

Post by BeKh4t »

Yes ! Thank you very much Spaceace. It works perfectly ! :)
Last edited by BeKh4t on Tue Feb 26, 2013 10:30 am, edited 2 times in total.

Post Reply