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
What version of mysql and php are you running?
He has MySQLi , seems not to like NULL values =P You can remove that, since gid is an auto_increment field.
Open the file & Remove
        "gid" => "NULL",

And probably these will create an error too;
        "sid" => "NULL",
I should just remove it from plugin...added to bug list (first one in a long time really).
I don't know if I'm missing something with this great mod, but whenever I or members of my forum donate posts to others, it doesn't deduct the points from the amount pf points we have.
What's your site? You are the only person reporting this.

Can you set me up with a test account and give me some points to start with?
My apologies, I figured out that you have to click on the actual number to donate, I'm guessing folks were clicking on the "edit" word.... LOL

Sorry about that. Smile
Just released 1.21 with some minor fixes and improvements. You can get it at mybb central or http://www.webmasterforums.biz


November 8, 2007 version 1.21
=============================
Fixed a stats bug where the Richest Members was not correct
Added mypsdisplay in postbit for easier control
Modified my_date formatting to reflect member options properly
Altered the admin permission so YES is default for myps
Hey, while creating a Spanish language pack, I came across a couple of words that weren't on the lang files.

On the Admic CP:
Member Username
User to Process Per Page

And on the actual thing, the word "Points"

Thanks.
DCR Wrote:...

And on the actual thing, the word "Points"

That's a setting Wink

The other two are hardcoded in the adminfile
	makeinputcode("Member Username", "name1", "", 25, "", 50, 0);
	makeinputcode("User to Process Per Page", 'perpage', 100);
I will take a peek and see if I can clean up the language a bit.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15