Patch Components for a few latest Extensions to Work with JACLPlus
JEvents 1.4.3 RC
Patch Component for JEvents 1.4.3 RC to Work With JACLPlus 1.5.x
- include a small enhancement hack that allow you to use JACLPlus ACL to control add and/or publish events from frontend.
Patch Component for JEvents 1.4.3 RC to Work With JACLPlus 1.0.x
- include a small enhancement hack that allow you to use JACLPlus ACL to control add and/or publish events from frontend.
To allow a group to add events from frontend, add below Access Control Rule (ACR) to the group's ACL
'com_events->is_editor->users->GROUPNAME->null->null->yes'
Then, go to JEvents Config to change Access setting to 'Use JACLPlus ACL (require JACLPlus)'
To allow a group to publish events from frontend, add below Access Control Rule (ACR) to the group's ACL
'com_events->is_publisher->users->GROUPNAME->null->null->yes'
Then, go to JEvents Config to change Publish from Frontend setting to 'Use JACLPlus ACL (require JACLPlus)'
Fireboard 1.0.4 Stable
Patch Component for Fireboard 1.0.4 to Work With JACLPlus 1.5.x
- Due to some bugs in Fireboard 1.0.4 and a few changes in Joomla! 1.5.x, you need this patch to make your Fireboard forum group access control working properly in Joomla! 1.5.x. This patch also make your Fireboard support JACLPlus Pro Multiple User Groups feature.
Patch Component for Fireboard 1.0.4 to Work With JACLPlus 1.0.x
- Fix some bugs and add support to JACLPlus Pro Multiple User Groups feature.
Known Issue
1) Fireboard do cache user access information in its session table (jos_fb_sessions). Thus, this will cause access checking error if you change user access from yes to no because it will still allow user to access. To fix it, you will need to clear user access cache from Fireboard session table. You can run below SQL query to clear user access cache in Fireboard session table.
UPDATE `jos_fb_sessions` SET `allowed` = 'na';
VirtueMart 1.1.0
Patch Component for VirtueMart 1.1.0 to Work With JACLPlus 1.5.x
Patch Component for VirtueMart 1.1.0 to Work With JACLPlus 1.0.x
DOCman 1.4.0RC3
Patch Component for DOCman 1.4.0RC3 to Work With JACLPlus 1.5.x
Patch Component for DOCman 1.4.0RC3 to Work With JACLPlus 1.0.x
More to come soon...
|