[ABD] Users Reputation System Mod

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment! No new topics are allowed in this forum.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: MOD Development Forum rules

On February 1, 2009 this forum will be set to read only as part of retiring of phpBB2.
Locked
antongranik
Registered User
Posts: 153
Joined: Tue Oct 07, 2003 5:41 pm
Location: russia/moscow
Contact:

[ABD] Users Reputation System Mod

Post by antongranik »

Version: Release (v1.0.0)

Description
Allows users to give reputation points to each others, earn it by posts and by "living" on forum, see the history of givings. Admin can edit users' reputations in admin cp. The whole system can be a text or a graphic version (5 different medals) and simple or advanced version (with choosing of how much reputation to give).

Features
- Full history of all givings and earnings for each user
- Earn reputation points by posts and by "living" on forum
- Fully configurable (see screenshots)
- Text and graphic versions (5 different medals)
- Tested on phpbb 2.0.19, 2.0.20
- Installation time is about 30 minutes

Screenshots
Image Image Image Image

Demo and support board
http://granik.com/forum/viewforum.php?f=3

Download
Reputation_Mod_v100.zip (550 Kb, updated April 24, 2006)

EasyMod complaint version (550 Kb, updated May 28, 2006) (author: aboyd - http://www.outshine.com/minimods/)

Plans for the next version
a lot! :)

Known bugs for v.1.0.0

Thank you! ;)
Last edited by MHobbit on Mon Feb 25, 2008 10:52 pm, edited 36 times in total.
Reason: Topic prefix changed from [RC3] to [ABD].
anton granik. graphic designer.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Post by 3Di »

Looks very good.

Topic joined. :)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
dakar
Registered User
Posts: 39
Joined: Thu Sep 16, 2004 8:41 pm

Post by dakar »

Hmmm the first script reputation_mod_db_update_v001.php ran fine but the reputation_mod_users_update_v001.php script blows up;

Code: Select all

Could not query Album config information

DEBUG MODE

SQL Error : 1146 Table 'database.REPUTATION_CONFIG_TABLE' doesn't exist

SELECT * FROM REPUTATION_CONFIG_TABLE

Line : 31
File : reputation_common.php
Also when attempt to access the settings via ACP the following error is spit back

Code: Select all

phpBB : Critical Error

Could not query config information in admin_board

DEBUG MODE

SQL Error : 1146 Table 'database.REPUTATION_CONFIG_TABLE' doesn't exist

SELECT * FROM REPUTATION_CONFIG_TABLE

Line : 45
File : admin_reputation.php
Am I overlooking something simple?
antongranik
Registered User
Posts: 153
Joined: Tue Oct 07, 2003 5:41 pm
Location: russia/moscow
Contact:

Post by antongranik »

Sorry about that. :( Here's the change (the download rar above updated as well).

Code: Select all

# 
#-----[ OPEN ]------------------------------------------ 
# 
includes/constants.php

# 
#-----[ FIND ]------------------------------------------ 
# 
define('VOTE_USERS_TABLE', $table_prefix.'vote_voters');

# 
#-----[ AFTER,  ADD ]------------------------------------------ 
#
define('REPUTATION_TABLE', $table_prefix.'reputation');
define('REPUTATION_CONFIG_TABLE', $table_prefix.'reputation_config');
After this change you can run reputation_mod_users_update_v001.php
anton granik. graphic designer.
HoundoftheB
Registered User
Posts: 210
Joined: Tue Nov 29, 2005 1:11 am
Contact:

Post by HoundoftheB »

um....when I try to download it shows up in a completely different language... Any chance of english?
antongranik
Registered User
Posts: 153
Joined: Tue Oct 07, 2003 5:41 pm
Location: russia/moscow
Contact:

Post by antongranik »

HoundoftheB, haven't got what you were trying to tell me. :) This mod is in english. :) Russian translation is only included and optional.
anton granik. graphic designer.
gamerxgirl
Registered User
Posts: 379
Joined: Tue Feb 22, 2005 4:13 pm

Post by gamerxgirl »

Wow, this looks like a great mod, the only problem is that it seems the .rar download file is corrupt because I can't seem to download it, and recieve some sort of coding or such.
User avatar
stickerboy
Former Team Member
Posts: 7349
Joined: Mon Mar 29, 2004 2:27 pm
Location: Scotland
Name: Kenny Cameron
Contact:

Post by stickerboy »

downloaded fine for me. i'm installing at the moment :)
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
antongranik
Registered User
Posts: 153
Joined: Tue Oct 07, 2003 5:41 pm
Location: russia/moscow
Contact:

Post by antongranik »

gamerxgirl, .rar is ok. Check your browser or use "Save Target As...".
anton granik. graphic designer.
User avatar
stickerboy
Former Team Member
Posts: 7349
Joined: Mon Mar 29, 2004 2:27 pm
Location: Scotland
Name: Kenny Cameron
Contact:

Post by stickerboy »

hey, there's a few bugs in the install script - had to make a few changes to install properly- but other than that, this MOD is fantastic.
I've been waiting for this for sometime and it's great :)
check out my forums for a live demo. (link in sig)

I'll post the errors i found tomorrow, as i'm on my way out ;)
I was wondering though, is it possible to have a section in the profile area, where you can see the last 10 reputation points and the comments - like the way vBulletin has in the UserCP? :D

once again, brilliant stuff. hope you can get it validated
I'm a web-designing code-decrypting tech-support musician
|| Twitter || Flickr || phpBB Snippets ||
Formerly known as cherokee red
antongranik
Registered User
Posts: 153
Joined: Tue Oct 07, 2003 5:41 pm
Location: russia/moscow
Contact:

Post by antongranik »

cherokee red wrote: I'll post the errors i found tomorrow, as i'm on my way out ;)

Thanks! :)
cherokee red wrote: I was wondering though, is it possible to have a section in the profile area, where you can see the last 10 reputation points and the comments - like the way vBulletin has in the UserCP? :D

Yep, there is reputation history link in the profile. Though it shows up only when there IS a history of this user's reputation. :)
cherokee red wrote: once again, brilliant stuff. hope you can get it validated

Thanks! I'll fix all bugs and release it (the mod, not the bugs). :)
anton granik. graphic designer.
rockboyteek
Registered User
Posts: 591
Joined: Tue Mar 29, 2005 2:50 pm
Contact:

Post by rockboyteek »

Man this mod is great.. will install it.. i am using another one as i wanted one like the VB reputation system... but i think this is closer to it.. once i install it i shall have a wonder into the code and maybe tell you a few nice changes you COULD make :wink: .. hope you have no problems with that... i am new to PHP but know some stuff for it :D
http://www.adminfuel.com/ - Forum for Forum Administrators
rockboyteek
Registered User
Posts: 591
Joined: Tue Mar 29, 2005 2:50 pm
Contact:

Post by rockboyteek »

Hmm.. not to happy about the medal thing though... isn't there a way of having a progressive thing like on VB?
http://www.adminfuel.com/ - Forum for Forum Administrators
antongranik
Registered User
Posts: 153
Joined: Tue Oct 07, 2003 5:41 pm
Location: russia/moscow
Contact:

Post by antongranik »

rockboyteek wrote: Hmm.. not to happy about the medal thing though... isn't there a way of having a progressive thing like on VB?

There is always a way but I like the medal system. But what do you mean "progressive thing like on VB"?
anton granik. graphic designer.
rockboyteek
Registered User
Posts: 591
Joined: Tue Mar 29, 2005 2:50 pm
Contact:

Post by rockboyteek »

Right i will see if i can do anything, new to phpBB like i said.. but you know vBulletin Forum Software, they have a reputation system.. and that is what i like, :wink: ..
http://www.adminfuel.com/ - Forum for Forum Administrators
Locked

Return to “[2.0.x] MODs in Development”