Englishso 2 new releases : the first one adds the option to choose if you want to manage porn and/or eortic
The second one corrects the lack of customization of langauge files : use the link provided in the Config page of the plugin, to see the default current language file. then go to localfiles editor, tab lang, select the language, and copy/past/modify the content of the default current language file
I hop it's understandable :p
NWS wrote:
Just checking to see if you got my email with the translation. If it's not good enough let me know and I'll try to get a better one.
sry I received but I got no time to check ; I'm sure it's ok
Just checking to see if you got my email with the translation. If it's not good enough let me know and I'll try to get a better one.
thank you very much !
Yeah I think I could do that for you for all the help you've given me with this.
I'll work on it today.
Do you think you can translate the French paragraphe in the plugin help ? Just by using an online translator and improving it
Thanks again. I don't think I'll have to bother you anymore. Seems to be working the way I need it to now.
I can at least have the non-nude photos show up to everybody, but the nude ones will only show after clicking on "remove protection". Exactly what I need.
I wouldn't have figured this out without your help.
NWS wrote:
Sorry, I'm confused again. I'm still trying to figure out how Piwigo works with permissions, groups, and users.
no problem :
level permission is for picture only, and is set to users
permission is for albums and groups
They have been created for different needs but can be combined
NWS wrote:
What do you mean by "multi view"?
The plugin delivered by default
Sorry, I'm confused again. I'm still trying to figure out how Piwigo works with permissions, groups, and users.
What do you mean by "multi view"?
yep that's it ! Sry for my English
the privacy level is pyramidal : admin can see what family can see, and family can see what friends see, but friends can't see all what famliy see
So with 18 and 16 it's the same : 18>16>guest
And for the group, you can use the filter to display all the 18+ users or all the 16-17 users, and set them to Family for 18 and Friends for 16-17
PS : you have posted when I was written : you have perfectly understood the idea. The problem is the privacy level for registered users in the groups : it won't be set automatically, so you need to act.
You should use Multi View to see "who see what"
OK, so I finally figured it out. Not sure exactly what I did but used your idea.
I have managed to allow an album (nudes) which contains some nudes but some that aren't nudes to be visible in the gallery. I've also managed to set some of the images only viewable by "Admin/Family" (which is associated to the +18 group/user.
As far as I can tell when I'm not logged into Piwigo, it works fine. To view any of the photos marked "Family" I have to click on the enable nude content to get them to show up.
Thanks again for all your help with this.
And it's a bit touchy : I can add more privacy level or change them, but it will affect all the other plugins. The best should be to set to users -16 and 18 and the users in group 16*17 and +18- a corresponding level privacy, like "family" for 18 old and "friend" for 16-17 old. It can be done manually, but it would be more user friendly with a specific page for users in groups.
Sorry but I'm confused. I'm trying to figure this out. I hope this will make sense to you.
I'm in the user options This is one of the users I see:
Username User status Email address Groups Properties Actions
18 Generic +18
Below that I see:
Properties High definition enabled leave / set to Yes No
Privacy level leave set to
Under privacy level I can pick Contacts, Friends, Family, Admins
So are you saying to change that to Family or Friends. Then when I add a photo I can pick that from the option "Who can see these photos?"
I really appreciate your help.
NWS wrote:
Only one comment that it might be hiding some images that don't contain nudity.
yes that's related with :
NWS wrote:
I was also looking to see if Piwigo can set permissions (ie: +18) on individual photos. I see I can with albums but it doesn't look like it can be done on individual photos.
Is this something that could be added in a future release?
And it's a bit touchy : I can add more privacy level or change them, but it will affect all the other plugins. The best should be to set to users -16 and 18 and the users in group 16*17 and +18- a corresponding level privacy, like "family" for 18 old and "friend" for 16-17 old. It can be done manually, but it would be more user friendly with a specific page for users in groups.
NWS wrote:
I noticed in your configuration this statement:
View a flyer on the homepage? (Requires plugin PWG_Stuffs) Not available for now
Are you planning on implementing that in the future and exactly what will it do?
well well well ... ^^ it's planned but it's not a hight or even a medium priority : the idea is to display the disclaimer as a PWG_Stuffs block, in order to be displayed on the home page, album pages and/or picture pages.
Thx for your compliment; I'm very happy when I see users happy (and polite).
Monday I will try to find a way to customize the text files
Thank you for your help. It's very appreciated.
I asked a few of my friends to look through my gallery and give me their impressions of how the Adult Content plugin worked, and if I should have it on an entry page rather than the way you have it set up.
It was unanimous that the plugin is fine the way it works.
Only one comment that it might be hiding some images that don't contain nudity.
I noticed in your configuration this statement:
View a flyer on the homepage? (Requires plugin PWG_Stuffs) Not available for now
Are you planning on implementing that in the future and exactly what will it do?
I was also looking to see if Piwigo can set permissions (ie: +18) on individual photos. I see I can with albums but it doesn't look like it can be done on individual photos.
Is this something that could be added in a future release?
NWS wrote:
I don't want to create a bunch of extra work for you just to make it do what I want.
you're too kind ^^
I will add an option for 16 old
NWS wrote:
I appreciate everyone's work on Piwigo and all the plugins.
thx!
You can config as this
$conf['gallery_url'] = 'http://localhost/www/SITE/sandbox/pwg_test/pwg_last_stable/plugins/adult_content/charte.php';
and create a perso plugin with Local File editor, in order to redirect to the disclaimer page :
add_event_handler('loc_end_page_header', 'skip_index');
function skip_index()
{
global $page;
if (is_a_guest() and isset($page['section']) )
{
redirect(make_index_url()."/plugins/adult_content/charte.php");
}
}But I've seen a problem for customizing the text : adding custom language key from local file editor seems not working with plugins. I will check that