MyBB Community Forums

Full Version: MYPS (my point system)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
1.2 is released

August 12, 2007 version 1.2
===========================
Fixed bug where mod action showed for latest donation
Altered mypslog table for larger donations and modactions
Added security to inputs with intval() and mysql_real_escape_string()
Added support for decimals
Added admin options for permissions to manage myps
Fixed recount bug where if mypschar was 0 it would bypass the longer message parse

http://www.mybbcentral.com/showthread.php?tid=219

Enjoy.
Is there a line of code in MYPS that can show the person's Points in the postbit template?

I altered mine a bit, so I tried looking in the plugin files to see if MYPS added it (since it probably couldn't find the code it needed), but I couldn't find anything.
It adds the points to {$post['user_details']}.
But maybe this can help you;
http://community.mybboard.net/showthread...#pid159040
LeX- Wrote:It adds the points to {$post['user_details']}.
But maybe this can help you;
http://community.mybboard.net/showthread...#pid159040

Thanks. That looks like just what I need. Smile
Is there any way for it to give points based on previous actions before the mod. was installed?

As I just installed the mod. and everyone has zero points.
There is a recount feature in admincp. Smile

Careful though if you have a large forums it can take a while. The site in your sig is fine. It will recount well. Just set up your points in settings first and then run the recount.
Ah I see, thanks.

The only problem is that it says I don't have permission to access it...

It says this:


Access Denied

You do not have permission to access this part of the administration control panel.
Go into admincp admin permissions and give yourself MYPS rights. I gotta make it yes by default in next version.
That did the trick.

Now I'm able to access it, and was able to do the recount as well.

Thanks for your help.
I have recently installed MyBB on my webserver. The name of my website is GENi

I installed the MYPS 1.2. I uploaded all the files correctly but when i try to activate it, It gives the following errors

Quote:MySQL error: 1366
Incorrect integer value: 'NULL' for column 'gid' at row 1
Query: INSERT INTO mybb_settinggroups (gid, name, title, description, disporder, isdefault) VALUES ('NULL', 'MYPS', 'MYPS', 'Add a points system to your forums.', '25', 'no')
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15