

DESCRIPTION
-----------
A simple members suggestion or ideas reporting/tracking system based on Digitaniums Error Report Infusion.

INSTALLATION
------------
1. Upload the 'ideas_submit' folder to your Infusions folder.
2. Upload included infusion panel image to php-files/administration/images
2. Go to System Admin -> Infusions
3. Select "Ideas Submit" from the list and press the "Infuse" button


PANEL INSTALLATION
---------------------
1. Upload the 'latest_ideas_submit_panel' folder to your Infusions folder.
2. Go to System Admin -> Panels, add a new side panel and select 'latest_ideas_submit_panel'
3. Give it a name of "Latest Ideas" (or something appopriate)
4. Save the Panel, return to Panels Admin and enable the Panel.

CONFIGURATION
----------------

Alter the submission categories to suit your site in /idea_submit/locale/English.php, lines 47 to 54

$locale['ide200'] = "Overall Site";
$locale['ide201'] = "Articles";
$locale['ide202'] = "Forum";
$locale['ide203'] = "Photogallery";
$locale['ide204'] = "News";
$locale['ide205'] = "Downloads";
$locale['ide206'] = "Weblinks";
$locale['ide207'] = "Other";


NOTES
-----
The number of ideas displayed can be changed by editing line 30 of latest_ideas_submit_panel.php. Change
         DESC LIMIT 0,5
at the end of the line to
         DESC LIMIT 0,X
where X is the number of submitted ideas you want to show.


CHANGELOG
---------

