03-01-2008, 02:00 AM
03-01-2008, 10:51 AM
MYPS and MyPlaza use different fields in MySQL. I have never tried them together, so I can't guarantee anything.
But I would presume they should work fine together.
If you want, you can copy points over - is that what you're asking for?
If so, after activating both plugins, run the following SQL query:
But I would presume they should work fine together.
If you want, you can copy points over - is that what you're asking for?
If so, after activating both plugins, run the following SQL query:
SQL Code
|
then deactivate MYPS.
03-04-2008, 06:54 AM
I can confirm (from previous experience) that most parts of MyPlaza will work with MyPS... the income module should probably be deactivated if you have both bound to the same fields (as I actually did - php-side editing FTW!), but some modules just will not work properly if that is done.
however, as far as cross-implementation of MyPlaza and MyPS... well, we'd need a plugin for that, but I already have a rough idea of how it would go.
however, as far as cross-implementation of MyPlaza and MyPS... well, we'd need a plugin for that, but I already have a rough idea of how it would go.
03-04-2008, 09:03 AM
You can get MyPlaza to use MYPS's money column - just edit inc/plugins/myplaza.php
Find the line:
Find the line:
PHP Code:
|
Replace 'money' with 'myps'
03-07-2008, 10:49 PM
Thanks for the help here, sorry for not getting back sooner but I have been fighting off a darned flu bug that's been going around.