icy wrote:
I am afraid that the problem comes from your theme (What's its name?). My plugin doesn't modify the menu system (you can check in the template file *icy_picture_modify.tpl*.) I did a check the page on some themes, and I have no similar issues.
This issue is on 'stripped' and 'naive' (and 'gally minimalist').
maybe then its an issue with another plugin...
thanks anyway!
lukenuke wrote:
This issue is on 'stripped' and 'naive' (and 'gally minimalist').
maybe then its an issue with another plugin...
thanks anyway!
Hello lukenuke,
Thinking twice and I guess that the problem may be due to missing category information in the address bar. Could you please take a look (compare the adrdesses in different cases.)?
Offline
icy wrote:
lukenuke wrote:
This issue is on 'stripped' and 'naive' (and 'gally minimalist').
maybe then its an issue with another plugin...
thanks anyway!Hello lukenuke,
Thinking twice and I guess that the problem may be due to missing category information in the address bar. Could you please take a look (compare the adrdesses in different cases.)?
Hi Icy,
Do you mean the address in the browser window?
home: .../gal/
picture mod: .../gal/index.php?/icy_picture_modify&image_id=37&cat_id=19
album: .../gal/index.php?/category/19
picture: .../gal/picture.php?/37/category/19
there's no /category when I'm on the mod-page, you're right. how do I fix that?
thanks and regards,
luke
lukenuke wrote:
Do you mean the address in the browser window?
home: .../gal/
picture mod: .../gal/index.php?/icy_picture_modify&image_id=37&cat_id=19
album: .../gal/index.php?/category/19
picture: .../gal/picture.php?/37/category/19
there's no /category when I'm on the mod-page, you're right. how do I fix that?
The category id is already provided (cat_id= 19). I will take a look.
Offline
Sorry for stupid question:
in local/config/icy_acl.zml i have:
default:
edit_image_of: owner
delete_image_of:
upload_image_to: sub
moderate_image: no
create_gallery_to: sub
associate_image_to:
present_image_to:
replace_image_of: owner
namli:
upload_image_to: 10
edit_image_of: owner
delete_image_of: owner
but im don't see any change out :
https://dl.dropbox.com/u/4467929/2012-09-27_124007.png
i try navigate my brouser here /admin.php?page=photos_add but i steel dont have permit :
https://dl.dropbox.com/u/4467929/2012-09-27_124253.png
what i do wrong?
Hi namli,
The white spaces do matter. The correct setting should be below . Please check if it helps.
default: edit_image_of: owner delete_image_of: upload_image_to: sub moderate_image: no create_gallery_to: sub associate_image_to: present_image_to: replace_image_of: owner namli: upload_image_to: 10 edit_image_of: owner delete_image_of: owner # two spaces at the begining of the line
Offline
icy wrote:
Hi namli,
The white spaces do matter. The correct setting should be below . Please check if it helps.
Thenk's a lot for answer!
I'do it but nothings changed.
What i mast see when plugin start work?
My be i have same mistake in community plugin. (i just install it)
The plugin 'community' is required. The correct link should be
http://example.net/index.php?/add_photos
Could you please try to log out and log in again ?
Offline
i try logout\login and now i see "Upload Photos" and it's work.
also i see :
Notice: Constant PHOTOS_ADD_BASE_URL already defined in /sites/dahabphoto/htdocs/plugins/community/add_photos.php on line 32
Notice: Undefined variable: selected_category in /sites/dahabphoto/htdocs/plugins/community/add_photos.php on line 292
Notice: Undefined variable: selected_category in /sites/dahabphoto/htdocs/plugins/community/add_photos.php on line 316
i think its a problem of @community@ plugin.
Thank's for help!
Oops very nice catch. Thank you for the try. I've fixed in the git
[Github] icy_picture_modify commit a53627c2
About the notice: you may configure PHP so that the notice are not printed when the site is under production mode.
At the moment, the plugin 'icy_picture_modify' requires the plugin 'community' to provide some extra support. So please don't remove that plugin 'community'.
Have fun with my plugin ;)
Offline
Please see also thread: http://piwigo.org/forum/viewtopic.php?id=21754
Offline
Can you add a Log-File or eMail notification if a person delete his photo? Thank you.
Offline
Kalle wrote:
Can you add a Log-File or eMail notification if a person delete his photo? Thank you.
Sure. Please wait I will release a new version soon that supports logging
Offline
Please check out new version v2.4.4. Actions are logged in to file _data/icy_action.log.
Let me know if you have any problem with the new feature.
Thanks,
Offline
Thank you for the logging feature.
For the "delete_image" log i like to get some more information, because the image_id does not exist anymore, and i don't now what image is deleted. Filename? The date it was uploaded? The picture-owner? IP-Adress? the categorie where the picture was seen?
Offline