Double Admin tag

For support and discussion related to templates and themes in phpBB 3.3.
User avatar
karado58
Registered User
Posts: 82
Joined: Wed Aug 17, 2005 4:06 pm

Double Admin tag

Post by karado58 »

Hello,

How do I disable the double label under the users avatar?
I would like to disable the gray label, please.
Thanks.
double.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
Mannix_
Registered User
Posts: 2003
Joined: Sun Oct 25, 2015 2:56 pm
Name: Matt

Re: Double Admin tag

Post by Mannix_ »

You can add this little css

Code: Select all

.profile-rank {
	font-size: 0;
}
or edit viewtopic_body.html
change

Code: Select all

<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
to

Code: Select all

<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank">{postrow.RANK_IMG}</dd><!-- ENDIF -->
Did I helped You? Consider a donation.
New version of phpBB has been released? My styles aren't validated for it yet? Check my page for the latest downloads!
User avatar
Talk19Zehn
Registered User
Posts: 886
Joined: Tue Aug 09, 2011 1:10 pm

Re: Double Admin tag

Post by Talk19Zehn »

Yes, either that suggestion or simpler rank images are enough to realise your goal, and can also be successful. Sometimes less is more ..., - the goal is crucial for all groups ....
Take perhaps a look at ranks untilted ....

Best regards

Return to “[3.3.x] Styles Support & Discussion”