Has anyone ever successfully integrated the ExpressionEngine Discussion Module within regular templates?
I can include the code {exp:forum}
into one of my templates and this successfully brings up the forum home page, but I get a 404 error on every link.
This happens because EE is writing out the forum links incorrectly.
Rather than this hyperlink being output:
/members/discussion-board/viewforum/1/
I get something like this instead:
/members/viewforum/1/
I understand that changing the forum URL to use {segment_2}
instead of {segment_1}
requires some additional setup.
I have followed the instructions for Running the Forums Through Regular Templates with no luck. Any help is much appreciated.
I am using ExpressionEngine v2.2.2 with the Discussion Forum Module v3.1.4.