So It works on J1.5
i try "ACL For J1.5 and Fireboard 1.0.4" on two of my local PC and my server
for the "ACL For J1.5 and Fireboard 1.0.4 Advanced" i just try on two of my local PC.
ACL For J1.5 and Fireboard 1.0.4
1 - Backup your files and your database
2 - In Mysql admin panel :
| Code: |
ALTER table jos_core_acl_aro_groups ADD group_id int(11) not null;
UPDATE jos_core_acl_aro_groups SET group_id=id
|
3 - Enjoy, You can set forum level access with the Joomla ACL (Registered, author, publisher ect ect)
ACL For J1.5 and Fireboard 1.0.4 Advanced
1 - Backup your files and your database
2 - In Mysql admin panel :
| Code: |
ALTER table jos_core_acl_aro_groups ADD group_id int(11) not null;
UPDATE jos_core_acl_aro_groups SET group_id=id
|
3 - Install the Hack of Roland
rolandd wrote:
Hello all,
Here is the fixed version 
Enjoy.
4 - Enjoy, You can set forum level access with the Joomla ACL (Registered, author, publisher ect ect) according to your selected user in the admin panel of fireboard.
Note : if you have this bug for selected user in the admin panel of Fireboard :
| Code: |
"No configuration file found, and no installation code avaliable. Exiting...."
|
Open rpc.php
Find
| Code: |
define( 'JPATH_BASE', $_SERVER['DOCUMENT_ROOT'] );
|
Replace
| Code: |
define( 'JPATH_BASE', dirname(__FILE__).'/../../..' );
|