My Community Forum and community blog View as Forum is coming up as a blank page on ELGG 0.9. I've done what it says in the readme file for the forum plugin.
-copy the forum folder to your <elgg directory>/mod/ folder done
-login as "news" (executes a minor database upgrade) done
-edit mod/forum/config.php to change config (optional) didn't change it
-visit a community blog that has a few posts and comments to those posts = blank page :-(
-on the community blog, find the link that says "View as Forum"
Add the following lines to the end of your .htaccess file (just above the </ifmodule>): added it to bottom of file before this line
#FORUM PLUGIN REWRITE ELEMENTSRewriteRule ^([A-Za-z0-9]+)\/forum\/?$ mod/forum/forum.php?weblog=$1RewriteRule ^([A-Za-z0-9]+)\/forum\/skip=([0-9]+)$ mod/forum/forum.php?weblog=$1&weblog_offset=$2RewriteRule ^[A-Za-z0-9]+\/forum\/([0-9]+)(\.html)?$ mod/forum/forum_view_thread.php?post=$1
Is there anything I didn't do?
Keywords: blank page, community blog, forum
