Forum Replies Created
-
AuthorPosts
-
ludovic.meyer
ParticipantHello Truong,
Your code works, AAM (Advanced Access Manager) does something that lead to an "Access denied" message, even if i have the good rights. AAM is a "must have" for me. I need it to handle different type of role.
I still need the simple "image" field :s
Regards,
ludovic.meyer
ParticipantAny news ?
ludovic.meyer
ParticipantHello,
I tried the code above with no success.
I'm currently using image_advanced only for admins ("subscribers" don't have access yet).
But anyway, image_advanced give me other problems (validation, subscribers doesn't see admin uploaded images when they edit the custom_post, etc etc...)
I'm just waiting for a working simple image field ๐
Keep me up to date,
Regards,PS : great deal on dealbuddy, thank you !
ludovic.meyer
ParticipantHello,
As i told you in the other thread, my subscribers already have the upload_files capability but they can't upload.
See https://support.metabox.io/topic/image-upload-does-not-work-with-mb-frontend-submission/#post-6600I prefer wait for a fix (or a quick fix). I just hope it will be released soon ๐
Please tell me when it's ok,
ludovic.meyer
Participantludovic.meyer
ParticipantHello,
Do you have any news ? I'm taking a quick fix if you have one.
My client is supposed to begin to use the forms today.Regards,
ludovic.meyer
ParticipantHello Janek,
I think you can use Truong solution in addition with the :empty css selector
.anyclass { padding: 10px; } .anyclass:empty { padding: 0; }That should work.
Or you can create your own shortcode which verify the content of rwmb_meta before display it.
Hope it helps
ludovic.meyer
ParticipantOk,
Keep me up to date, please
Thank you
ludovic.meyer
ParticipantHello,
I tested MB Group 1.2.11 today.
That does not work, and the problems are multiples.
1. If I select an image, then save the post. If i save the post again (even without touching anything), the image is no more linked to the field (and stays in the media library as an orphan)
See https://screencast-o-matic.com/watch/cbjbbpl77B
Behaviour is the same in front or back2. If the group is clonable (and only 1 file allowed per field), the behaviour is weird. All medias seems to go in the first group instead of one per group after save.
See https://screencast-o-matic.com/watch/cbjbbGl77W
After a second save, all images are gone (see 1)Regards,
ludovic.meyer
ParticipantHi,
Will try MB Group 1.2.11.
Thank you,
ludovic.meyer
ParticipantHello,
I have a problem with both configuration (image or image_upload), but you saw that ๐
https://support.metabox.io/topic/image-upload-does-not-work-with-mb-frontend-submission/
Thank you for your support,
August 12, 2017 at 1:44 AM in reply to: Image upload does not work with MB Frontend Submission #6606ludovic.meyer
ParticipantYou are right : simple image field works (but image_upload not, even with upload_files capability). But my field is in a group and it does not work.
Please see : https://support.metabox.io/topic/fileimage-input-field-does-not-work-when-in-group/
ludovic.meyer
ParticipantThis fix is pretty important for me. If you can fix it quickly you would be awesome.
ludovic.meyer
ParticipantIt works now
Awesome support !
Thank you !!!
August 11, 2017 at 9:19 PM in reply to: Image upload does not work with MB Frontend Submission #6600ludovic.meyer
ParticipantHi,
My users are logged in as they are "subscribers".
I already set the upload_files capability via Advanced Access Manager before open the topic but the problem still remains.var_dump(current_user_can( 'upload_files' )); returns bool(true) but they can't upload files.
I also tried the simple image field with the same result (images are not uploaded).
An idea ?
-
AuthorPosts