posted 16 years ago
I have a commercial Confluence license, but I want to serve parts of the Wiki to the public, allowing registered users to comment and discuss. I don't have the $8K to upgrade Confluence to handle this. Jforum can definitely handle this commenting aspect, but I need some way to integrate the two. Could somebody knowledgeable about Jforum customization opine about the practicality of the following approaches?
Have jForum at the top level and work as usual, but have the root post of the topics consist of the content of the target Confluence wiki page. Add a new Jforum (square-bracket) markup tag so that authorized users can inline the content of the target Confluence Wiki page being served by my Confluence server, similar to JSP-including.
Similar to previous item, but instead of having the Jforum instance perform the fetch, just write an inline HTML frame and let the browser do the including. I'd think this would be simpler to implement and manage, and more efficient, but I'd have more work dealing with browser compatibility issues around inline frames.
Conversely, leave jForum in its off-the-shelf state ,and display the entire jForum pages inside another page. The content of the jForum topic's root post would just say something like "The document above". Either make a wrapper page that will include or inline-frame the two related Confluence + jForum pages; or modify Confluence to include or inline-frame the entire jForum page after the main Wiki page content.
[originally posted on jforum.net by blaine]