That is because phpbb3 translates some html comments into php and removing that line made the if syntax invalid.
You want rank images but not titles? Or do you not want the ranks to show up at all?
A link can sometimes be helpful for things like this.
If you don't want the ranks to show up at all then don't have any ranks.
If you want the images and not the titles, I don't think theres a setting for this but you can edit viewtopic_body.html:
Find:
Code:
<!-- 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:
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd><!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
If you want the rank titles without an image then don't set an image.
Hope this helps.
_________________




SOTW Judge (Sep 14, 2005 1:38 pm - Feb 06, 2009 8:58 pm)