I’m running the Discussion Forum Module 2.2.0 on ExpressionEngine 1.7.0 and want to know if it’s possible to place my forums further in the site structure than the at the site_url?
For example, http://www.mysite.com/dir1/forums instead of http://www.mysite.com/forums
Based on things I’ve read in the EE forums, I added
{exp:forum}to the index template for for the dir1 template group.
Af first, everything looks like the forums. I get the forums landing page, but beyond that page, things get messy: threads don’t render, nor do tags on the member profile page, and some of the links point to the forum home as set on the module preference page (http://www.mysite.com/dir1/forums) while others point to http://www.mysite.com/forums.
Am I trying to do something I shouldn’t?