Though as you say, outside the scope of the mod you created.

Foul
I do understand that what I'm asking is outside the scope of this mod. As you said, the name itself is more than a clue.Oyabun1 wrote:Group ranks are outside the scope of this MOD (the name should be a clue to that) and it depends on where you want the group ranks to show. This code, Re: Display Group under Username, should work for the memberlist. However, any questions or comments related to that code should be made in that topic.
I use it and it works for me (I use rank images though)FoulFoot wrote:I believe it's here: viewtopic.php?f=70&t=742015
I can't confirm whether it works or not -- I never installed it because it only displays rank images, and I use text ranks.
Foul
/styles/prosilver/template/viewtopic_body.html
you could try replacing Code: Select all
<!-- IF postrow.RANK2_TITLE or postrow.RANK2_IMG --><dd>{postrow.RANK2_TITLE}<!-- IF postrow.RANK2_TITLE and postrow.RANK2_IMG --><br /><!-- ENDIF -->{postrow.RANK2_IMG}</dd><!-- ENDIF -->
<!-- IF postrow.RANK3_TITLE or postrow.RANK3_IMG --><dd>{postrow.RANK3_TITLE}<!-- IF postrow.RANK3_TITLE and postrow.RANK3_IMG --><br /><!-- ENDIF -->{postrow.RANK3_IMG}</dd><!-- ENDIF -->
Code: Select all
<!-- IF postrow.RANK2_IMG --><dd>{postrow.RANK2_IMG}</dd><!-- ENDIF -->
<!-- IF postrow.RANK3_IMG --><dd>{postrow.RANK3_IMG}</dd><!-- ENDIF -->
I have install this mod on phpbb 3.0.11, and it is what I have been looking for! I see there is a way to add more then 3. I am confused on what files need editing to add more. Does I just need to uninstall it and edit the multiple_ranks_install.php arrays then reinstall it via automod?* What if I want more than 3 ranks? Well, it's fairly easy: just copy-paste the sections that mention ranks 2 and 3 and renumber them to as many as you want to add. This may not be easy if coding is absolute chaos to you. But a lot of people already successfully did it.
common.css
for whichever style you are using.