Advanced Reputation System

Started by Fustrate, March 25, 2008, 12:51:10 PM

Previous topic - Next topic

saosangmo

Hi (Ha)²,
Can I setting to minus point per post?
thank you for great work.
-saosangmo

geezmo

Tried to search the thread but can't find the answer to my question.

How do I show the actual negative reputation score of a person with negative reputation?

I noticed that if you have a negative reputation, the score just shows 0. I want to display the actual negative score so that people can differentiate between a person with 1 negative reputation and another one with, say, 15 negative reputation. 

Thanks.

Integer_

How would i get this to work with the original core theme. Not the default theme. It gives errors (test failures, etc.) so i cant actually install it and have it work without the old fashioned Session cant be verified error. Please help

gisfreak

any news bout update to this mod? this is really good mod
Me fail English? That's unpossible.

lostprodigy

Quote from: (Ha)² on March 25, 2008, 12:51:10 PM
Link to Mod



FAQ - Please Read!



  • Why is my reputation at zero? It was higher before I installed this mod!
    Reputation is split into two counts - your points and your power. In a fresh install of the Reputation System, it takes 100 points to get 1 power, which shows in your posts.

  • So what happened to my points?
    They're still there - check your profile. You just had less than 100 points before installing this mod, and the Reputation System rounds power down.

  • How can I give my members points for their posts and topics made before I installed this mod?
    Simple - download GiveReputation.php from the mod's download page, upload it to your forum's root directory, and point your browser to it. Make sure you decide how many points they get per post/topic before starting!

  • What if I just want to give everyone the same amount, not based on posts and topics?
    Using phpMyAdmin or another database management software, execute the following query:
Code (SMF1) Select
UPDATE smf_members
SET karmaGood = 1000, karmaBad = 0
Code (SMF2) Select
UPDATE smf_members
SET karma_good = 1000, karma_bad = 0

  • smf_ is the default SMF db_prefix, yours could be different. Replace 1000 with however many points you want to give people.

  • The box doesn't pop up in a post, or the images don't show!
    First try a hard refresh - press control-shift-r (command-shift-r on a Mac) to clear the old version of the page your computer was keeping. If that doesn't help, make sure the changes were made to the files in your custom theme. SMF 2.0 does this by default, but SMF 1.1 does not. To see the install instructions for your version, go to the mod's download page and click the button next to the version you installed. Choose your SMF version, and press Submit. It will then give you manual install instructions, and you can follow along for each of the files that are in your theme's directory.

  • Can I change the algorithm used to give reputation?
    Although it is technically possible to totally change the way reputation is given, there is no built-in way to change it. Points given are directly related to the power of whoever is giving it to them.

  • Can I use any other karma-based modifications with this one?
    NO! This is the #1 cause of major problems with the reputation system! Since this modification changes so much of how Karma works, it really doesn't play nicely with other karma mods, and could cause some big problems with your site.

More will be added as I see them.



Advanced Reputation System v1.8.2 for SMF 2.0 RC5


Important Instructions!



Before using this mod, uninstall all other Karma-changing mods. This mod changes so much that most other Karma mods will be incompatible.

After installing, go into Configuration > Features & Options > Core Features and make sure Reputation is turned on. Then, go to Members > Permissions > General Permissions and select which membergroups you want to be able to give positive reputation. Click 'Advanced Options' and make sure Add Permission is selected in the bottom left dropdown box. In the bottom right, select 'Can +reputation other users' and click 'Set Permission'. Repeat for 'Can -reputation other users' and 'Disable display of own reputation'. Then select your Moderator groups and give them the permission to 'Delete reputuation actions'.

That's about it! There are a dozen or so settings under Configuration > Figures & Options > Reputation that you can mess around with, and six images that you can change if you feel like it.



One More Thing!



To install this modification in any theme other than Default, please click the box next to "Install in Other Themes" at the bottom of this page and check the applicable themes.


Advanced Reputation System v0.1.5 for SMF 1.1.10


Important Instructions!



Before using this mod, uninstall all other Karma-changing mods. This mod changes so much that most other Karma mods will be incompatible.

After installing, make sure "Enable reputation" is selected in Configuration > Figures & Options > Reputation. Then, go to Members > Permissions and select which membergroups you want to be able to give positive reputation. Make sure "Add Permission" is selected in the bottom left dropdown box. In the bottom right, select "Can +reputation other users" and click "Set Permission". Repeat for "Can -reputation other users" and "Disable display of own reputation". Then select your Moderator groups and give them the permission to "Delete reputuation actions".

That's about it! There are a dozen or so settings under Configuration > Figures & Options > Reputation that you can mess around with, and six images that you can change if you feel like it.

Anyway I could get this to work on SMF RC3? Please get back to me on this :D


Matthew K.

As far as I know, the author is no longer supporting this modification.

Fustrate

He sent me a PM asking if he could release it as BSD - don't know if he ever did that.

By the way, I was looking through the code and I noticed that this operation is removing mem.openid_uri:
Code (Find) Select
mem.openid_uri, mem.birthdate, mem.icq, mem.aim, mem.yim, mem.msn, mem.posts, mem.last_login, mem.karma_good,
Code (Replace With) Select
mem.birthdate, mem.icq, mem.aim, mem.yim, mem.msn, mem.posts, mem.last_login, mem.karma_good, mem.karma_disabled,
Steven Hoffman
Former Team Member, 2009-2012

Matthew K.

I know he wanted to, but as far as I know, he's not been around much.

I can ask him next time I talk to him, saw him briefly last night.

Nick Whetstone

Sorry to everybody. I just have had less than no time to develop this in the last couple of months. I can't modify the package right now, but do w/e you want with it in the meantime (as far as redistributing/modifying it goes).
The artist formerly known as (Ha)²

Former Support Specialist

Please do not solicit support via PM. Here's why!

adInfoRC.net

Hello.

Can I change relation 100->1 ¿? (raputation -> power)

To something smaller?? Like 10 -> 1 or so.

Thanks :D


adInfoRC.net

I found install.php with some code I think could be related to my question:

$smcFunc['db_insert']('ignore',
   '{db_prefix}settings',
   array('variable' => 'string', 'value' => 'string'),
   array(
      array('karmaBarPower', '100'),
      array('karmaBarPoints', '1000'),

Could it be if I change 100 to 1 that 1 karma point will equal 1 power point?

Thanks!

sdkid

Quote from: adInfoRC.net on October 20, 2011, 08:00:18 PM
Hello.

Can I change relation 100->1 ¿? (raputation -> power)

To something smaller?? Like 10 -> 1 or so.

Thanks :D

All of those settings are in the admin settings panel for the mod.  I started with settings VERY low -- at 10 rep points = 1 power point, and 50 rep points = 1 green bar.  Now it is more like 500 rep points = 1 green bar.  Go to your Admin panel.

KensonPlays

Doesn't work with 2.0.1, I get these errors: (too many for me to do manual edits at the moment)


1. Execute Code install.php
    2. Execute Modification ./index.php Test successful    3. Execute Modification ./Themes/default/Display.template.php Test failed     
  1. Replace ./Themes/default/Display.template.php Test successful   
  2. Add After ./Themes/default/Display.template.php Test failed       4. Execute Modification ./Themes/default/Profile.template.php Test successful    5. Execute Modification ./Themes/default/PersonalMessage.template.php Test failed     
  1. Replace ./Themes/default/PersonalMessage.template.php Test failed       6. Execute Modification ./Themes/default/Stats.template.php Test failed     
  1. Add Before ./Themes/default/Stats.template.php Test failed       7. Execute Modification ./Themes/default/Xml.template.php Test successful    8. Execute Modification ./Themes/default/scripts/script.js Test successful   
9. Execute Modification ./Themes/default/style.css File not found    10. Execute Modification ./Sources/Display.php Test successful    11. Execute Modification ./Sources/Karma.php Test successful    12. Execute Modification ./Sources/Load.php Test successful    13. Execute Modification ./Sources/ManageMaintenance.php Test successful    14. Execute Modification ./Sources/ManagePermissions.php Test successful    15. Execute Modification ./Sources/ManageServer.php Test successful    16. Execute Modification ./Sources/ManageSettings.php Test successful    17. Execute Modification ./Sources/Post.php Test failed     
  1. Replace ./Sources/Post.php Test failed   
  2. Replace ./Sources/Post.php Test failed       18. Execute Modification ./Sources/Profile.php Test successful    19. Execute Modification ./Sources/Profile-Modify.php Test successful    20. Execute Modification ./Sources/Profile-View.php Test successful    21. Execute Modification ./Sources/RemoveTopic.php Test successful    22. Execute Modification ./Sources/ScheduledTasks.php Test successful    23. Execute Modification ./Sources/Stats.php Test successful    24. Execute Modification ./Sources/Subs-Members.php Test successful    25. Execute Modification ./Sources/Xml.php Test successful    26. Execute Modification ./Themes/default/Display.template.php Test successful    27. Execute Modification ./Themes/default/languages/Admin.english.php Test successful    28. Execute Modification ./Themes/default/languages/Errors.english.php Test successful    29. Execute Modification ./Themes/default/languages/Help.english.php Test successful    30. Execute Modification ./Themes/default/languages/index.english.php Test successful    31. Execute Modification ./Themes/default/languages/Install.english.php Test successful    32. Execute Modification ./Themes/default/languages/ManageScheduledTasks.english.php Test successful    33. Execute Modification ./Themes/default/languages/ManagePermissions.english.php Test successful    34. Execute Modification ./Themes/default/languages/ManageSettings.english.php Test successful    35. Execute Modification ./Themes/default/languages/Profile.english.php Test successful    36. Execute Modification ./Themes/default/languages/Reports.english.php Test successful    37. Execute Modification ./Themes/default/languages/Stats.english.php Test successful    38. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful    39. Execute Modification ./Themes/default/languages/Admin.english-utf8.php Test successful    40. Execute Modification ./Themes/default/languages/Errors.english-utf8.php Test successful    41. Execute Modification ./Themes/default/languages/Help.english-utf8.php Test successful    42. Execute Modification ./Themes/default/languages/index.english-utf8.php Test successful    43. Execute Modification ./Themes/default/languages/Install.english-utf8.php Test successful    44. Execute Modification ./Themes/default/languages/ManageScheduledTasks.english-utf8.php Test successful    45. Execute Modification ./Themes/default/languages/ManagePermissions.english-utf8.php Test successful    46. Execute Modification ./Themes/default/languages/ManageSettings.english-utf8.php Test successful    47. Execute Modification ./Themes/default/languages/Profile.english-utf8.php Test successful    48. Execute Modification ./Themes/default/languages/Reports.english-utf8.php Test successful    49. Execute Modification ./Themes/default/languages/Stats.english-utf8.php Test successful    50. Execute Modification ./Themes/default/languages/Modifications.english-utf8.php Test successful   
51. Execute Modification ./Themes/default/languages/Admin.turkish.php Skipping file   
52. Execute Modification ./Themes/default/languages/Errors.turkish.php Skipping file   
53. Execute Modification ./Themes/default/languages/Help.turkish.php Skipping file   
54. Execute Modification ./Themes/default/languages/index.turkish.php Skipping file   
55. Execute Modification ./Themes/default/languages/Install.turkish.php Skipping file   
56. Execute Modification ./Themes/default/languages/ManageScheduledTasks.turkish.php Skipping file   
57. Execute Modification ./Themes/default/languages/ManagePermissions.turkish.php Skipping file   
58. Execute Modification ./Themes/default/languages/ManageSettings.turkish.php Skipping file   
59. Execute Modification ./Themes/default/languages/Profile.turkish.php Skipping file   
60. Execute Modification ./Themes/default/languages/Reports.turkish.php Skipping file   
61. Execute Modification ./Themes/default/languages/Stats.turkish.php Skipping file    62. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful    63. Execute Modification ./Themes/default/languages/Admin.turkish-utf8.php Test successful    64. Execute Modification ./Themes/default/languages/Errors.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/Errors.turkish-utf8.php Test failed   
  2. Add Before ./Themes/default/languages/Errors.turkish-utf8.php Test successful       65. Execute Modification ./Themes/default/languages/Help.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/Help.turkish-utf8.php Test failed       66. Execute Modification ./Themes/default/languages/index.turkish-utf8.php Test successful    67. Execute Modification ./Themes/default/languages/Install.turkish-utf8.php Test successful    68. Execute Modification ./Themes/default/languages/ManageScheduledTasks.turkish-utf8.php Test successful    69. Execute Modification ./Themes/default/languages/ManagePermissions.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/ManagePermissions.turkish-utf8.php Test failed   
  2. Add Before ./Themes/default/languages/ManagePermissions.turkish-utf8.php Test successful       70. Execute Modification ./Themes/default/languages/ManageSettings.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/ManageSettings.turkish-utf8.php Test failed   
  2. Replace ./Themes/default/languages/ManageSettings.turkish-utf8.php Test failed   
  3. Add Before ./Themes/default/languages/ManageSettings.turkish-utf8.php Test successful       71. Execute Modification ./Themes/default/languages/Profile.turkish-utf8.php Test successful    72. Execute Modification ./Themes/default/languages/Reports.turkish-utf8.php Test successful    73. Execute Modification ./Themes/default/languages/Stats.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/Stats.turkish-utf8.php Test failed       74. Execute Modification ./Themes/default/languages/Modifications.turkish-utf8.php Test successful   
75. Extract File ./Themes/default/Karma.template.php
   
76. Extract File ./Themes/default/images/karma.gif
   
77. Extract File ./Themes/default/images/karma_bad_basic.gif
   
78. Extract File ./Themes/default/images/karma_good_basic.gif
   
79. Extract File ./Themes/default/images/karma_bad_super.gif
   
80. Extract File ./Themes/default/images/karma_good_super.gif
   
81. Extract File ./Themes/default/images/karma_disabled_basic.gif

As well as all 3 other themes, they have errors too. I have no other mods which shouldn't conflict. Here is my list anyway:
Quote
1.    LGF Mod    1.1    (disabled)
2.    Simple Audio Video Embedder    2.0.3    (installed)
3.    Spoiler Tag    0.7.2a    (installed)
4.    Ad Managment    3.0.1    (not installed)
5.    PM to New Members    1.2    (installed)
6.    Dream Portal    1.0.5    (installed)
7.    Hide Avatars from Guests    2.0    (installed)
8.    Attention Locked Topic    1.0    (installed)
9.    Advanced Reputation System    1.7.5    (not installed, ERROR!!!!)
10.    Downloads System    1.4.1    (installed)
11.    Auto Respond    1.0.2    (not installed)
12.    Tapatalk SMF 2.0 RC4/RC5/Final Plugin    3.0.0    (installed)
13.    Drafts    1.1.2    (installed)
14.    httpBL    2.5.1    (installed)
15.    reCAPTCHA for SMF    0.9.8a    (installed)
16.    Login Security    1.0.2.2    (installed)
17.    Censored Word Packs    1.0    (installed)
18.    EzPortal    0.5.2    (not installed)
19.    ENotify    2.0.1    (installed)
20.    SMF Gallery Lite    3.1.1    (installed)
21.    Welcome Topic Mod    2.1    (installed)
22.    Bad Behavior mod    1.5.6    (installed)
23.    Hide Signatures from Guests    2.0    (installed)
24.    SMF Advanced Topic Prefix Mod    2.1.10    (installed)
25.    SMF Articles    1.4    (installed)
26.    Ultimate Profile    0.9.1    (installed)
27.    Stop Spammer    2.3.9    (installed)
28.    Contact Page    3.0    (installed)
29.    Hide User Names from Guests    1.1    (installed)

sdkid

Quote from: Kcmartz on November 02, 2011, 10:37:47 AM
Doesn't work with 2.0.1, I get these errors: (too many for me to do manual edits at the moment)


1. Execute Code install.php
    2. Execute Modification ./index.php Test successful    3. Execute Modification ./Themes/default/Display.template.php Test failed     
  1. Replace ./Themes/default/Display.template.php Test successful   
  2. Add After ./Themes/default/Display.template.php Test failed       4. Execute Modification ./Themes/default/Profile.template.php Test successful    5. Execute Modification ./Themes/default/PersonalMessage.template.php Test failed     
  1. Replace ./Themes/default/PersonalMessage.template.php Test failed       6. Execute Modification ./Themes/default/Stats.template.php Test failed     
  1. Add Before ./Themes/default/Stats.template.php Test failed       7. Execute Modification ./Themes/default/Xml.template.php Test successful    8. Execute Modification ./Themes/default/scripts/script.js Test successful   
9. Execute Modification ./Themes/default/style.css File not found    10. Execute Modification ./Sources/Display.php Test successful    11. Execute Modification ./Sources/Karma.php Test successful    12. Execute Modification ./Sources/Load.php Test successful    13. Execute Modification ./Sources/ManageMaintenance.php Test successful    14. Execute Modification ./Sources/ManagePermissions.php Test successful    15. Execute Modification ./Sources/ManageServer.php Test successful    16. Execute Modification ./Sources/ManageSettings.php Test successful    17. Execute Modification ./Sources/Post.php Test failed     
  1. Replace ./Sources/Post.php Test failed   
  2. Replace ./Sources/Post.php Test failed       18. Execute Modification ./Sources/Profile.php Test successful    19. Execute Modification ./Sources/Profile-Modify.php Test successful    20. Execute Modification ./Sources/Profile-View.php Test successful    21. Execute Modification ./Sources/RemoveTopic.php Test successful    22. Execute Modification ./Sources/ScheduledTasks.php Test successful    23. Execute Modification ./Sources/Stats.php Test successful    24. Execute Modification ./Sources/Subs-Members.php Test successful    25. Execute Modification ./Sources/Xml.php Test successful    26. Execute Modification ./Themes/default/Display.template.php Test successful    27. Execute Modification ./Themes/default/languages/Admin.english.php Test successful    28. Execute Modification ./Themes/default/languages/Errors.english.php Test successful    29. Execute Modification ./Themes/default/languages/Help.english.php Test successful    30. Execute Modification ./Themes/default/languages/index.english.php Test successful    31. Execute Modification ./Themes/default/languages/Install.english.php Test successful    32. Execute Modification ./Themes/default/languages/ManageScheduledTasks.english.php Test successful    33. Execute Modification ./Themes/default/languages/ManagePermissions.english.php Test successful    34. Execute Modification ./Themes/default/languages/ManageSettings.english.php Test successful    35. Execute Modification ./Themes/default/languages/Profile.english.php Test successful    36. Execute Modification ./Themes/default/languages/Reports.english.php Test successful    37. Execute Modification ./Themes/default/languages/Stats.english.php Test successful    38. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful    39. Execute Modification ./Themes/default/languages/Admin.english-utf8.php Test successful    40. Execute Modification ./Themes/default/languages/Errors.english-utf8.php Test successful    41. Execute Modification ./Themes/default/languages/Help.english-utf8.php Test successful    42. Execute Modification ./Themes/default/languages/index.english-utf8.php Test successful    43. Execute Modification ./Themes/default/languages/Install.english-utf8.php Test successful    44. Execute Modification ./Themes/default/languages/ManageScheduledTasks.english-utf8.php Test successful    45. Execute Modification ./Themes/default/languages/ManagePermissions.english-utf8.php Test successful    46. Execute Modification ./Themes/default/languages/ManageSettings.english-utf8.php Test successful    47. Execute Modification ./Themes/default/languages/Profile.english-utf8.php Test successful    48. Execute Modification ./Themes/default/languages/Reports.english-utf8.php Test successful    49. Execute Modification ./Themes/default/languages/Stats.english-utf8.php Test successful    50. Execute Modification ./Themes/default/languages/Modifications.english-utf8.php Test successful   
51. Execute Modification ./Themes/default/languages/Admin.turkish.php Skipping file   
52. Execute Modification ./Themes/default/languages/Errors.turkish.php Skipping file   
53. Execute Modification ./Themes/default/languages/Help.turkish.php Skipping file   
54. Execute Modification ./Themes/default/languages/index.turkish.php Skipping file   
55. Execute Modification ./Themes/default/languages/Install.turkish.php Skipping file   
56. Execute Modification ./Themes/default/languages/ManageScheduledTasks.turkish.php Skipping file   
57. Execute Modification ./Themes/default/languages/ManagePermissions.turkish.php Skipping file   
58. Execute Modification ./Themes/default/languages/ManageSettings.turkish.php Skipping file   
59. Execute Modification ./Themes/default/languages/Profile.turkish.php Skipping file   
60. Execute Modification ./Themes/default/languages/Reports.turkish.php Skipping file   
61. Execute Modification ./Themes/default/languages/Stats.turkish.php Skipping file    62. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful    63. Execute Modification ./Themes/default/languages/Admin.turkish-utf8.php Test successful    64. Execute Modification ./Themes/default/languages/Errors.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/Errors.turkish-utf8.php Test failed   
  2. Add Before ./Themes/default/languages/Errors.turkish-utf8.php Test successful       65. Execute Modification ./Themes/default/languages/Help.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/Help.turkish-utf8.php Test failed       66. Execute Modification ./Themes/default/languages/index.turkish-utf8.php Test successful    67. Execute Modification ./Themes/default/languages/Install.turkish-utf8.php Test successful    68. Execute Modification ./Themes/default/languages/ManageScheduledTasks.turkish-utf8.php Test successful    69. Execute Modification ./Themes/default/languages/ManagePermissions.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/ManagePermissions.turkish-utf8.php Test failed   
  2. Add Before ./Themes/default/languages/ManagePermissions.turkish-utf8.php Test successful       70. Execute Modification ./Themes/default/languages/ManageSettings.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/ManageSettings.turkish-utf8.php Test failed   
  2. Replace ./Themes/default/languages/ManageSettings.turkish-utf8.php Test failed   
  3. Add Before ./Themes/default/languages/ManageSettings.turkish-utf8.php Test successful       71. Execute Modification ./Themes/default/languages/Profile.turkish-utf8.php Test successful    72. Execute Modification ./Themes/default/languages/Reports.turkish-utf8.php Test successful    73. Execute Modification ./Themes/default/languages/Stats.turkish-utf8.php Test failed     
  1. Replace ./Themes/default/languages/Stats.turkish-utf8.php Test failed       74. Execute Modification ./Themes/default/languages/Modifications.turkish-utf8.php Test successful   
75. Extract File ./Themes/default/Karma.template.php
   
76. Extract File ./Themes/default/images/karma.gif
   
77. Extract File ./Themes/default/images/karma_bad_basic.gif
   
78. Extract File ./Themes/default/images/karma_good_basic.gif
   
79. Extract File ./Themes/default/images/karma_bad_super.gif
   
80. Extract File ./Themes/default/images/karma_good_super.gif
   
81. Extract File ./Themes/default/images/karma_disabled_basic.gif

As well as all 3 other themes, they have errors too. I have no other mods which shouldn't conflict. Here is my list anyway:
Quote
1.    LGF Mod    1.1    (disabled)
2.    Simple Audio Video Embedder    2.0.3    (installed)
3.    Spoiler Tag    0.7.2a    (installed)
4.    Ad Managment    3.0.1    (not installed)
5.    PM to New Members    1.2    (installed)
6.    Dream Portal    1.0.5    (installed)
7.    Hide Avatars from Guests    2.0    (installed)
8.    Attention Locked Topic    1.0    (installed)
9.    Advanced Reputation System    1.7.5    (not installed, ERROR!!!!)
10.    Downloads System    1.4.1    (installed)
11.    Auto Respond    1.0.2    (not installed)
12.    Tapatalk SMF 2.0 RC4/RC5/Final Plugin    3.0.0    (installed)
13.    Drafts    1.1.2    (installed)
14.    httpBL    2.5.1    (installed)
15.    reCAPTCHA for SMF    0.9.8a    (installed)
16.    Login Security    1.0.2.2    (installed)
17.    Censored Word Packs    1.0    (installed)
18.    EzPortal    0.5.2    (not installed)
19.    ENotify    2.0.1    (installed)
20.    SMF Gallery Lite    3.1.1    (installed)
21.    Welcome Topic Mod    2.1    (installed)
22.    Bad Behavior mod    1.5.6    (installed)
23.    Hide Signatures from Guests    2.0    (installed)
24.    SMF Advanced Topic Prefix Mod    2.1.10    (installed)
25.    SMF Articles    1.4    (installed)
26.    Ultimate Profile    0.9.1    (installed)
27.    Stop Spammer    2.3.9    (installed)
28.    Contact Page    3.0    (installed)
29.    Hide User Names from Guests    1.1    (installed)

Advanced Rep is a pretty complex mod.  I wouldn't be surprised at all if it didn't work on a forum that has 29 different mods installed...

I guess you could do a fresh install and install Advanced Rep first-- then all of your other mods.  ???  It has been working flawlessly for me, and it installed with NO problems for me using a curve-based theme.  Good Luck.

valpo04

I installed this mod today and everything seems to be working, except it seems that no matter how much reputation a user has, they only have one bar.  I've tried changing the settings in the admin area, but nothing seems to change it.

Any ideas?

valpo04

Quote from: valpo04 on November 07, 2011, 03:11:50 PM
I installed this mod today and everything seems to be working, except it seems that no matter how much reputation a user has, they only have one bar.  I've tried changing the settings in the admin area, but nothing seems to change it.

Any ideas?

In an attempt to fix this issue, I tried uninstalling and reinstalling the mod.  The uninstall did not complete correctly and when I reinstalled, it created duplicate modifications to the files and caused Internal Server Errors.

I have been going through manually searching and removing the duplicate entries, but can't find them all.  Is there an easy way to find all the modifications that were made so that I can edit the files?  Right now I still get Server Errors when trying to view profiles. 

Here is the error in the error log:

Quote[07-Nov-2011 21:09:42] PHP Fatal error:  Cannot redeclare template_reputation() (previously declared in /forum/Sources/Load.php(1812) : eval()'d code:2345) in /forum/Sources/Load.php(1812) : eval()'d code on line 2537

Any help would be deeply appreciated!

Armen

Hi, I want only to set karma power to 10(my community used to have 10 per "thank you' to all users without installing the mod, can you help me?

valpo04

Quote from: valpo04 on November 07, 2011, 11:37:31 PM
Quote from: valpo04 on November 07, 2011, 03:11:50 PM
I installed this mod today and everything seems to be working, except it seems that no matter how much reputation a user has, they only have one bar.  I've tried changing the settings in the admin area, but nothing seems to change it.

Any ideas?

In an attempt to fix this issue, I tried uninstalling and reinstalling the mod.  The uninstall did not complete correctly and when I reinstalled, it created duplicate modifications to the files and caused Internal Server Errors.

I have been going through manually searching and removing the duplicate entries, but can't find them all.  Is there an easy way to find all the modifications that were made so that I can edit the files?  Right now I still get Server Errors when trying to view profiles. 

Here is the error in the error log:

Quote[07-Nov-2011 21:09:42] PHP Fatal error:  Cannot redeclare template_reputation() (previously declared in /forum/Sources/Load.php(1812) : eval()'d code:2345) in /forum/Sources/Load.php(1812) : eval()'d code on line 2537

Any help would be deeply appreciated!

I've fixed all the errors caused by the second install, but I still have the original issue of only one power bar showing, no matter how much reputation a user has.

Advertisement: