Oct 12, 2007, 03:34 PM
Oct 12, 2007, 03:55 PM
1 new setting (maxposts) + 1 if statement can do that =P Except the points related to the poll, since that doesn't use the myps_allow function =P
Oct 12, 2007, 03:56 PM
well i cant get what you mean
Oct 12, 2007, 03:57 PM
bojomojo Wrote:well i cant get what you mean
Then i can't help you =P
Oct 12, 2007, 03:59 PM
i guess you mean adding a new setting, but i dont know exactly what you mean
Oct 12, 2007, 04:51 PM
But do you also want them to stop earning EROP and for new threads they create?
Oct 13, 2007, 02:20 AM
I want them like to earn A Max number of points per day, that should be easier to code. Also can different forums have different rates, like if you reply in a forum you get 5 points. reply in another forum and get 10 points?
Oct 13, 2007, 05:58 AM
Yeah that's a problem. I can't see how to do this without adding a lot of overhead. I want myps to be scalable so that even sites with a million posts and 500 active users on at one time won't have a problem.
I hate bulky plugins. The VBux and phpbb points system were imho bloated with useless features. I refuse to do that with myps core. I have hooks in case you want to add stuff but the core will remain streamlined.
There is already a myps setting to remove forums from receiving myps. I do not want to create a per forum setting as this will be a nuisance for coding. For every forum added there will need to be a default and checks for custom point earnings. This is just a lot of extra code with very little benefit.
That's actually fairly easy to code into myps as a hook. You just need to check posts in the past 24 hours and then stop rewarding myps if X posts are earned. That's relatively simple in comparison to stopping all points from being earned, erop being the biggest problem.
Sorry but I designed myps from the beginning with certain features and functions in mind. It's pretty much complete as it stands.
I hate bulky plugins. The VBux and phpbb points system were imho bloated with useless features. I refuse to do that with myps core. I have hooks in case you want to add stuff but the core will remain streamlined.
There is already a myps setting to remove forums from receiving myps. I do not want to create a per forum setting as this will be a nuisance for coding. For every forum added there will need to be a default and checks for custom point earnings. This is just a lot of extra code with very little benefit.
Quote:I need a plugin to make MYPS stop adding points after a max number of posts per day.
That's actually fairly easy to code into myps as a hook. You just need to check posts in the past 24 hours and then stop rewarding myps if X posts are earned. That's relatively simple in comparison to stopping all points from being earned, erop being the biggest problem.
Sorry but I designed myps from the beginning with certain features and functions in mind. It's pretty much complete as it stands.
Oct 13, 2007, 07:06 AM
thanks its just i dont know php so i cant do that myself 
