Integration

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Integration

Post by Kirill »

I want write integration in some different system (for example simplemachine forum, mediawiki).

1. How I can from wiki or smf register user in mantis. When I can do this?

2. When I must write code to muntis, that when user create in mantis, they will created in smf and wiki?
vboctor
Site Admin
Posts: 1293
Joined: 13 Feb 2005, 22:11
Location: Redmond, Washington
Contact:

Re: Integration

Post by vboctor »

To create users in Mantis, you will need to use core/user_api.php or add them directly into the database.

To do the other way around, you will need to modify Mantis code. For Mantis 1.2, there is a plugin system where such event is planned. However, to make sure it is implemented, please report a feature request in the bug tracker to request such event in Mantis 1.2.
Migrate your MantisBT to the MantisHub Cloud
Kirill
Posts: 638
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: Integration

Post by Kirill »

Ok. Thank you very much.
Post Reply