SocialAcademy • Forum

Social Academy Community Support Forum & Free Tutorial's & Skins



SocialAcademy • Forum » Support Section » Ask Question 's & Problems » Solved & Trash Files  →   [archived] Reputation problem

[archived] Reputation problem


    Go to page : 1, 2, 3  Next

  • Please log in to Reply

View previous topic View next topic Go down  Message [Page 1 of 3]

#1

OfflineZeus

Zeus
 
Advance Member
Advance Member

Posted Fri May 30, 2014 6:50 pm

 

*
POPULAR

Details: i use this https://socialacademy.forumotion.com/t111-tutorial-reputation-ipb-style and don't look good
[archived] Reputation problem 32zhvcx
Forum Address: http://help4games.forumz.ro/
Forum Version: phpbb2

http://games-online.forumz.ro/
#2

OfflineJordan Lee

Jordan Lee
 
Forum Helper
Forum Helper

Posted Sat May 31, 2014 9:47 am

 

*
POPULAR

Zeus wrote:[link="/t239-reputation-problem#1451"]Details: i use this https://socialacademy.forumotion.com/t111-tutorial-reputation-ipb-style and don't look good
[archived] Reputation problem 32zhvcx
Forum Address: http://help4games.forumz.ro/
Forum Version: phpbb2

Are you referring to the style?

#3

OfflineZeus

Zeus
 
Advance Member
Advance Member

Posted Sat May 31, 2014 3:06 pm

 
Tommy Lee wrote:[link="/t239-reputation-problem#1653"]
Zeus wrote:[link="/t239-reputation-problem#1451"]Details: i use this https://socialacademy.forumotion.com/t111-tutorial-reputation-ipb-style and don't look good
[archived] Reputation problem 32zhvcx
Forum Address: http://help4games.forumz.ro/
Forum Version: phpbb2

Are you referring to the style?

Yes , i wont to be like here:
[archived] Reputation problem 2u9gxsn

http://games-online.forumz.ro/
#4

OfflineJordan Lee

Jordan Lee
 
Forum Helper
Forum Helper

Posted Sat May 31, 2014 7:19 pm

 
Hello,

I will get in contact with the "Coding Team"

left Coding Team Contacted

Thanks,
Tommy

#5

OfflineJordan Lee

Jordan Lee
 
Forum Helper
Forum Helper

Posted Sat May 31, 2014 8:15 pm

 
Hello,

Here you are:

Code:
$(document).ready(function() {
   
    var repName = 'Reputation';
    var repLv = {
      lv1 : 1,
      lv2 : 2,
      lv3 : 3,
      lv4 : 4,
      lv5 : 5,
      lv6 : 6,
      lv7 : 7,
      lv8 : 8
    };
    var repLvName = {
      lv1 : 'level 1',
      lv2 : 'level 2',
      lv3 : 'level 3',
      lv4 : 'level 4',
      lv5 : 'level 5',
      lv6 : 'level 6',
      lv7 : 'level 7',
      lv8 : 'level 8'
    };
   
    $('.user').each(function() {
      var reg = new RegExp ('.*'+repName+': (\\d+).*');
      var rep = Number($(this).text().replace(reg,'$1'));
      $(this).find('.user-ident').prepend('<div id="repu">');
      if (rep >= repLv["lv1"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv1) }
      if (rep >= repLv["lv2"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv2) }
      if (rep >= repLv["lv3"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv3) }
      if (rep >= repLv["lv4"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv4) }
      if (rep >= repLv["lv5"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv5) }
      if (rep >= repLv["lv6"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv6) }
      if (rep >= repLv["lv7"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv7) }
      if (rep >= repLv["lv8"]) { $(this).find('#repu').html('Reputation: '+rep+'<br>'+repLvName.lv8) }
    });
});

Thanks,
Tommy

#6

OfflineZeus

Zeus
 
Advance Member
Advance Member

Posted Sun Jun 01, 2014 8:11 am

 
[archived] Reputation problem 2yzal9x
nothing

i wont like here:
[archived] Reputation problem 2u9gxsn

with this tutorial but not working good:
[url=]https://socialacademy.forumotion.com/t111-tutorial-reputation-ipb-style[/url]
[archived] Reputation problem 32zhvcx

http://games-online.forumz.ro/
#7

OfflineJordan Lee

Jordan Lee
 
Forum Helper
Forum Helper

Posted Sun Jun 01, 2014 8:15 am

 
Zeus wrote:[link="/t239-reputation-problem#1713"][archived] Reputation problem 2yzal9x
nothing

i wont like here:
[archived] Reputation problem 2u9gxsn

with this tutorial but not working good:
[url=]https://socialacademy.forumotion.com/t111-tutorial-reputation-ipb-style[/url]
[archived] Reputation problem 32zhvcx

Please wait patiently until someone accepts your request

Thanks,
Tommy

#8

OfflineDustin

Dustin
 
Forum Helper
Forum Helper

Posted Sun Jun 01, 2014 8:30 am

 
Hi,

I'm on your forum at the moment trying to find the problem but I don't quite understand.
Do you want the reputation to have the green box around it?

I'm seeing this:

[archived] Reputation problem RFw5dN5

#9

OfflineZeus

Zeus
 
Advance Member
Advance Member

Posted Sun Jun 01, 2014 11:26 am

 
i wont to be like here :
[archived] Reputation problem 2u9gxsn

black for neutral and green for 1 to infinite

i use this tutorial https://socialacademy.forumotion.com/t111-tutorial-reputation-ipb-style but dont look good
[archived] Reputation problem 32zhvcx

look on my forum: http://help4games.forumz.ro/t340-test

http://games-online.forumz.ro/
#10

OfflineDustin

Dustin
 
Forum Helper
Forum Helper

Posted Sun Jun 01, 2014 8:51 pm

 
Hi,

Check out this topic: http://help.forumotion.com/t131888-level-raputation

#11

OfflineSponsored content


 

Posted

 

Message (Page 1 of 3)


    Go to page : 1, 2, 3  Next


Share Topics Url

Url
BBcode
HTML

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

 
  • Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com


Social Academy Forum
© Social Academy 2013-2022