i want to add some functionality to jforum. i want some forums on the jforum to be associated with some mailing list. i want the administrator to be able to subscribe the forum to a mailing list. i login as admin, go to forum management and add a text box where i can put the email of the mailing list where i want to subscribe the mailing list. when i click the subscribe button, an email with a subscription command is sent to the mailing list.
what are the files where i add the text box and the subscribe button?
where can i add the email sending code? [originally posted on jforum.net by test895]
Take a look at templates/default/admin/forum_*.html, and the classes Forum.java, ForumDAO.java, ForumAction.java and GenericForumDAO.java. The sql queries are in the file generic_queries.sql
Rafael [originally posted on jforum.net by Rafael Steil]