[ABD] User Reputation MOD 0.3.5

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
The Tallest Man
Registered User
Posts: 6
Joined: Wed Sep 07, 2011 12:05 pm

Re: [BETA] User Reputation MOD 0.3.5

Post by The Tallest Man »

Adrian1 wrote:This little bug is fixed already in the new version wich will be released in a few days.
Can you give us an update on this Adrian1?
I, too, am very interested in using this mod but have been waiting for the new verion to do so.
User avatar
ashleyquick
Registered User
Posts: 192
Joined: Wed May 28, 2003 4:42 pm

Re: [BETA] User Reputation MOD 0.3.5

Post by ashleyquick »

Does anyone know if this mod also shows the reputation/comments you've given?
iFanboy4U
Registered User
Posts: 4
Joined: Sun Oct 09, 2011 5:29 pm

Re: [BETA] User Reputation MOD 0.3.5

Post by iFanboy4U »

Hey Adrian. I installed this mod with AutoMOD and it was successful, then I ran the install and it was successful, however the only difference I see is "User Reputation MOD powered by http://www.phpBBmods.org" at the bottom of my forum index. I have purged/cleared the cache and deleted the install file. Now what?

EDIT: When I go to manage a group I also see "Group reputation power:"
Adrian1
Registered User
Posts: 630
Joined: Tue Jul 15, 2008 11:21 am
Contact:

Re: [BETA] User Reputation MOD 0.3.5

Post by Adrian1 »

This is strange. I have not tested it with Automod so maybe there is a problem.
Anywhay try maybe the settings are nor right. Also check if the edits are there on the templates files.


About update, i am a little busy, i will solve this stuff in a few days and i will post some updates.
RPG MOD for phpbb3
iFanboy4U
Registered User
Posts: 4
Joined: Sun Oct 09, 2011 5:29 pm

Re: [BETA] User Reputation MOD 0.3.5

Post by iFanboy4U »

I managed to get everything working except for a few styles that need code work, and...

Isn't there supposed to be a module for the Rep System in UCP? It's not there. Is there any way to make that happen?
User avatar
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [BETA] User Reputation MOD 0.3.5

Post by modernist »

I've tested this MOD on my local test board and it looks like everything's working except for the "time limit". I can give new reputation points one after the other without having to wait. Does the time limit work for anyone here?

And another thing I noticed: when the comment is too short (i.e. shorter than the limit defined for the posts on your board) a failure notice appears after clicking submit. To avoid this I did a quick 'n' dirty solution.
In root/reputation.php find

Code: Select all

if ($submit && $config['rp_comment_max_chars'] && (strlen($message) > $config['rp_comment_max_chars']))
{
	$error = sprintf($user->lang['RP_TOO_LONG_COMMENT'], strlen($message), $config['rp_comment_max_chars']);
}
afterwards add:

Code: Select all

if ($submit && $config['rp_comment_max_chars'] && (strlen($message) < 16))
{
	$error = sprintf($user->lang['RP_TOO_SHORT_COMMENT'], strlen($message), $config['rp_comment_max_chars']);
}
16 is the minimum numbers of characters on my test board.

In language/en/mods/reputation_mod.php add

Code: Select all

	'RP_TOO_SHORT_COMMENT'		=> 'Your comment contains %1$d characters. The minimum number of allowed characters is 16.'
More elegantly would've been using the variable for the minimum characters already set in the ACP but I really don't have a clue about that.
"It ain't a fit night out for man or beast."
esperenza
Registered User
Posts: 45
Joined: Wed Aug 24, 2011 8:47 pm

Re: [BETA] User Reputation MOD 0.3.5

Post by esperenza »

modernist wrote:I've tested this MOD on my local test board and it looks like everything's working except for the "time limit". I can give new reputation points one after the other without having to wait. Does the time limit work for anyone here?
Yeah, same here. Hopefully Adrian1 will fix this little issue.
!karolis
Registered User
Posts: 133
Joined: Sun Jun 13, 2010 9:54 am

Re: [BETA] User Reputation MOD 0.3.5

Post by !karolis »

embrace yourself, user reputation update is coming.
User avatar
modernist
Registered User
Posts: 79
Joined: Mon Mar 15, 2010 9:13 pm
Location: Klopstokia

Re: [BETA] User Reputation MOD 0.3.5

Post by modernist »

modernist wrote:I've tested this MOD on my local test board and it looks like everything's working except for the "time limit". I can give new reputation points one after the other without having to wait. Does the time limit work for anyone here?
Silly me! I've just noticed that I have set
Can ignore limitation (time limit and reputation spread)


to yes and not no in the ACP groups permission setting. Ouch!
I guess the time limit will work now. :roll:
"It ain't a fit night out for man or beast."
!karolis
Registered User
Posts: 133
Joined: Sun Jun 13, 2010 9:54 am

Re: [BETA] User Reputation MOD 0.3.5

Post by !karolis »

will there be any updates?
!karolis
Registered User
Posts: 133
Joined: Sun Jun 13, 2010 9:54 am

Re: [BETA] User Reputation MOD 0.3.5

Post by !karolis »

I have a request, could you make a page, where you could see recent rep points given?

Like separate page, 20 reputation points per page.
User avatar
ashleyquick
Registered User
Posts: 192
Joined: Wed May 28, 2003 4:42 pm

Re: [BETA] User Reputation MOD 0.3.5

Post by ashleyquick »

!karolis wrote:I have a request, could you make a page, where you could see recent rep points given?

Like separate page, 20 reputation points per page.
I've already requested that here:

http://www.phpbbmods.org/viewtopic.php? ... rt=20#p427
User avatar
Histomil
Registered User
Posts: 56
Joined: Tue Oct 25, 2011 3:34 am
Location: Amsterdam
Name: Henk

Re: [BETA] User Reputation MOD 0.3.5

Post by Histomil »

Works great installed using automod in 3.09 ..
Mabrothrax
Registered User
Posts: 10
Joined: Sun May 16, 2010 8:34 am

Re: [BETA] User Reputation MOD 0.3.5

Post by Mabrothrax »

I uploaded and installed with Automod, and after one manual fix it installed fine and appeared o be in working order when I viewed my forum using Prosilver.

So I used Automod o apply changes from Prosilver to th eLucid Lime style tat I use, again one manual fix was needed.

However I'm now stuck with:


Fatal error: Cannot redeclare class reputation in /home/nurgle/public_html/includes/functions_reputation.php on line 25

Can't see any problems with function_reputation, so what gives?
Adrian1
Registered User
Posts: 630
Joined: Tue Jul 15, 2008 11:21 am
Contact:

Re: [BETA] User Reputation MOD 0.3.5

Post by Adrian1 »

Hi to all,
sorry for my delayd answer.
I was busy the last weeks because i was moving out to a new place.
Anywhay an update will be made until the end of the week. Thanks for your reports and fetures request.

Thanks,
Adrian
RPG MOD for phpbb3
Locked

Return to “[3.0.x] Abandoned MODs”