Changing the URL of an ExpressionEngine forum
Posted
by
Steph
on Stack Overflow
See other posts from Stack Overflow
or by Steph
Published on 2011-11-25T14:03:21Z
Indexed on
2011/11/25
17:50 UTC
Read the original article
Hit count: 308
php
|expressionengine
I've set up a forum on ExpressionEngine and customised the URL as I want a specific path to the forum.
To do this I went to Modules > Discussion Forum > Forum Board Preferences and in the Forum URL put in my desired URL. Let's call it http://www.mywebsite.com/students/forum/
My homepage displays the latest 5 posts from the forum. It all works except for the URLs which don't go to this URL and instead point to http://www.mywebsite.com/forums/viewthread/xxx
Is there an extra step I am missing here? Why doesn't the forum URL just update automatically when I save it?
© Stack Overflow or respective owner