MyBB Community Forums

Full Version: Store / Point system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I see there are a lot of point system but only one store system/plugin fot mybb that is related to myps.

However MYPS does not work for 1.6.4

Are there any other good ones out there that I don't know off?
Have you tried just adding 1.6* compatibility?
(2011-10-11, 01:25 AM)Rukbat Wrote: [ -> ]Have you tried just adding 1.6* compatibility?

Yes. I tried on localhost and here is what I get each time. I get different errors each time.

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1091 - Can't DROP 'myps'; check that column/key exists
Query:
ALTER TABLE mybb_users DROP `myps`

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 12
Query:
CREATE TABLE mybb_mypslogs ( logid smallint(8) NOT NULL auto_increment, senduid smallint(8) NOT NULL, senuser varchar(20) NOT NULL, recieveuid smallint(8) NOT NULL, recuser varchar(20) NOT NULL, altmyps varchar(16) NOT NULL, dateline int(11) NOT NULL, modaction varchar(3) NOT NULL, reason varchar(200) NOT NULL, PRIMARY KEY (logid) ) TYPE=MyISAM;
Please contact the MyBB Group for support.
NewPoints works too for MyBB 1.6.4 however it doesn't have a connection to MyPS.
I believe you can convert MyPS to Newpoints if you need to do that.
But my main concern is store. At the moment I don't know if NewPoints has a store system. I can only find MYPS store system.
NewPoints does have a store, yes.

http://forums.mybb-plugins.com/Forum-Plugins
(2011-10-11, 02:35 AM)PJGIH Wrote: [ -> ]NewPoints does have a store, yes.

http://forums.mybb-plugins.com/Forum-Plugins

Nevermind yes I found it after posting. Thank you for your help.