[ABD] Reputation System

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.
PurpleOut
Registered User
Posts: 4
Joined: Tue Feb 14, 2012 3:24 am

Re: [DEV] Reputation System

Post by PurpleOut »

Any update? :D
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [DEV] Reputation System

Post by Pico88 »

I finished first working, but still development version.
Don't install development version on live board :!:
To make faster development I will not provide any updates until Beta version.


Download link in first post.
Please do not PM me for support.
User avatar
victory1
Registered User
Posts: 935
Joined: Sun Oct 10, 2010 6:47 pm

Re: [DEV] Reputation System

Post by victory1 »

Is it going to be possible to convert from Adian1 Reputation system? I've requested this of Adrian when he was working on the last reputation system. Could you consider it? Thanks

Here's what I asked:
Could you add a reputation notification like vBulletin under last visit on index page? It's hard to know to check your rep sometimes without this notification. Plus I think the users would use it more with some type of reminders.
Here's an example of a vB forum that I'm a member of:
Image
It disappears again after you click on it and it takes you to your comments.
Image
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [DEV] Reputation System

Post by Pico88 »

victory1 wrote:Is it going to be possible to convert from Adian1 Reputation system? I've requested this of Adrian when he was working on the last reputation system. Could you consider it? Thanks
You mean User Reputation Points? :)
I have already tested conversion form Helpmod and it worked fine. There shouldn't be any problem with conversion from others.
victory1 wrote: Here's what I asked:
Could you add a reputation notification like vBulletin under last visit on index page? It's hard to know to check your rep sometimes without this notification. Plus I think the users would use it more with some type of reminders.
That may be possible. The notification could be in line with PM and link to own posts (new points and comments); in UCP there could be a reputation tabs with list of reputation - when you enter it, the notificiation will hide.

Firstly, I will concentrate on basic functions.
Please do not PM me for support.
aicbal
Registered User
Posts: 46
Joined: Tue Jan 03, 2012 5:55 pm

Re: [DEV] Reputation System

Post by aicbal »

While installing this mod i faced the following difficulty:

Editing: includes/acp/acp_groups.php

While finding the code below, multiple results. which one to consider?

Code: Select all

));
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [DEV] Reputation System

Post by Pico88 »

aicbal wrote:While installing this mod i faced the following difficulty:

Editing: includes/acp/acp_groups.php

While finding the code below, multiple results. which one to consider?

Code: Select all

));
The first one after

Code: Select all

							'skip_auth'		=> 'int',
						);
Please do not PM me for support.
demon327
Registered User
Posts: 847
Joined: Thu Nov 16, 2006 2:16 pm

Re: [DEV] Reputation System

Post by demon327 »

aicbal wrote:While installing this mod i faced the following difficulty:

Editing: includes/acp/acp_groups.php

While finding the code below, multiple results. which one to consider?

Code: Select all

));
Its always the first result...
User avatar
StylesFactoryCom
Registered User
Posts: 145
Joined: Wed Dec 19, 2007 10:48 pm
Location: Poland

Re: [DEV] Reputation System

Post by StylesFactoryCom »

I am testing this mod and there are no icons showing up to give rep points. Any solution?
Looking for cheap and cool styles? PM me :P.
--> [email protected]
My official themes site: http://www.stylesfactory.pl
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [DEV] Reputation System

Post by Pico88 »

You have to set up permissions for each forum (or group).
Please do not PM me for support.
User avatar
StylesFactoryCom
Registered User
Posts: 145
Joined: Wed Dec 19, 2007 10:48 pm
Location: Poland

Re: [DEV] Reputation System

Post by StylesFactoryCom »

Code: Select all

Language file ./../language/en/mods/reputation_mod.php couldn't be opened.
This file is missing from the pack
Looking for cheap and cool styles? PM me :P.
--> [email protected]
My official themes site: http://www.stylesfactory.pl
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [DEV] Reputation System

Post by Pico88 »

Copy reputation_system as reputation_mod.

Now I'm working on that mod.
Please do not PM me for support.
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [BETA] Reputation System

Post by Pico88 »

The mod is updated to 0.1.0 (beta). Download link in first post.

EDIT:
Updated to 0.1.1.
Please do not PM me for support.
Robi052
Registered User
Posts: 22
Joined: Sun Dec 18, 2011 6:08 pm

Re: [BETA] Reputation System

Post by Robi052 »

It's awesome mod. Works great. But I have two problems. Using skyblue theme

1) In skyblue theme, profile, reputation details Reputation number is not collored like in prosilver (green or red). Which part of code must entered? In skyblue/theme/stylesheet.css add "@import url("reputation.css");" and upload reputation.css in that folder. But dont work :(

2) In posts cannot see icon_rate_good.jpg or icon_rate_bad.jpg to give reputation to post. See only number. I guess the problem is skyblue theme.

UPDATE: In prosilver theme no problem. I can see colors and pictures of the thumb

P.S. Sorry on my bad english :mrgreen:

Thanks
User avatar
Pico88
Registered User
Posts: 878
Joined: Sat Mar 07, 2009 10:24 pm
Location: Poland
Name: Lukasz

Re: [BETA] Reputation System

Post by Pico88 »

Robi052 wrote:It's awesome mod. Works great. But I have two problems. Using skyblue theme

1) In skyblue theme, profile, reputation details Reputation number is not collored like in prosilver (green or red). Which part of code must entered? In skyblue/theme/stylesheet.css add "@import url("reputation.css");" and upload reputation.css in that folder. But dont work :(

2) In posts cannot see icon_rate_good.jpg or icon_rate_bad.jpg to give reputation to post. See only number. I guess the problem is skyblue theme.

UPDATE: In prosilver theme no problem. I can see colors and pictures of the thumb

P.S. Sorry on my bad english :mrgreen:

Thanks
Have you edited skyblue theme files? The icons (rate good/bad) are included in prosilver imageset, so copy them to skyblue imageset. After editing style files you have to refresh all parts - theme, template and imageset.
Please do not PM me for support.
Robi052
Registered User
Posts: 22
Joined: Sun Dec 18, 2011 6:08 pm

Re: [BETA] Reputation System

Post by Robi052 »

Yes I am.

Edit:
root/styles/skyblue/imageset/imageset.cfg,
root/styles/skyblue/template/index_body.html,
root/styles/skyblue/theme/stylesheet.css

Upload:
root/styles/skyblue/template/reputation_details.html
root/styles/skyblue/template/reputation_postdetails.html
root/styles/skyblue/template/reputation_ratepost.html
root/styles/skyblue/template/reputation_rateuser.html
root/styles/skyblue/theme/reputation.css

Copy to skyblue:
styles/skyblue/template/mcp_warn_post.html
styles/skyblue/template/mcp_warn_user.html
styles/skyblue/template/memberlist_view.html
styles/skyblue/template/viewtopic_body.html

After edit refresh all and empty cache.

Return to “[3.0.x] Abandoned MODs”