Advanced Reputation System

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

Previous topic - Next topic

xpubstargamingx

About 8 months ago I installed the Advanced Reputation System v0.1.5 for SMF 1.1.x Mod, but it was not really what I was looking for and my community said they would rather have to reputation system in place. I uninstalled it and have disabled karma.



The highlighted area above that show the Add Reputation.

Is there any solution to that being removed? Do I need to reinstall then uninstall again? Or look for something in my display template?

Running 1.1.13 and any help would be greatly appreciated....

sweetbabycakes

hello,

I just installed this yesterday, i think everything is working. But when is the reputation Count supposed to increase? I have given reps, but there doesnt seem to be any increase from 0 on anybodys account even if you give them reps. If you go to the stats page, you can see the reps. Should that number match the number in each post where it shows the reputation power?

thank you

tried to post the link for you to see, but doesnt work

Posts were reputation power should be greater then 0 - hxxp:everythingdiapercakes.com/forums/index.php?topic=95.msg402#msg402 [nonactive]

stats showing rep is greater then 0 -  hxxp:everythingdiapercakes.com/forums/index.php?action=stats [nonactive]


Spoogs

copy the icon from the default theme into Anecdota

samurai-lupin

Hello,

I wanted to install this fine mod but have a problem that a code block in my display.php is moded. It reads

$messages_request = db_query("
SELECT
m.ID_MSG, m.icon, m.subject, m.posterTime, m.posterIP, m.ID_MEMBER, m.modifiedTime, m.modifiedName, m.body, m.edit_reason,
m.smileysEnabled, m.posterName, m.posterEmail,
post_hidden, hidden_reason, hidden_by, hmd.realName,
m.ID_MSG_MODIFIED < $topicinfo[new_from] AS isRead,
IFNULL(lr.ID_TOPIC, 0) as reporttopic, IFNULL(lr.solved, -1) as reportsolved
FROM {$db_prefix}messages as m
LEFT JOIN {$db_prefix}members AS hmd ON (hmd.ID_MEMBER = hidden_by)
LEFT JOIN {$db_prefix}log_reports as lr ON (lr.ID_MSG = m.ID_MSG)
            WHERE m.ID_MSG IN (" . implode(',', $messages) . ")
ORDER BY m.ID_MSG" . (empty($options['view_newest_first']) ? '' : ' DESC'), __FILE__, __LINE__);


This mod requires to perform the following task:

<operation>
<search position="replace"><![CDATA[
$messages_request = db_query("
SELECT
ID_MSG, icon, subject, posterTime, posterIP, ID_MEMBER, modifiedTime, modifiedName, body,
smileysEnabled, posterName, posterEmail,
ID_MSG_MODIFIED < $topicinfo[new_from] AS isRead
FROM {$db_prefix}messages
WHERE ID_MSG IN (" . implode(',', $messages) . ")
ORDER BY ID_MSG" . (empty($options['view_newest_first']) ? '' : ' DESC'), __FILE__, __LINE__);]]></search>
<add><![CDATA[
$messages_request = db_query("
SELECT
m.ID_MSG, m.icon, m.subject, m.posterTime, m.posterIP, m.ID_MEMBER, m.modifiedTime, m.modifiedName, m.body,
m.smileysEnabled, m.posterName, m.posterEmail,
m.ID_MSG_MODIFIED < $topicinfo[new_from] AS isRead, k.message AS is_repped
FROM {$db_prefix}messages AS m
LEFT JOIN {$db_prefix}log_karma AS k ON (k.message = m.ID_MSG AND k.ID_EXECUTOR = {$ID_MEMBER})
WHERE m.ID_MSG IN (" . implode(',', $messages) . ")
ORDER BY m.ID_MSG" . (empty($options['view_newest_first']) ? '' : ' DESC'), __FILE__, __LINE__);]]></add>
</operation>


Can someone please let me know what my moded code block should look like then?

I am not sure what I need to do about this part of my code:

            LEFT JOIN {$db_prefix}members AS hmd ON (hmd.ID_MEMBER = hidden_by)
            LEFT JOIN {$db_prefix}log_reports as lr ON (lr.ID_MSG = m.ID_MSG)


Thank you very much!

Sheree

Been waiting for any help on this for months now ... anyone kind enough to answer me? Please?

Quote from: Sheree on March 30, 2011, 02:43:21 AM
Quote from: Sheree on March 11, 2011, 12:55:26 AM
Quote from: Sheree on February 26, 2011, 05:24:16 PM
Hi there thanks for this great mod, I've installed it successfully.

After installation and I hit "add reputation" I get the error

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

I have SMF 1.1.13 (fresh installed)

with the following Mods installed

Quote1.    SimplePortal    2.3.3    
2.    Anti Bot: Captcha Clock    2.2
3.    Stars And Badges    2.1    
4.    Aeva Media    1.4c
5.    Custom Action Mod    2.04    
6.    Member Color Link    3.0.8    
7.    Ad Managment    2.3.6.1    
8.    Cbox Integration    1.0    
9.    SMF 1.0.21 / 1.1.13 Update    1.0    
10.    Attachments Positioning    1.1    
11.    Popup PM Message - Uses The Same Window    
12.    Advanced Reputation System    0.1.5    
13.    AvatarSelect    1.2.1    
14.    Profile Comments    2.0.1    
15.    Referrals System    3.0.1    
16.    Add IP2Location to Track IP    1.3    
17.    Welcome Topic Mod    2.1

any help will be much appreciated.  :)



Help with this please 
:'(

Switch-Renn

Hey there,

I installed this mod on my SMF 2.0 RC5 a while back, and it appeared to be working. Though anytime a non-Admin/non-Mod tries to spread reputation, it doesn't count towards a members reputation. I have my current log screencapped hxxp:i.imgur.com/4Ktu7.png [nonactive] so you can see what I mean.
Additionally, I have it set so that you get a new Bar Image for every 25 points. However, even members with 30+ points still have only one bar.
I already checked the permissions and it isn't that, so I'm not really sure what could be causing this. :'I If anybody has any suggestions they'd be greatly appreciated.

Thanks!

Old Marcus

Hey, got this installed on SMF 1.1.13, but I have no idea how to make the bars show up. I'm just getting their placeholder text, which isn't going to be great once we have more than one bar in people's info.

Witchboard

Finally hunkered down and got mine working.  Works well, thanks.

Quote from: Sheree on May 03, 2011, 06:58:25 PM
Been waiting for any help on this for months now ... anyone kind enough to answer me? Please?

Did you enable the option to leave reputation in your member group permissions?

Quote from: Old Marcus on May 07, 2011, 08:29:59 AM
Hey, got this installed on SMF 1.1.13, but I have no idea how to make the bars show up. I'm just getting their placeholder text, which isn't going to be great once we have more than one bar in people's info.

Are you using a theme other than default?  On 1.1.13 it will only modify the default theme.  You'll have to parse the installation and manually change other themes.

XiFiCt69

Mister (Ha)²,

I'm using the Package for SMF 2.0 RC5, and there is a problem with the Spanish translation, cause the language modification means "spanish-utf8.php" and the Spanish language PHP files are "spanish_es-utf8.php" and "spanish_latin-utf8.php", so I still having the Advanced Reputation System on English language. I've tried to modify the "package-info.xml" and the "spanish-utf8.xml", but gives me a lot of errors on the installation, so I have to install it on English...

Can do you reupload the Package with a fix for this? I need this Package in Spanish...

Thanks in advance!

wii123

After uploading package and when i press "install Mod" it gives me this message "The package you are trying to download or install is either corrupt or not compatible with this version of SMF." when my current version is 2.0 RC5

XiFiCt69

When you are listing your Packages, press Advanced button, and emulate SMF 2.0 RC4 or RC3. Then try to install it again. ;)

wii123

Would you possibly be able to do so I can change the text so i can make it be feedback as i want to make it so when someone buys somthing from someone they can give who ever they traded with feedback so i want it to say just like Feedback: Posetive or Negative

Any way i can edit the files to change it to that? if so please PM me with some instructions (keep in mind im a noob at this) would really be appreciated.

Nick Whetstone

Quote from: wii123 on May 19, 2011, 08:31:35 PM
Would you possibly be able to do so I can change the text so i can make it be feedback as i want to make it so when someone buys somthing from someone they can give who ever they traded with feedback so i want it to say just like Feedback: Posetive or Negative

Any way i can edit the files to change it to that? if so please PM me with some instructions (keep in mind im a noob at this) would really be appreciated.
If I understand what you're asking, go to /index.php?action=admin;area=featuresettings;sa=karma and change the "Karma label" value.
The artist formerly known as (Ha)²

Former Support Specialist

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

wii123

Quote from: (Ha)² on May 19, 2011, 08:49:09 PM
Quote from: wii123 on May 19, 2011, 08:31:35 PM
Would you possibly be able to do so I can change the text so i can make it be feedback as i want to make it so when someone buys somthing from someone they can give who ever they traded with feedback so i want it to say just like Feedback: Posetive or Negative

Any way i can edit the files to change it to that? if so please PM me with some instructions (keep in mind im a noob at this) would really be appreciated.
If I understand what you're asking, go to /index.php?action=admin;area=featuresettings;sa=karma and change the "Karma label" value.
Like i mean can u add a field to where you can type in what it asks when you press ex smite a pop up box comes up and it will say post a comment on his thread/post and i want it to say "Add feedback to {name} profile."
And yes i know u can change name to feedback and change it to posetive and negative its what i said above i need.

Sheree

Quote from: Sheree on May 03, 2011, 06:58:25 PM
Been waiting for any help on this for months now ... anyone kind enough to answer me? Please?

Quote from: Sheree on March 30, 2011, 02:43:21 AM
Quote from: Sheree on March 11, 2011, 12:55:26 AM
Quote from: Sheree on February 26, 2011, 05:24:16 PM
Hi there thanks for this great mod, I've installed it successfully.

After installation and I hit "add reputation" I get the error

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

I have SMF 1.1.13 (fresh installed)

with the following Mods installed

Quote1.    SimplePortal    2.3.3    
2.    Anti Bot: Captcha Clock    2.2
3.    Stars And Badges    2.1    
4.    Aeva Media    1.4c
5.    Custom Action Mod    2.04    
6.    Member Color Link    3.0.8    
7.    Ad Managment    2.3.6.1    
8.    Cbox Integration    1.0    
9.    SMF 1.0.21 / 1.1.13 Update    1.0    
10.    Attachments Positioning    1.1    
11.    Popup PM Message - Uses The Same Window    
12.    Advanced Reputation System    0.1.5    
13.    AvatarSelect    1.2.1    
14.    Profile Comments    2.0.1    
15.    Referrals System    3.0.1    
16.    Add IP2Location to Track IP    1.3    
17.    Welcome Topic Mod    2.1

any help will be much appreciated.  :)



Help with this please 
:'(

I checked the permission and everything is in place ... I really can't figure out a way to fix the error Please help

live627

The mod may be omitting the session in the URL? Is ;sesc= found in the URL which gave the error?

bambiemurphy

I have not installed it because when I do I get a error with the load.php file.



bambiemurphy



Advertisement: