[SNIPPET] Color Rank Title with user color

Mixed forum with phpBB code snippets
Guides and styles

[SNIPPET] Color Rank Title with user color

Post by Stoker »

Color Rank Title with user color

Just a little extra color in the mini profiles in topics.
Gives the rank title the same color as the username

Open: styles/prosilver/template/viewtopic_body.html
Find: <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd
Add, right after with no space: {% if postrow.POST_AUTHOR_COLOUR %} style="color: {{ postrow.POST_AUTHOR_COLOUR }}"{% endif %}
Save, upload and purge cache


Screenshot.png


Need a stylesheet for adding extra styling? No need to edit phpBB core!
You can use the Add CSS EXT
You do not have the required permissions to view the files attached to this post.
Last edited by Stoker on 10 May 2025, 09:58, edited 2 times in total.