Hi Sergio,
Yes, your question is clear. I've been thinking about the solution, and I found one.
The idea is changing the field type for thumbnail from image
to single_image
. Please follow these steps:
- Create a folder
mb-frontend-submission
in your theme, inside that folder, create a sub-folder post
.
- Copy the file
thumbnail.php
from the plugin's templates/post/
folder to the post
folder above.
- Replace the content of the copied
thumbnail.php
with this code.
And try again.
Please note that, in order to open the media popup, your users need to log in and have proper capability. See how to add capability here.