News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Advanced Reputation System

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

Previous topic - Next topic

Babalui

Whatever I do, it ain't working.
Current scheme of 12 rep bars is not good enough for correct visual representation.

Is there any way to increase maximum number of bars?
How exactly are they split into 6+6? Any way to change into 10+10, if if cannot be done for 5+5+5+5 or similar?

j_jindal1

Quote from: Neo_TE on September 16, 2010, 05:48:04 AM

I use "SMF 2.0 RC3" and I see the following errors in the error log even though the guests cannot see the HEART ICON which is used to modify the karma and as per the permissions set in the forums, guests cannot modify the karma.


/forum/index.php?action=modifykarma
8: Undefined index: m
File: /home/zzzz/public_html/forums/Sources/Karma.php
Line: 234

/forum/index.php?action=modifykarma
8: Undefined index: uid
File: /home/zzzz/public_html/forums/Sources/Karma.php
Line: 233

The following are the codes in lines 233,234 & 235 respectively.
    // These _must_ be numbers, no matter what.
    $uid = (int) $_POST['uid'];
    $message_id = (int) $_POST['m'];
    $topic_id = (int) $_POST['topic'];


Any help/clarification would be appreciated. Thanks. :)
Even my error log is full of these errors.... Any help is appreciated.

For making it work with my current theme, do I need to modify the specific files of current theme wrt themes/default/* updates.. ??
www.ShayarFamily.com Shayri forum of Friends

KensonPlays


Owner of Mesozoic Haven

Spoogs

as opposed to?

from the looks of that you need to upload the rep icons to your themes image folder.

Otherwise be more specific than just posting an image.

OnlineFunCorner

Thanks For Nice MOD
...
I Want To Reset Reputation
I Run Query As
UPDATE smf_members
SET karmaGood = 0, karmaBad = 0
WHERE 1=1


That's Error Occurred
#1054 - Unknown column 'karmaGood' in 'field list'
UPDATE smf_members SET karmaGood =0,
karmaBad =0 WHERE 1 =1


May Be karmaBad & karmaGood Are Not Fount In Table  smf_members

Thanks In Advance

Ryan2320

Will this Mod Support 2.0RC4?
I am throwing a guess and saying yes as this already supports 2.0RC3

Thanks for the mod and your support,
Ryan

madman71

Im trying to run the GiveReputation.php in my forum root and it gives me this error.

Any ideas anyone?

Fatal error: Call to undefined function ratioColor() in /blah/blah/domains/morningpeaches.us/blah/forum/Sources/Load.php on line 515

this is line 515 in my LOAD.php
'ratio' => !isset($user_settings['downloaded']) || !isset($user_settings['uploaded'])  ? '' : ratioColor($user_settings['uploaded'], $user_settings['downloaded']),

Fustrate

ratioColor isn't part of the reputation mod. Have you installed any download or upload mods? It looks like that's where the problem's coming from, so you'll have to ask the author of that mod.
Steven Hoffman
Former Team Member, 2009-2012

madman71

Quote from: Fustrate on November 04, 2010, 01:46:47 PM
ratioColor isn't part of the reputation mod. Have you installed any download or upload mods? It looks like that's where the problem's coming from, so you'll have to ask the author of that mod.

ahh! thank you so much. i'll look into it

Nick Whetstone

Quote from: Dr.IT on October 18, 2010, 03:53:52 PM
Thanks For Nice MOD
...
I Want To Reset Reputation
I Run Query As
UPDATE smf_members
SET karmaGood = 0, karmaBad = 0
WHERE 1=1


That's Error Occurred
#1054 - Unknown column 'karmaGood' in 'field list'
UPDATE smf_members SET karmaGood =0,
karmaBad =0 WHERE 1 =1


May Be karmaBad & karmaGood Are Not Fount In Table  smf_members

Thanks In Advance
Try this query instead:
UPDATE smf_members
SET karma_good = 0, karma_bad = 0
WHERE 1=1
Quote from: Ryan2320 on November 01, 2010, 11:13:04 PM
Will this Mod Support 2.0RC4?
I am throwing a guess and saying yes as this already supports 2.0RC3

Thanks for the mod and your support,
Ryan
I will update it when I can. Unfortunately, school and football are pretty much taking up all of my time through the week, and I've been busy the past few weekends; but, I will get an RC4 version out as soon as I can.
The artist formerly known as (Ha)²

Former Support Specialist

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

Ryan2320

Quote from: Ha² on November 04, 2010, 11:51:11 PM
I will update it when I can. Unfortunately, school and football are pretty much taking up all of my time through the week, and I've been busy the past few weekends; but, I will get an RC4 version out as soon as I can.

Whenever you have the time no rush, and thanks for the reply..  :)

Ryan

D.Dimov

Hello all,

Please for your support. I just can't activate Advanced Reputation System on my forum and I would really love to!!! I can't find after installation the tab Configuration > Figures & Options > Reputation and then in Members > Permissions can't select which membergroups I want to be able to give positive reputation.

Here is information about the forum version and the theme I use:
-> SMF 1.1.11
-> Theme: Babylon

I am very sorry if my question is already answered. :) I will also attach pictures form the forum:

Thnks in advance for the help,

kurosaki00

Hi can anyone help me

The + / - doesnt show
The bar shows, the powe too but I cant give/smite other users.
Please some help with this
thank you

kizko

Why when i give I agree, it add 760 to reputation?

How can i reset the reputation all to 0?

MH-MINI


Neo_TE

Quote from: kurosaki00 on November 10, 2010, 02:51:19 PM
Hi can anyone help me

The + / - doesnt show
The bar shows, the powe too but I cant give/smite other users.
Please some help with this
thank you
If you are using smf 2.0 rc4 then the problem is coz this mod does not support rc4, it supports upto rc3 only. so wait for the author to update it.

Quote from: kizko on November 10, 2010, 04:35:40 PM
Why when i give I agree, it add 760 to reputation?

How can i reset the reputation all to 0?
no idea. wait for some experienced member to help you.

Quote from: MH-MINI on November 15, 2010, 10:41:38 PM
How would I install this for RC4?

Thanks
It supports upto rc3 only. so wait for the author to update it. i am also waiting for the update.

DarkFX

I used SMF 1.1.11 when i apply installation I've got this error.. :(  what can i do this error?

Type Action Description
1. Execute Code install.php
2. Execute Modification ./index.php Test successful
3. Execute Modification ./Themes/default/Display.template.php Test successful
4. Execute Modification ./Themes/default/PersonalMessage.template.php Test successful
5. Execute Modification ./Themes/default/Profile.template.php Test successful
6. Execute Modification ./Themes/default/Stats.template.php Test successful
7. Execute Modification ./Themes/default/script.js Test successful
8. Execute Modification ./Themes/default/style.css Test successful
9. Execute Modification ./Sources/Admin.php Test successful
10. Execute Modification ./Sources/Display.php Test successful
11. Execute Modification ./Sources/Karma.php Test successful
12. Execute Modification ./Sources/Load.php Test failed
13. Execute Modification ./Sources/ManagePermissions.php Test successful
14. Execute Modification ./Sources/ManageServer.php Test successful
15. Execute Modification ./Sources/ModSettings.php Test successful
16. Execute Modification ./Sources/Post.php Test successful
17. Execute Modification ./Sources/Profile.php Test successful
18. Execute Modification ./Sources/RemoveTopic.php Test successful
19. Execute Modification ./Sources/Stats.php Test successful
20. Execute Modification ./Sources/Subs-Members.php Test successful
21. Execute Modification ./Themes/default/languages/Errors.english.php Test successful
22. Execute Modification ./Themes/default/languages/Help.english.php Test successful
23. Execute Modification ./Themes/default/languages/index.english.php Test successful
24. Execute Modification ./Themes/default/languages/ManagePermissions.english.php Test successful
25. Execute Modification ./Themes/default/languages/ModSettings.english.php Test successful
26. Execute Modification ./Themes/default/languages/Reports.english.php Test successful
27. Execute Modification ./Themes/default/languages/Stats.english.php Test successful
28. Execute Modification ./Themes/default/languages/Modifications.english.php Test successful
29. Execute Modification ./Themes/default/languages/Errors.english-utf8.php Test successful
30. Execute Modification ./Themes/default/languages/Help.english-utf8.php Test successful
31. Execute Modification ./Themes/default/languages/index.english-utf8.php Test failed
32. Execute Modification ./Themes/default/languages/ManagePermissions.english-utf8.php Test successful
33. Execute Modification ./Themes/default/languages/ModSettings.english-utf8.php Test successful
34. Execute Modification ./Themes/default/languages/Reports.english-utf8.php Test successful
35. Execute Modification ./Themes/default/languages/Stats.english-utf8.php Test successful
36. Execute Modification ./Themes/default/languages/Modifications.english-utf8.php Test successful
37. Execute Modification ./Themes/default/languages/Errors.russian.php Skipping file
38. Execute Modification ./Themes/default/languages/Help.russian.php Skipping file
39. Execute Modification ./Themes/default/languages/index.russian.php Skipping file
40. Execute Modification ./Themes/default/languages/ManagePermissions.russian.php Skipping file
41. Execute Modification ./Themes/default/languages/ModSettings.russian.php Skipping file
42. Execute Modification ./Themes/default/languages/Reports.russian.php Skipping file
43. Execute Modification ./Themes/default/languages/Stats.russian.php Skipping file
44. Execute Modification ./Themes/default/languages/Modifications.russian.php Skipping file
45. Execute Modification ./Themes/default/languages/Errors.russian-utf8.php Test successful
46. Execute Modification ./Themes/default/languages/Help.russian-utf8.php Test successful
47. Execute Modification ./Themes/default/languages/index.russian-utf8.php Test successful
48. Execute Modification ./Themes/default/languages/ManagePermissions.russian-utf8.php Test successful
49. Execute Modification ./Themes/default/languages/ModSettings.russian-utf8.php Test successful
50. Execute Modification ./Themes/default/languages/Reports.russian-utf8.php Test successful
51. Execute Modification ./Themes/default/languages/Stats.russian-utf8.php Test successful
52. Execute Modification ./Themes/default/languages/Modifications.russian-utf8.php Test successful
53. Execute Modification ./Themes/default/languages/Errors.spanish_latin.php File not found
54. Execute Modification ./Themes/default/languages/Help.spanish_latin.php File not found
55. Execute Modification ./Themes/default/languages/index.spanish_latin.php File not found
56. Execute Modification ./Themes/default/languages/ManagePermissions.spanish_latin.php File not found
57. Execute Modification ./Themes/default/languages/ModSettings.spanish_latin.php File not found
58. Execute Modification ./Themes/default/languages/Reports.spanish_latin.php File not found
59. Execute Modification ./Themes/default/languages/Stats.spanish_latin.php File not found
60. Execute Modification ./Themes/default/languages/Modifications.spanish_latin.php File not found
61. Execute Modification ./Themes/default/languages/Errors.spanish_latin.php File not found
62. Execute Modification ./Themes/default/languages/Help.spanish_latin.php File not found
63. Execute Modification ./Themes/default/languages/index.spanish_latin.php File not found
64. Execute Modification ./Themes/default/languages/ManagePermissions.spanish_latin.php File not found
65. Execute Modification ./Themes/default/languages/ModSettings.spanish_latin.php File not found
66. Execute Modification ./Themes/default/languages/Reports.spanish_latin.php File not found
67. Execute Modification ./Themes/default/languages/Stats.spanish_latin.php File not found
68. Execute Modification ./Themes/default/languages/Modifications.spanish_latin.php File not found
69. Extract File ./Themes/default/Karma.template.php
70. Extract File ./Themes/default/images/karma.gif
71. Extract File ./Themes/default/images/karmaBad_basic.gif
72. Extract File ./Themes/default/images/karmaGood_basic.gif
73. Extract File ./Themes/default/images/karmaBad_super.gif
74. Extract File ./Themes/default/images/karmaGood_super.gif
75. Extract File ./Themes/default/images/karma_disabled_basic.gif

moviespot

please update for 2.0 RC4,

I Hope you can make it support this version.
Thanks and regards

Witchboard

Hello.  I've installed the mod, but ran into a little problem.  I'm currently running SMF 1.1.12.  When reputation is enabled, I don't get any images, but still get what looks to be the original applaud and smite texts.  I've copied the image files and Karma template to my Babylon themes directory.  When I try and change the reputation, I get a message that states:

QuoteSession verification failed. Please try logging out and back in again, and then try again.

The forum logs report the following error:

Quote8: Undefined index:
File: /home/xxx/public_html/forum/Sources/Karma.php
Line: 207

I've attached my Karma.php for review.  I noticed one other person had the same error, but no resolution was provided as is host assisted him with the resolution.

sdkid

Quote from: Ha² on November 04, 2010, 11:51:11 PM
...I will update it when I can. Unfortunately, school and football are pretty much taking up all of my time through the week, and I've been busy the past few weekends; but, I will get an RC4 version out as soon as I can.

Perhaps we will all get a nice "Advanced Rep for 2.0 RC4" Christmas present?  :)

Happy Holidays dude.   8)

Advertisement: