Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
update README for Flash News
Browse files Browse the repository at this point in the history
  • Loading branch information
imknight committed Aug 27, 2011
1 parent 6c95c87 commit f4c93b7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ FUEL CMS Modules
================
I have created some of the modules for my own freelance work , just share it and open source it, giving back to the FUEL CMS community. There are few more modules in my mind which I going to release it here.

Flash News
----------
I build this module to allow admin flash some news to the user through the notification block

### Installation
* Unzip and move the flash_news folder to /fuel/modules/
* Setup the mysql db from the install folder
* Add "flash_news" to $config['modules_allowed'] @ /fuel/application/config/My_fuel.php
* Add "flash_news to "$config['dashboards'] @ /fuel/application/config/My_fuel.php
* Copy the notifications.php from install folder to /modules/fuel/views/_blocks/ and replace the original notifications.php
* You should see the new "Flash News" option showing @ Manage.
* There are 2 permission to set , "flash_news/news" to manage the news and "flash_news/view_news" to view the news.

Group Access
------------
I remember see the group access feature discussion in the forum , so I build this to allow user set the batch permission easily.
Expand All @@ -14,7 +27,7 @@ I remember see the group access feature discussion in the forum , so I build thi


### Installation
* Unzip the group_access folder to /fuel/modules/
* Unzip and move the group_access folder to /fuel/modules/
* Setup the mysql db from the install folder
* Add "group_access" to $config['modules_allowed'] @ /fuel/application/config/My_fuel.php
* You should see the new "Group Access" option showing @ Manage.
Expand Down

0 comments on commit f4c93b7

Please sign in to comment.