Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2008-11-16 00:49:14
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_privs: edit user level privileges
tameboy wrote:
hi, pleased to see you have taken the development of this plugin forward. I might start using this version myself!
The pleasure is mine, all in all I simply added a graphical interface to a very clever plugin!
Offline
#14 2008-11-25 23:40:10
- pbrienesse
- Member
- Registered: 2008-03-14
- Posts: 10
Re: bot_privs: edit user level privileges
This is great. Have you thought of combining the functionality of ied_hide_in_admin with this plugin. I haven’t tried running them both together yet but have a feeling they would not be happy together. The bonus of ied is that you can toggle whether advanced options is expanded by default, whether they can see the override form, use textile, article image, etc. But it doesn’t have the ability to change the access to overall sections such as presentation like yours does.
Would be great to see one plugin do it all.
Great work again though. Very useful.
Last edited by pbrienesse (2008-11-25 23:40:28)
Offline
#15 2008-11-25 23:57:29
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_privs: edit user level privileges
pbrienesse wrote:
This is great. Have you thought of combining the functionality of ied_hide_in_admin with this plugin. I haven’t tried running them both together yet but have a feeling they would not be happy together…
Thank you for the appreciation but don’t worry, the two plugins don’t interfere at all.
I always use both and they work flawlessly together ;)
Offline
#16 2009-01-08 14:06:51
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_privs: edit user level privileges
Version 0.2 is out (updated first post).
A new privilege was added: ‘Can see all articles’. If unchecked a user can see only own articles, either in the “articles” tab as in the recent articles in the “write” tab.
This feature requires jquery (which is shipped with txp from version 4.05) though the plugin should work with earlier versions too, provided you don’t uncheck the “show all articles” field.
As this feature is based on jquery and it’s aimed primarly at improving usability it’s use is not encouraged if you want to maintain a total privacy on other authors’ articles because a simple ‘disable javascript’ will show them all…
Anyway if you combine this feature with “Can edit published articles” set to “no” in the worst scenario a particularly smart user can see other’s articles but can in no way edit them.
Offline
#17 2009-04-24 19:22:12
- insidertravels
- Member
- Registered: 2009-02-26
- Posts: 10
Re: bot_privs: edit user level privileges
Is there a plugin that allows you to add new user levels to the existing ones and edit those privileges as well? I would like to use it with ign_password_protect to show/hide pieces of content (i.e. downloads) according to member level.
Offline
#18 2009-04-24 19:32:09
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_privs: edit user level privileges
insidertravels wrote:
Is there a plugin that allows you to add new user levels to the existing ones and edit those privileges as well? I would like to use it with ign_password_protect to show/hide pieces of content (i.e. downloads) according to member level.
Unfortunately no, I don’t think. I was about to (try to) add this feature but then I gave up due to the lack of free time and to the fact that actually I will never need more than six different user levels.
Offline
#19 2009-08-30 14:34:14
- Gerich
- Member
- Registered: 2009-08-30
- Posts: 35
Re: bot_privs: edit user level privileges
In new textpattern 4.2.0 there where added the few new lines:
‘image’ => ’1,2,3,4, 6’,
‘image.edit’ => ’1,2,3, 6’,
‘image.edit.own’ => ’1,2,3,4, 6’,
‘image.delete’ => ’1,2’,
‘image.delete.own’ => ’1,2,3,4, 6’,
… and some others.
Is author of the plugin can update it and add to it new settings?
Offline
#20 2009-08-30 15:27:00
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_privs: edit user level privileges
Gerich wrote:
…Is author of the plugin can update it and add to it new settings?
Thank you for noticing Gerich.
I’ll update the plugin as soon as I have some free time
Last edited by redbot (2009-08-30 15:27:39)
Offline
#21 2009-09-01 18:23:44
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: bot_privs: edit user level privileges
Plugin updated to work with Txp v. 4.2.0 (see first post for download).
Changes v0.3
- This version works only with Txp 4.2.0. – for previous versions use v. 0.2.
- More privileges are added following the changes in admin_config.php
- I’ve removed the sloppy “can see all articles” feature added by me in v. 0.2. If you need such functionality use this plugin by Variaas instead
Last edited by redbot (2009-09-01 18:24:31)
Offline
#22 2009-09-02 00:06:23
- Gerich
- Member
- Registered: 2009-08-30
- Posts: 35
Re: bot_privs: edit user level privileges
redbot wrote:
I’ve removed the sloppy “can see all articles” feature added by me in v. 0.2. If you need such functionality use this plugin by Variaas instead
Why do you did that? That was important setting in my situation. Well, I have installed plugin asv_auth_articles, but it’s working not properly. I have an error message in the article listing tab:
Notice: Undefined variable: article_list_pageby in C:\AppServ\www\textpattern\lib\txplib_misc.php(594) : eval()’d code on line 317
Can you taking back that setting? Please!
Offline
Re: bot_privs: edit user level privileges
Gerich wrote:
I have an error message in the article listing tab:
Notice: Undefined variable: article_list_pageby in C:\AppServ\www\textpattern\lib\txplib_misc.php(594) : eval()’d code on line 317
It probably suffices to enter the “Articles” tab and change the “View [XX] per page” dropdown to any value once.
Offline
#24 2009-09-02 11:12:59
- Gerich
- Member
- Registered: 2009-08-30
- Posts: 35
Re: bot_privs: edit user level privileges
wet wrote:
It probably suffices to enter the “Articles” tab and change the “View [XX] per page” dropdown to any value once.
Yes, it’s solved the problem, thanks for helping!
Offline