Nimbuzzmasters forum
nwlve HI   GUEST nwlve
WELCOME TO NIMBUZZ MASTERS FORUM
PLEASE   REGISTER

TO
Dzs HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF Dzs
Grp
STAY WITH US THANK YOU
Forum management ©️
Mzs
Nimbuzzmasters forum
nwlve HI   GUEST nwlve
WELCOME TO NIMBUZZ MASTERS FORUM
PLEASE   REGISTER

TO
Dzs HAVE FULL ACCESS TO THE FORUM AND BE ABLE TO DOWNLOAD STUFF Dzs
Grp
STAY WITH US THANK YOU
Forum management ©️
Mzs
Nimbuzzmasters forum

The forum of the nimbuzz forums


You are not connected. Please login or register

 
 

IPB Reputation v1

Message (Page 1 of 1)

#1

TOP-CODER

TOP-CODER
 
Management team
Management team

Posted Sun Apr 09, 2017 11:00 pm

 

*
POPULAR

IPB Reputation v1 Repute10

Administration Panel → Modules → HTML & Javascript → Javascript codes management


Name: Reputation Style IPB
Placement: In the Topics

Punbb
Code:
$(document).ready(function() {
$(".pun .post .user").each(function(){
$(this).html($(this).html().replace(/<span class="label/g,'<dd><div class="post_field"><span class="label'));
});
$('.user-info .post_field:contains("Reputation")').each(function() {
var rep = $(this).text().match(/\d+/g);
$(this).addClass('reputation');
$(this).append('<span class="title" style="font-weight:normal"></span>');
if(rep == 0) {
        $(this).find('.title').text('Neutral');
        $(this).addClass('zero');
}
else if(rep >= 1 && rep < 5) {
        $(this).find('.title').text('Member');
}
else if(rep >= 5 && rep < 10) {
        $(this).find('.title').text('Active Member');
}
else if(rep >= 10) {
        $(this).find('.title').text('Excellent');
}
});
});


Phpbb3

Code:
$(document).ready(function() {
$(".postprofile dl").each(function(){
$(this).html($(this).html().replace(/<span class="label/g,'<dd><div class="post_field"><span class="label'));
});
$('.postprofile dl .post_field:contains("Reputation")').each(function() {
var rep = $(this).text().match(/\d+/g);
$(this).addClass('reputation');
$(this).append('<span class="title" style="font-weight:normal"></span>');
if(rep == 0) {
        $(this).find('.title').text('Neutral');
        $(this).addClass('zero');
}
else if(rep >= 1 && rep < 5) {
        $(this).find('.title').text('Member');
}
else if(rep >= 5 && rep < 10) {
        $(this).find('.title').text('Active Member');
}
else if(rep >= 10) {
        $(this).find('.title').text('Excellent');
}
});
});

Phpbb2

Code:
$(document).ready(function() {
$(".post .row1 .postdetails").each(function(){
$(this).html($(this).html().replace(/<span class="label/g,'<dd><div class="post_field"><span class="label'));
});
$('.post .row1 .postdetails .post_field:contains("Reputation")').each(function() {
var rep = $(this).text().match(/\d+/g);
$(this).addClass('reputation');
$(this).append('<span class="title" style="font-weight:normal"></span>');
if(rep == 0) {
        $(this).find('.title').text('Neutral');
        $(this).addClass('zero');
}
else if(rep >= 1 && rep < 5) {
        $(this).find('.title').text('Member');
}
else if(rep >= 5 && rep < 10) {
        $(this).find('.title').text('Active Member');
}
else if(rep >= 10) {
        $(this).find('.title').text('Excellent');
}
});
});

Invision

Code:
$(document).ready(function() {
$(".postprofile .postprofile-details.postdetails").each(function(){
$(this).html($(this).html().replace(/<span class="label/g,'<dd><div class="post_field"><span class="label'));
});
$('.postprofile .postprofile-details.postdetails .post_field:contains("Reputation")').each(function() {
var rep = $(this).text().match(/\d+/g);
$(this).addClass('reputation');
$(this).append('<span class="title" style="font-weight:normal"></span>');
if(rep == 0) {
        $(this).find('.title').text('Neutral');
        $(this).addClass('zero');
}
else if(rep >= 1 && rep < 5) {
        $(this).find('.title').text('Member');
}
else if(rep >= 5 && rep < 10) {
        $(this).find('.title').text('Active Member');
}
else if(rep >= 10) {
        $(this).find('.title').text('Excellent');
}
});
});

Administration Panel → Display → Pictures & Colors → CSS


Code:
.reputation {
  background-color: rgb(141, 177, 62)!important;
  background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
  border-radius: 3px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
  margin: 0 auto;
  margin-bottom: 3px;
  padding: 3px 7px;
  max-width: 125px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
  background-position: 0px 1px;
  background-repeat: repeat no-repeat;
}
.reputation.zero {
  background-color: rgb(16, 16, 16)!important;
  color: rgb(255, 255, 255);
}

Spoiler:



http://www.hackersw0rld.tk


#2

AYSHA

AYSHA
 
Administrator
Administrator

Posted Mon Apr 10, 2017 8:14 pm

 
[You must be registered and logged in to see this link.]


Thankz [You must be registered and logged in to see this link.]



http://Www.ayshas.malware-site.www


#3

~(C)r!m!na(l)~

~(C)r!m!na(l)~
 
Management team
Management team

Posted Wed Apr 12, 2017 10:05 am

 
Nice brother





#4

-Boy19-

avatar
 
Member
Member

Posted Sat Apr 15, 2017 7:54 pm

 
Nice bro You





#5

Sponsored content


 

Posted

 





Message (Page 1 of 1)

Permissions in this forum:
You cannot reply to topics in this forum


  • Total Posts:
  • Total Members:
  • Newest Member:
  • Most Online: Most users ever online was 583 on Thu Oct 14, 2021 1:28 am

In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None