I think you can download them from cdb along with svg forum icons so he is free to use themHiFiKabin wrote: Fri Dec 27, 2019 11:43 am I don't know if you are using that rank image as an example or that you are actually going to use them on your board. If the second is correct, then please be aware that they were designed especially for phpBB.com by Hanakin and you should seek his permission before you can use them elsewhere.
I used it as an exampleHiFiKabin wrote: Fri Dec 27, 2019 11:43 am I don't know if you are using that rank image as an example or that you are actually going to use them on your board. If the second is correct, then please be aware that they were designed especially for phpBB.com by Hanakin and you should seek his permission before you can use them elsewhere.
Code: Select all
.rank-img img {
width: your width in px;
}
Code: Select all
.rank-img img {
width: 160px;
}
open viewtopic_body.html find
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 -->
Code: Select all
<!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd class="profile-rank rank-img">{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->
Why?
ACP / Users and groups / Manage ranks
and add the image previously saved in ./images/ranks/
to the rank.I missed that point sorry
Code: Select all
.profile-rank img {
width: 160px;
}