Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storytellercz/umf
Users - Messages - Forums -- This is an advance package of A3M that adds to its basis functionality private messages and simple forums to kickstart the development of web apps even more.
https://github.com/storytellercz/umf
Last synced: about 1 month ago
JSON representation
Users - Messages - Forums -- This is an advance package of A3M that adds to its basis functionality private messages and simple forums to kickstart the development of web apps even more.
- Host: GitHub
- URL: https://github.com/storytellercz/umf
- Owner: StorytellerCZ
- Created: 2013-12-27T14:43:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T03:58:50.000Z (about 9 years ago)
- Last Synced: 2024-10-04T19:19:17.476Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 30.7 MB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing.md
Awesome Lists containing this project
README
UMF
===[![Join the chat at https://gitter.im/AdwinTrave/UMF](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AdwinTrave/UMF?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Users - Messages - Forums -- This is an advance package of A3M that adds to its basis functionality private messages and simple forums to kickstart the development of web apps.
### Author
**AdwinTrave** [@Storyteller_cz](https://twitter.com/Storyteller_cz)
### Dependencies
* PHP 5.3
* CURL
* DOM or domxml
* GMP or Bcmatch### UMF came from merging of
* [A3M](https://github.com/donjakobo/A3M/)
* [Mahana Messaging Library](https://github.com/jrmadsen67/Mahana-Messaging-library-for-CodeIgniter)
* [CIBB](http://superdit.com/2012/08/15/cibb-an-experimental-basic-forum-built-with-codeigniter-and-twitter-bootstrap/)### Installation
1) Upload all the files to your server2) Setup database and import into it the content of `database.sql`
3) Go through `application/config/config.php` and `application/config/database.php` and make sure that all the values are set correctly.
4) Adjust the settings in `application/config/umf/` to your liking.
5) Go to `application/language/english/general_lang.php` and change the default page name there.
6) You are all set. First user to register on the webpage is going to become the admin.