ACL - FREE Component Control Access

This forum is for general questions about extensions for Joomla! version 1.5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
User avatar
darb
Joomla! Hero
Joomla! Hero
Posts: 2038
Joined: Thu Jul 06, 2006 12:57 pm
Location: Stockholm Sweden

Re: ACL - FREE Component Control Access

Post by darb » Thu Jan 22, 2009 10:58 am

How about making this extension work with AEC subscription manager from Globalnerd.org that would make an edge for your ACL?

AEC v AEC 0.12.6RC2o is a free GPL subscription component and you need to make a subscription to dl the latest 2 MB version in the forum. https://globalnerd.org/index.php/Develo ... -time.html

Install instruction quick.https://globalnerd.org/index.php/Freque ... html#12578 Read first https://globalnerd.org/index.php/Announ ... html#12589

Legacy mode needed but the main dev Skore-David will make native soon.

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Thu Jan 22, 2009 2:06 pm

darb wrote:How about making this extension work with AEC subscription manager from Globalnerd.org that would make an edge for your ACL?

AEC v AEC 0.12.6RC2o is a free GPL subscription component and you need to make a subscription to dl the latest 2 MB version in the forum. https://globalnerd.org/index.php/Develo ... -time.html

Install instruction quick.https://globalnerd.org/index.php/Freque ... html#12578 Read first https://globalnerd.org/index.php/Announ ... html#12589

Legacy mode needed but the main dev Skore-David will make native soon.
Cooming soon we make a documentation for developers how integrate your component with noixACL 2.0.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
darb
Joomla! Hero
Joomla! Hero
Posts: 2038
Joined: Thu Jul 06, 2006 12:57 pm
Location: Stockholm Sweden

Re: ACL - FREE Component Control Access

Post by darb » Thu Jan 22, 2009 4:28 pm

sorry I am not the developer of AEC ;)

biagionet
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sun Nov 30, 2008 2:55 pm

Re: ACL - FREE Component Control Access

Post by biagionet » Fri Jan 23, 2009 1:37 pm

Hi to all,

using noixACL 2.0 and joomla 1.5.9 I have this error to manage group:

Notice: Undefined variable: groupName in C:\Programmi\EasyPHP 2.0b1\www\joomla\administrator\components\com_noixacl\views\group\tmpl\default.php on line 18

Suggestion = A useful parameter to say a title of article (public) but not the contenute (special)

Thanks for this component !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Biagio

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Fri Jan 23, 2009 3:07 pm

biagionet wrote:Hi to all,

using noixACL 2.0 and joomla 1.5.9 I have this error to manage group:

Notice: Undefined variable: groupName in C:\Programmi\EasyPHP 2.0b1\www\joomla\administrator\components\com_noixacl\views\group\tmpl\default.php on line 18

Suggestion = A useful parameter to say a title of article (public) but not the contenute (special)

Thanks for this component !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Biagio
please report bugs in tracker: http://joomlacode.org/gf/project/noixac ... er_id=8220

This notice has fixed.
noixacl 2.0.1 released
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Fri Jan 23, 2009 3:18 pm

I create a new area in project to download adapters to install in noixACL.
I have post same adapters pre-instaled in component and soon i will make new adapters.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

jansangill
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Mon Jan 19, 2009 3:31 pm

Re: ACL - FREE Component Control Access

Post by jansangill » Mon Jan 26, 2009 10:26 am

Hi,

I have both installed the older version of this component, and the new one.

In both versions I have problems with assigning the groups access to certain menu items frontend.

Is it possible with this component to create groups who have different access level frontend? By that I mean, to hide some of the menu for one group and make it visible for other groups?

Any help appreciated.

/jan

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Mon Jan 26, 2009 11:56 am

jansangill wrote:Hi,

I have both installed the older version of this component, and the new one.

In both versions I have problems with assigning the groups access to certain menu items frontend.

Is it possible with this component to create groups who have different access level frontend? By that I mean, to hide some of the menu for one group and make it visible for other groups?

Any help appreciated.

/jan
Hi,

If you want hide item menu do you have implement this functionality in your menu module using a $user->authorize() function to check permission to this menu item. My component block when you trying access this item and dont have a permission.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

jansangill
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Mon Jan 19, 2009 3:31 pm

Re: ACL - FREE Component Control Access

Post by jansangill » Mon Jan 26, 2009 1:11 pm

joomila wrote:
jansangill wrote:Hi,

I have both installed the older version of this component, and the new one.

In both versions I have problems with assigning the groups access to certain menu items frontend.

Is it possible with this component to create groups who have different access level frontend? By that I mean, to hide some of the menu for one group and make it visible for other groups?

Any help appreciated.

/jan
Hi,

If you want hide item menu do you have implement this functionality in your menu module using a $user->authorize() function to check permission to this menu item. My component block when you trying access this item and dont have a permission.

Hello,

Are you saying that if you use this component, you cant hide menui-items for certain group?

For Example, a structure like this, with these 2 new groups(tennis,football):

1: Frontpage (All groups can view this)
2: Tennis (Only the tennis group can view this item)
3) Football (Only the footbal group can view this)

So when I write this menu out, the group 'tennis' will view it like this:

1) Frontpage
2) Tennis

And if by mistake the 'tennis' group knew the URL for the menu-item 'Football' then they would be redirected to the default loginpage.

If I want this to happen, what should I do? I am pretty knew to the joomla scene, sorry for that.

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Mon Jan 26, 2009 5:41 pm

jansangill wrote:
joomila wrote:
jansangill wrote:Hi,

I have both installed the older version of this component, and the new one.

In both versions I have problems with assigning the groups access to certain menu items frontend.

Is it possible with this component to create groups who have different access level frontend? By that I mean, to hide some of the menu for one group and make it visible for other groups?

Any help appreciated.

/jan
Hi,

If you want hide item menu do you have implement this functionality in your menu module using a $user->authorize() function to check permission to this menu item. My component block when you trying access this item and dont have a permission.

Hello,

Are you saying that if you use this component, you cant hide menui-items for certain group?

For Example, a structure like this, with these 2 new groups(tennis,football):

1: Frontpage (All groups can view this)
2: Tennis (Only the tennis group can view this item)
3) Football (Only the footbal group can view this)

So when I write this menu out, the group 'tennis' will view it like this:

1) Frontpage
2) Tennis

And if by mistake the 'tennis' group knew the URL for the menu-item 'Football' then they would be redirected to the default loginpage.

If I want this to happen, what should I do? I am pretty knew to the joomla scene, sorry for that.
Yes, my component only control access to items.
The menu module control display menu items.
If you want hide a display of items by group in menu. You want implement code in your module menu from your site. Getting $user =& JFactory::getUser(); and using method $user->authorize(<params>); passing params necessary to check if display or not.

Maybe this week or today I will make this modification in original module menu from joomla.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

tkeahi
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Tue Jan 27, 2009 2:11 am

Re: ACL - FREE Component Control Access

Post by tkeahi » Tue Jan 27, 2009 2:16 am

I am using joomla 1.5.9 and noixacl 2.0 beta. When I try to register a new user I get the following error:

NOIXACL_CONTROLLER_DONT_EXISTS

Help! This component sounds like exactly what I need but obviously I am doing something wrong.

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Tue Jan 27, 2009 2:24 am

tkeahi wrote:I am using joomla 1.5.9 and noixacl 2.0 beta. When I try to register a new user I get the following error:

NOIXACL_CONTROLLER_DONT_EXISTS

Help! This component sounds like exactly what I need but obviously I am doing something wrong.
Trying version noixACL 2.0.2 ok? If you give same error please post and I will check.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

jansangill
Joomla! Intern
Joomla! Intern
Posts: 58
Joined: Mon Jan 19, 2009 3:31 pm

Re: ACL - FREE Component Control Access

Post by jansangill » Tue Jan 27, 2009 7:14 am

joomila wrote: Maybe this week or today I will make this modification in original module menu from joomla.
Great.

Can You write in this forum when these modifications are made to your component, would be much appreciated. I really need that feauture in this component:>

User avatar
xiris
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Wed Oct 08, 2008 2:52 pm
Location: Guarulhos/SP

Re: ACL - FREE Component Control Access

Post by xiris » Wed Jan 28, 2009 4:27 pm

Hi, the components is great. But i had an error.

I'm using noixacl 2.0 beta and when i tried to manage users i get the following error:

Code: Select all

NOIXACL_CONTROLLER_DONT_EXISTS
Thanks for this component! Very great!

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Wed Jan 28, 2009 5:00 pm

xiris wrote:Hi, the components is great. But i had an error.

I'm using noixacl 2.0 beta and when i tried to manage users i get the following error:

Code: Select all

NOIXACL_CONTROLLER_DONT_EXISTS
Thanks for this component! Very great!
thanks ;)
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Thu Jan 29, 2009 12:52 am

in next hours i post a new noixACL v2.0.3

new content adapter v1.5 features
- control in frontend blog category access

new language atualization:
- en-GB
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Thu Jan 29, 2009 2:34 am

Tomorrow i put news versions.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

tekknokrat
Joomla! Apprentice
Joomla! Apprentice
Posts: 48
Joined: Sun Nov 23, 2008 8:28 pm

Re: ACL - FREE Component Control Access

Post by tekknokrat » Fri Jan 30, 2009 12:04 pm

Thanks for this component.
We just compare noixacl with other components and imo it give us most flexibility.
What we need is access control for categories for both users and groups. Do you think this is possible with the new version?
What at least would be nice to have is that a restricted user should ONLY see his categories/articles in listing.

One suggestion regarding installer, isnt it possible to put all neccessary module/language files in component archive? At least need an info for deinstalling purposes that plugins needs to be deinstalled before component.

Rgds,
Gunnar

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Fri Jan 30, 2009 4:03 pm

tekknokrat wrote:Thanks for this component.
We just compare noixacl with other components and imo it give us most flexibility.
What we need is access control for categories for both users and groups. Do you think this is possible with the new version?
What at least would be nice to have is that a restricted user should ONLY see his categories/articles in listing.

One suggestion regarding installer, isnt it possible to put all neccessary module/language files in component archive? At least need an info for deinstalling purposes that plugins needs to be deinstalled before component.

Rgds,
Gunnar
Please tell me more about this and give me a example.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

tekknokrat
Joomla! Apprentice
Joomla! Apprentice
Posts: 48
Joined: Sun Nov 23, 2008 8:28 pm

Re: ACL - FREE Component Control Access

Post by tekknokrat » Fri Jan 30, 2009 5:12 pm

joomila wrote: Please tell me more about this and give me a example.
what part of it the packaging or the category acl?

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Fri Jan 30, 2009 8:27 pm

tekknokrat wrote:
joomila wrote: Please tell me more about this and give me a example.
what part of it the packaging or the category acl?
All
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

BaidareW
Joomla! Apprentice
Joomla! Apprentice
Posts: 22
Joined: Tue Jan 13, 2009 7:13 pm

Re: ACL - FREE Component Control Access

Post by BaidareW » Sun Feb 01, 2009 7:22 pm

Hi,
I would like to know how to do that different users could write to different category in backend. User A login to backend and he is able to write articles only in category_for_A, and user B in backend can only write to one category category_for_B he is not able to edit o wrtie to category_for_A. Can you give step by step rules ?

Now I am trying to use 2.0beta and when I choose to save user I am getting this error:

- An error has occurred.

Controller dont exists

tekknokrat
Joomla! Apprentice
Joomla! Apprentice
Posts: 48
Joined: Sun Nov 23, 2008 8:28 pm

Re: ACL - FREE Component Control Access

Post by tekknokrat » Sun Feb 01, 2009 9:57 pm

I have for example user1 / user2 . With facl I can only create a group, add user1 to this group and map it to articles. This is unflexible behaviour I also want be able to assign user1 to article. With facl when I create article for each user and login with user1, I can see article of user2 in section. This is unwanted behaviour I dont want to see whole list of articles but only articles belonging to user.

regarding packaging of language files (dont know if possible with module):
- http://docs.joomla.org/Using_the_instal ... stallation

tekknokrat
Joomla! Apprentice
Joomla! Apprentice
Posts: 48
Joined: Sun Nov 23, 2008 8:28 pm

Re: ACL - FREE Component Control Access

Post by tekknokrat » Sun Feb 01, 2009 10:02 pm

packaging modules example (manifest.xml from jf2):

- http://pastebin.com/m7e33cc23

Graph
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Mon Feb 02, 2009 10:26 am

Re: ACL - FREE Component Control Access

Post by Graph » Mon Feb 02, 2009 10:28 am

Hi,
pls, when will new version be for download? I ask because in version 2.0.2 is eror - NOIXACL_CONTROLLER_DONT_EXISTS .

Thanks David

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Mon Feb 02, 2009 12:06 pm

Graph wrote:Hi,
pls, when will new version be for download? I ask because in version 2.0.2 is eror - NOIXACL_CONTROLLER_DONT_EXISTS .

Thanks David
In version 2.0.3 i correct this fix and post a mini faq to help people.
waiting for this version soon i think its gona out in this week.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Mon Feb 02, 2009 12:09 pm

BaidareW wrote:Hi,
I would like to know how to do that different users could write to different category in backend. User A login to backend and he is able to write articles only in category_for_A, and user B in backend can only write to one category category_for_B he is not able to edit o wrtie to category_for_A. Can you give step by step rules ?

Now I am trying to use 2.0beta and when I choose to save user I am getting this error:

- An error has occurred.

Controller dont exists
I will post a new version this week
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Mon Feb 02, 2009 9:57 pm

BaidareW wrote:Hi,
I would like to know how to do that different users could write to different category in backend. User A login to backend and he is able to write articles only in category_for_A, and user B in backend can only write to one category category_for_B he is not able to edit o wrtie to category_for_A. Can you give step by step rules ?

Now I am trying to use 2.0beta and when I choose to save user I am getting this error:

- An error has occurred.

Controller dont exists
I will make tutorial for this example.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

User avatar
joomila
Joomla! Guru
Joomla! Guru
Posts: 933
Joined: Wed Dec 21, 2005 1:56 pm
Location: Fortaleza-CE

Re: ACL - FREE Component Control Access

Post by joomila » Mon Feb 02, 2009 10:01 pm

tekknokrat wrote:I have for example user1 / user2 . With facl I can only create a group, add user1 to this group and map it to articles. This is unflexible behaviour I also want be able to assign user1 to article. With facl when I create article for each user and login with user1, I can see article of user2 in section. This is unwanted behaviour I dont want to see whole list of articles but only articles belonging to user.

regarding packaging of language files (dont know if possible with module):
- http://docs.joomla.org/Using_the_instal ... stallation
In noixACL you can block access to blogcateogy and retrict what categorys users can be access.
But if you want hide in display list do you have implement this functionality. in this week i will post a new version of component with F.A.Q. and Tutorial.
overrideMVC - Override Components and Modules for Joomla! http://extensions.joomla.org/extensions ... ting/15611

tekknokrat
Joomla! Apprentice
Joomla! Apprentice
Posts: 48
Joined: Sun Nov 23, 2008 8:28 pm

Re: ACL - FREE Component Control Access

Post by tekknokrat » Mon Feb 02, 2009 10:49 pm

joomila wrote: But if you want hide in display list do you have implement this functionality. in this week i will post a new version of component with F.A.Q. and Tutorial.
Sounds great. Drop me a pm if you need help with packaging the whole.


Locked

Return to “Extensions for Joomla! 1.5”