( Version 2.4 )
User Ideas is an extension that provides functionality for creating and managing ideas pool, suggestions, issues, user feedbacks,...
##Documentation You can find documentation on following pages.
##Download You can [download UserIdeas package] (http://itprism.com/free-joomla-extensions/ecommerce-gamification/feedbacks-ideas-suggestions) and all payment plugins from the website of ITPrism.
##License User Ideas is under [GPLv3 license] (http://www.gnu.org/licenses/gpl-3.0.en.html).
This repository contains code that you should use to create a package. You will be able to install that package via [Joomla extension manager] (https://docs.joomla.org/Help25:Extensions_Extension_Manager_Install).
##How to create a package?
- You should install [ANT] (http://ant.apache.org/) on your PC.
- Download or clone [User Ideas distribution] (https://github.com/ITPrism/UserIdeasDistribution).
- Download or clone the code from this repository.
- Rename the file build/example.txt to build/antconfig.txt.
- Edit the file build/antconfig.txt. Enter name and version of your package. Enter the folder where the source code is (Social Community distribution). Enter the folder where the source code of the package will be stored (the folder where you have saved this repository).
- Save the file build/antconfig.txt.
- Open a console and go in folder build.
- Type "ant" and click enter. The system will copy all files from distribution to the folder where you are going to build an installable package.
ant
##Contribute If you would like to contribute to the project you should use User Ideas distribution. That repository provides Joomla CMS + User Ideas. You can clone it on your PC and install it on your localhost. You should use it as development environment. You should use it to create branches, to add new features, to fix issues and to send pull request.