I have just discovered a problem with community blog/forum. I can view the all the entries as a blog and create new entries OK. I can also see the forum list - but I get an unknown URL error when I try to go to an entry.
The requested URL /mod/forum/235.html was not found on this server.
The URL in the links are of the form, for example:
This seems to be completely different from the elgg.org site where they are of the form:
I am running on two servers - one is a test install and the other my live one. The test one works but the live one doesn't! Any ideas? Also although the config.php is set to display as a forum by default they all display as blogs instead? Are these issues related?
Keywords: forum

Comments
Looks like you may have missed adding the few lines to the .htaccess file???
Here: href=\"forum_view_thread.php?post="
It use relative url's. So in the main list it's ok, but when you enter a discussion the url is something like mod/forum/forum_view... and the the link appears as mod/forum/id.html
But this should work anyway if you put in your .htaccess the lines as say in the readme.