Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Installing MyPlaza
lufbra Offline
Junior Member
**
Posts: 2
Joined: Jan 2008
Post: #1
Installing MyPlaza
I'm looking into installing MyPlaza, but if I'm to do this do I need to remove the MyPS points system, and will this affect any accumulated points?
03-01-2008 02:00 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Installing MyPlaza
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:

SQL Code
UPDATE mybb_users SET money=myps

then deactivate MYPS.


My Blog
03-01-2008 10:51 AM
Find all posts by this user Quote this message in a reply
Zeta Offline
Bored and experimenting
**
Posts: 9
Joined: Feb 2008
Post: #3
RE: Installing MyPlaza
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.
03-04-2008 06:54 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Installing MyPlaza
You can get MyPlaza to use MYPS's money column - just edit inc/plugins/myplaza.php
Find the line:

PHP Code:
define('MYPLAZA_MONEY_COLUMN', 'money');

Replace 'money' with 'myps'


My Blog
03-04-2008 09:03 AM
Find all posts by this user Quote this message in a reply
lufbra Offline
Junior Member
**
Posts: 2
Joined: Jan 2008
Post: #5
RE: Installing MyPlaza
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. Frown
03-07-2008 10:49 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: