phpBB Part: Topic
MOD Name: Rank Color & Custom Rank
Author: King Rhyono
MOD Description: Allows users to specify their rank and a color for their rank.
Works with:
- 3.0.0 prosilver and prosilver based templates (not tested on subsilver)
Features:
- Users can define their own rank.
- Users can define their own rank color.
Language: English
Directions:
If you want to use the rank color, add the custom field "rankcolor" in the ACP, make it a "single text field" type.
If you want to use the custom rank, add the custom field "customrank" in the ACP, make it a "single text field" type.
OPEN styles/{your theme}/template/viewtopic_body.html
FIND
- Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG -->
Replace that section with
Rank Color (no user requirements):
Spoiler:
Custom Rank (no user requirements):
Spoiler:
Rank Color and Custom Rank (no user requirements):
Spoiler:
Rank Color if user has posted 100+ times:
Spoiler:
Rank Color if user has posted 100+ times and Custom Rank if user has posted 250+ times:
Spoiler:









