User Post
7:43 pm September 5, 2011
ignitionmedia
New Member
posts 1
Hi there
I have Version 1.3.46 running on WP 3.2.1 and the file attacment I have added to the site cannot be seen by anyone else, only the admins of the site.
I have ticked the following options in the settings but still no one can access these attachments
Non-editors see other users' attached uploads Non-editors see other users' unattached uploads
If i deactivate the plugin they can..
Please help. What have I not done right?
8:58 pm September 6, 2011
Kevin
Admin
posts 2503
Is the problem with front-end access or Media Library / Edit Post?
How did you add the attachment? Does Media Library show it as attached to a post/page, and is that post readable by the users in question?
3:08 am September 7, 2011
inwedes
New Member
posts 1
Hello, same problem. But the plugin look very very nice. I use now a simpler Plugin
the attachment page showing the image, the a direct link to the image gives 404
my images have no parten page o post, are not assigned to a page or post
would be nice to know this can be explaint or solved i'm developer too, can help some testing and details, mail me
5:33 am September 7, 2011
Kevin
Admin
posts 2503
The updated Role Scoper development code now allows you to disable File Filtering for post thumbnails (while retaining it for other uploads) by adding the following constant definition to wp-config.php, above the "stop editing" line:
define( 'SCOPER_NO_THUMBNAIL_FILTER', true );
3:32 pm September 9, 2011
Kevin
Admin
posts 2503
inwedes said:
Hello, same problem. But the plugin look very very nice. I use now a simpler Plugin
the attachment page showing the image, the a direct link to the image gives 404
my images have no parten page o post, are not assigned to a page or post
would be nice to know this can be explaint or solved i'm developer too, can help some testing and details, mail me
This is fixed in the updated Role Scoper development code :
* Fixed : Don't block attachment template access (?attachment_id=) for unattached uploads unless SCOPER_BLOCK_UNATTACHED_UPLOADS is defined