Simple status box for the sidebar.
[elgg_plugins.git] / suggest / INSTALL.txt
blob9165ac8bf91ea5df49438443991ae76be030c5c5
1 Elgg suggest plug-in
2 Diego Andrés Ramírez <diego@somosmas.org>
3 Initial concept: Diego Ramírez
4 Programming and development: Diego Ramírez
6 To use, the 'suggest' folder must sit in the 'mod' folder of your Elgg installation.
8 if you set SUGGEST_SUBMENU_CONTRIBUTIONS to true you must to add the following rewrite rule in your
9 .htaccess file:
11 # Suggest
12 ###########
13 RewriteRule ^([A-Za-z0-9]+)\/([A-Za-z]+)\/suggestions\/?$       mod/suggest/suggest.php?profile_name=$1&type=$2