Home Uncategorized Putting Ranks on avatar in phpbb3

Putting Ranks on avatar in phpbb3

0
Putting Ranks on avatar in phpbb3
Putting Ranks on avatar in phpbb3

If you are using the phpbb3 forum and you are not satisfied with the position of the Ranks, you can put the ranks on the avatar. In our example, the prosilver theme is handled (I didn’t like the other themes for some reason)

/styles/prosilver/template/viewtopic_body.html Let’s open the

file and find the following codes:

{postrow.POSTER_AVATAR}{postrow .POSTER_AVATAR}
{postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} {postrow.RANK_TITLE}
{ postrow.RANK_IMG}  

Replace with the following

{postrow.RANK_TITLE}
{postrow.RANK_IMG} {postrow.POSTER_AVATAR}{postrow.POSTER_AVATAR} {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL }  

Velociraptor

LEAVE A REPLY

Please enter your comment!
Please enter your name here