I am looking to integrate jForum with another web application. As users enter a topic into the other application, I would like that application to automatically insert the topic into jForum as a new forum.
One way in which we can do that would be to insert directly into jForums database. However, it would be simpler if we could simply execute a
servlet to do the addition from the other application: e.g. /jforumjforum/jforum.page?module=forum&action=new&forum_name=TheName&moderate=0&categories_id=1&description=test&groupsAccess=&groupsAnonymous=&groupsReadOnly=&groupsHtml=&userid=Admin&password=Admin
..or something similar to the like.
Has anyone tried to do this? If so, what would be the appropriate query
string?
Thanks!
[originally posted on jforum.net by Anonymous]