Hi,
I would very much like to integrate jforum to my web application. A key feature is, however, to have different themes in one installtion. I already searched the forums but did not find any answer.
So here is what I have:
- I have an eLearning environment with different courses running on the same server,
- each course has its own theme / style, so each course needs to have a forum with its own theme
- our users can participate in different courses at the same time
And this is what I need:
1) I understand that it is possible to have different themes with jforum. Is that correct?
2) I need to switch the theme to be uesed at runtime. It would be sufficient if the theme is chosen once per web session. The ideal solution, however, would be to be able to switch the theme on a request base.
I already tried to use the jforum_themes table in the database, yet had no success.
I was thinking of implementing a simple
servlet filter that could make the decision which theme to be used. But where do I have to tell jforum about this decision?
Thanks for your help!!
[originally posted on jforum.net by rdkamm]