Tagged: futures, mediapress, upload shortcode
One question that I have, is if I can somehow get the edit media dialogue to be part of the file by file upload process. I’d like this to be optional. So I would like a pop-up at the start of the upload to ask if “Inline editing” of the media is required? and if so, then the edit media dialogue will be presented as each file is uploaded. and for each file, they can also choose to skip the media edit process.
In addition, I would like the edit dialogue to also include the alt, and caption for that image media item.
Hi George,
We had something like this in our 2.0 branch
please checkout this one and see if it works for you(It has better upload experience), we did not release it as it would require some MediaPress template modifications. That would have been a problem for existing sites which might have customized the templates.
We do plan to explore releasing it in future.https://github.com/buddydev/mediapress/tree/2.0-dev
Regards
BrajeshFirst issue 🙂 I got this message on activation:
The plugin generated 241 characters of unexpected output during activation. If you notice “ headers already sent ” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
I’m getting close to needing to start this customisation to will start taking a look at V2 🙂
Also got these errors, but I know the fix for these, and update can wait as far as I’m concerned.
Deprecated Creation of dynamic property MediaPress::$taxonomies is deprecated
wp-content/plugins/Mediapress-2/core/mpp-post-type.php:204
1 Plugin: Mediapress-2
Deprecated Creation of dynamic property MPP_Status::$callback is deprecated
wp-content/plugins/Mediapress-2/core/api/mpp-api.php:74
5 Plugin: Mediapress-2
Deprecated Creation of dynamic property MPP_Status::$activity_privacy is deprecated
wp-content/plugins/Mediapress-2/core/api/mpp-api.php:86Another workaround, was about lack of captcha/bot check for the media download option. I found a plugin that protects every page on the site with a single universal Cloudflare capcha, so every page with a download is screened, and users do not need to be screened at every point of interaction. That’s the idea.
I had the following error in the error log this morning:
PHP Warning
Undefined array key “extensions”
Plugin: MediaPress
File: /wp-content/plugins/Mediapress-2/admin/mpp-settings-manager/core/class-mpp-admin-settings-page.php
Line: 594This will probably be because I loaded the new version of MediaPress for the first time, and it was looking for plugins that that weren’t there?
Hi George,
The extensions are for file extensions(jpeg, gif etc.) Please visit Dashboard->MediaPress->Settings->General to add them back.Regards
Brajesh
You must be logged in to reply to this topic.