-
MODX Staff
- 12,272 Posts
Go for it. I’ve heard VERY good things about it’s code. Would love to have a solid API that lets us integrate the user systems more easily than SMF.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Yeah, definitely go for it! If you can create a module that will allow MercuryBoard to easily snap into MODx with support for user integration as well. That would definitely be sweet!
On a side note, I’m thinking of playing around with PunBB to do something similar. I’ve looked at the code and it looks like it would be pretty easy to redo the user authentication to use the MODx authentication instead.
My thinking is that we can have the best of both worlds. Certainly it would be good to have a few modules and such that allow MODx users to integrate and bridge an existing forum application with MODx. But on the other hand, I think it would also be good to have one solid, dedicated forum app that is specific to MODx with native integration. Being as both PunBB and MercuryBoard are both GPL applications, I don’t see why it would be a bad thing to fork it a little bit and redo the authentication methods to support MODx. I’m sure if we talk to the devs, they probably won’t mind and (who knows!) they might just support such an effort!
Jeff Whitfield
"I like my coffee hot and strong, like I like my women, hot and strong... with a spoon in them."
Hmmm,
What would be necessary to give to QuickSilver to help them to tie into our system?
ie, which of out API would be the ones they would need to build an API glue for?
Tangent-Warrior

-
☆ A M B ☆
- 24,524 Posts
The major issue with any external application is the user validation system.
ok, that’s a good start. Which API’s are we talking about?
Tangent-Warrior

-
MODX Staff
- 12,272 Posts
Their APIs probably don’t exsit yet. But Raymond can tell you off the top of his head what would be needed.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Hi,
At present MODx does not support custom Roles which is very important for allowing extenal applications to fully integrate with the MODx user system.
A developer can however use MODx to validate user logins and has those user tables linked to the their application Security system.
example
modx_quicksilver_usersettings table contains the following fields:
userid - this modx user id.
{other quicksilver related security setting fields}
When the user is logged on and navigates to a quicksilver page the program looks up the user’s setting based on the currenlty logged modx user id. There is no need for the application to validate the user or maintain a list of user except when in standalone mode.