the title it says...
How do i put badges in every ranks? is there or none?
or is there other way to have this kind of features?
thanks and Godbless 
How to add badges in every ranks?
Posts 1 to 8 of 8
Share12018-08-15 07:11:23
Share22018-08-15 15:27:34
MaiaArya
Hello, try this.
Install in
Admin options --> HTML footer
<style>
li.pa-zwezda {
position:relative;
z-index:100;
margin-top:-5px;
margin-bottom:-0px;
margin-left: 3px;
color:red;
}
li.pa-zwezda img{
width:100px; /* image width */
}
</style><script type="text/javascript">
var MyZwzd=[
"http://uploads.ru/i/s/M/e/sMeRw.png",21,
"http://uploads.ru/i/u/v/q/uvqDR.png",101,
"http://uploads.ru/i/t/8/G/t8Gya.png",501,
"http://uploads.ru/i/j/q/u/jqug5.png",1001,
"http://uploads.ru/i/n/i/I/niIrS.png",5001,
"End"];$(".post-author .pa-posts").each(function () {
var zw=0;zw=$(this).html().replace('Сообщений: ','');zw=Math.floor(zw),ZWleng=MyZwzd.length-2;//alert(MyZwzd[1])
if(zw>=MyZwzd[1]){var L1=[],L2=[],a=false;for(i=0; i<ZWleng; i+=2){j=ZWleng-i;
L1[i/2]=Math.floor(zw/MyZwzd[j]);if(L1[i/2]>0){a=true};L2[i/2]=MyZwzd[j-1];zw=zw-MyZwzd[j]*L1[i/2];}if(a){$(this).parent("ul").children(".pa-title").after('<li class="pa-zwezda"></li>');
for (var i=0; i<L1.length; i++){if(L1[i]>0){var zwzdaImg='<img src="'+L2[i]+'" title="More than '+(MyZwzd[ZWleng-i*2]-1)+' posts!"/>';
for (var x=0; x<L1[i]; x++){$(this).parent("ul").children(".pa-zwezda").append(zwzdaImg);break};break}}}};});
</script>
Red - the image URLs for badges, change numbers to change the amount of posts needed to receive a badge.
Share32018-08-16 05:39:12
MaiaArya
Hello, try this.Install in
Admin options --> HTML footerRed - the image URLs for badges, change numbers to change the amount of posts needed to receive a badge.
Hello sir,
i tried this script, but still no badges appeared. is there something wrong in my picture size? or the script it self?
Share42018-08-16 06:34:05
what i meant sir is looks like this.

or is it possible to have this kind of features in Admin - Ranks then theres a button of upload picture badge 
thank you and more power 
Share52018-09-24 10:02:37
Hello sir, any update about this features? thanks
Share62018-11-11 00:42:29
MaiaArya
Hello, been away. Feature still needed?
Share72018-11-15 13:53:48
MaiaArya
Hello, been away. Feature still needed?
Yes sir, i really need it. Thanks
Share82019-01-19 11:13:41
The code of the ranks does not work, what I would like to do is put image by special group, such as Site Admin and Moderators and not by number of messages.