Hide rank names
Posted: 17 Jul 2010, 09:47
Rank names are shown somewhere near the rank image. That is not very useful, as special ranks images have rank title written on them, and regular rank images, based on post number, are informative enough for themselves.
Open styles/prosilver/template/viewtopic_body.html
Find:
Replace with:
Open styles/prosilver/template/memberlist_view.html
Find and delete:
I believe those are all files needed for removing rank titles.
Subsilver instructions coming soon.
Open styles/prosilver/template/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 -->
Code: Select all
<!-- IF postrow.RANK_IMG --><dd><!-- IF postrow.RANK_IMG --><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Find and delete:
Code: Select all
<!-- IF RANK_TITLE --><dd style="text-align: center;">{RANK_TITLE}</dd><!-- ENDIF -->
Subsilver instructions coming soon.