peut être une piste, cela se passerai sur un erreur (de fireboard) entre group_id et id dans le base jos_core_acl_aro_groups :
Now I have found the error/bug.
At Joomla 1.013 the Table "jos_core_acl_aro_groups" provides a field "group_id".
At Joomla 1.5 the Table "jos_core_acl_aro_groups" provides a field "id".
The Content of both Fields are the same, but the fieldname is different. Now I have create a new field with the name "group_id" an copyed all contents from "id" into this.
This problem was listed here, I can't find it now to link to it. (I'll try and find it later when I have a bit more time).
Your right it revolves around group_id.
You need to change $aro_group->group_id to $aro_group->id in some of the files.
Important thing I forgot was to change the files contained in the template I was using, so it didn't work at first. But its working now. Members can access the restricted boards as normal.
The files I changed were;
view.php
showcat.php
listcat.php
fb_sub_category_list.php
These were in the template directory of the template I'm using
You also need to change fb_pdf.php in the sources directory.
I'm using Joomla 1.5 stable and Fireboard 1.0.4
www.bestofjoomla.com/component/option,co...w/catid,75/id,42569/