Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recount points?
Jun 18, 2008, 07:47 AM
Post: #1
Recount points?
Hello,

I have set it so there is a 150 character min and I recounted all forum points and people even get points for posts under 150 characters.

How do I get it so it resets so they only get the points for posts over 150 characters?

Anime & Role Playing !!
Find all posts by this user
Quote this message in a reply
Jun 18, 2008, 10:21 AM (This post was last modified: Jun 18, 2008 10:22 AM by LeX-.)
Post: #2
RE: Recount points?
Open ./admin/myps.php

Find
PHP Code:
                $meslength += strlen($message); 

Add Above
PHP Code:
                if(my_strlen($message) < intval($mybb->settings['myps_minchar']))
                {
                    continue;
                } 

After you've changed it and uploaded the file; do a recount.
Note: Untested;

Visit this user's website Find all posts by this user
Quote this message in a reply
Jun 18, 2008, 10:38 AM
Post: #3
RE: Recount points?
There should probably be those if statements above a lot of the recount variables, since I noticed long ago that the recount doesn't take into account many of the exceptions and minimum settings. For example the groups that aren't supposed to be able to earn MYPS. They will during a recount.
Find all posts by this user
Quote this message in a reply
Jun 18, 2008, 03:24 PM
Post: #4
RE: Recount points?
Yeah it will totally be rewritten for mybb 1.4. There will be a lot of optimizing. It's hard to write code you know will need to be redone for 1.4.

CLICK HERE to find out more about a custom theme design for mybb.
[Image: mybbsig.php]
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  MYPS (a mybb points system) labrocca 223 20,010 Dec 02, 2008 03:49 AM
Last Post: nhoss2
  Points per user group fsd 5 828 May 17, 2008 01:41 PM
Last Post: ts0ll
  Edit "points" Formatting mikeyz54 0 354 May 06, 2008 08:42 AM
Last Post: mikeyz54
  Points for Products Shooter 2 446 Nov 26, 2007 05:35 PM
Last Post: labrocca
  Center the " Points: 0 (Edit)" incadudeF 14 849 Sep 27, 2007 07:03 PM
Last Post: dolun_ay

Forum Jump:



MyBB Topsite icon buffet