[RC] Points MOD 1.0.3

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!
Scam Warning
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin

Re: [RC] Points MOD 1.0.2

Post by Kamahl19 »

BlueCollar wrote:If I could make one request, it would be that users can earn points per word in their posts. If people only get points per post, they are more likely to give short responses just to earn points and I would prefer my users to earn points based on thoughtful and insightful posts.
I will think about it and when I get to Points MOD again I will probably add this feature too.
mildmr
Registered User
Posts: 2
Joined: Sun Feb 05, 2012 4:46 pm

Re: [RC] Points MOD 1.0.2

Post by mildmr »

Points Mod 1.0.2 breaks Support Tool Kit Login and General Forum Login via Google Chrome.

phpBB 3.0.9 and prosilver Theme.
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin

Re: [RC] Points MOD 1.0.2

Post by Kamahl19 »

mildmr wrote:Points Mod 1.0.2 breaks Support Tool Kit Login and General Forum Login via Google Chrome.

phpBB 3.0.9 and prosilver Theme.
I am pretty sure Points MOD has nothing to do with Login or STK
mildmr
Registered User
Posts: 2
Joined: Sun Feb 05, 2012 4:46 pm

Re: [RC] Points MOD 1.0.2

Post by mildmr »

Kamahl19 wrote:
mildmr wrote:Points Mod 1.0.2 breaks Support Tool Kit Login and General Forum Login via Google Chrome.

phpBB 3.0.9 and prosilver Theme.
I am pretty sure Points MOD has nothing to do with Login or STK
I dont know, if deactivated in ACP, everything works fine.

But if activated its not possible to Login in STK.
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin

Re: [RC] Points MOD 1.0.3

Post by Kamahl19 »

Version 1.0.3 has been released

Changelog:
- points per word
- optimized for phpbb 3.0.10
BlueCollar
Registered User
Posts: 67
Joined: Sun Dec 05, 2010 11:54 pm

Re: [RC] Points MOD 1.0.3

Post by BlueCollar »

Sweet man I'm gonna test this on the weekend. Really love the points per word option as I believe this makes the MOD stand out. Encouraging thoughtful posts is what every forum wants.

Thanks again. I like this a lot more than the Ultimate Points MOD. Too many headaches with that one.
ZeNaNLi
Registered User
Posts: 27
Joined: Wed May 13, 2009 7:34 pm

Re: [RC] Points MOD 1.0.3

Post by ZeNaNLi »

Hi,
Published here with Turkish translation.

Thanks..
User avatar
kmakoto
Registered User
Posts: 234
Joined: Mon Mar 01, 2010 11:35 pm

Re: [RC] Points MOD 1.0.3

Post by kmakoto »

configure for forum points different?
BlueCollar
Registered User
Posts: 67
Joined: Sun Dec 05, 2010 11:54 pm

Re: [RC] Points MOD 1.0.3

Post by BlueCollar »

Hey man, I noticed a small flaw when editing posts. After you edit your post, the MOD doesn't recount the words. Someone could exploit this by spamming 10 000 words or so to get the points, and then edit their post to show only a few words. It would be a cheap way to get points.

Solution:
  • Have the mod re-count the words after the post edit
  • If there are more words, add the respective points
  • If there are fewer words, subtract the respective points
I've been testing this MOD extensively, that's the only flaw I've found so far. Keep up the good work! Really like this MOD!
User avatar
Kamahl19
Registered User
Posts: 1598
Joined: Tue Nov 06, 2007 3:33 pm
Location: Slovakia
Name: Martin

Re: [RC] Points MOD 1.0.3

Post by Kamahl19 »

BlueCollar wrote:Hey man, I noticed a small flaw when editing posts. After you edit your post, the MOD doesn't recount the words. Someone could exploit this by spamming 10 000 words or so to get the points, and then edit their post to show only a few words. It would be a cheap way to get points.

Solution:
  • Have the mod re-count the words after the post edit
  • If there are more words, add the respective points
  • If there are fewer words, subtract the respective points
I've been testing this MOD extensively, that's the only flaw I've found so far. Keep up the good work! Really like this MOD!
Good idea I will implement it or maybe you could provide a solution, because I will release a new version of this MOD later.
Kontroler
Registered User
Posts: 7
Joined: Mon Jan 30, 2012 1:42 pm

Re: [RC] Points MOD 1.0.3

Post by Kontroler »

Question deleted
Romantico
Registered User
Posts: 18
Joined: Sun May 06, 2012 2:33 pm

Re: [RC] Points MOD 1.0.3

Post by Romantico »

Hi i just have a one problem with this mod.
Where can I make the, only administrator can modify the points?
Because my other groups can modify their points even others.

Thanks awesome mod


-----------------------

Nvm I found it thanks
Romantico
Registered User
Posts: 18
Joined: Sun May 06, 2012 2:33 pm

Re: [RC] Points MOD 1.0.3

Post by Romantico »

hi its me again sorry for double posting.
how can I make the points visible in memberlist.php ?

thanks a lot
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm

Re: [RC] Points MOD 1.0.3

Post by KillBill. »

Hi

install_ponts.php error permission set

Code: Select all

    'permission_set' => array(
			array('REGISTERED', 'u_use_transfer', 'group'),
			array('ROLE_USER_STANDARD', 'u_use_transfer', 'role'),
			array('ROLE_USER_FULL', 'a_points', 'role'),
			array('ROLE_MOD_STANDARD', 'm_chg_points', 'role'),
			array('ROLE_MOD_FULL', 'm_chg_points', 'role'),
			array('ROLE_ADMIN_FULL', 'a_points', 'role'),
		),

Code: Select all

array('ROLE_USER_FULL', 'a_points', 'role'),
user full role add admin permission ??????????
saber210
Registered User
Posts: 37
Joined: Thu Jul 15, 2010 1:54 am

Re: [RC] Points MOD 1.0.3

Post by saber210 »

This is good if you can give negative points to the user..

The user who give negative points will be deducted by the negative points he also give..

And is that possible the more points you have you will have some sort of stars or medals?

Thanks!
The grove by rockwell - Self hosted Pinoy Forum TeamPH

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