Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
425 views
in Plugins by
Hi,

To integrate q2a to my site I needed to write a plugin. I also needed to use external functions within my sites code. So I need a 2-way integration both for q2a site and within my site (to post questions, answers and all).

The question is: When I use the functions like qa_post_create or something like that within my site, how can I activate the plugin I wrote so it creates the question correctly. I checked the "_create" functions but there's nothing about plugins there which is normal.

1 Answer

+1 vote
by
It sounds like you're looking for an event module:

http://www.question2answer.org/modules.php#event
...