bhasic
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Library Assistant] Customizing upload optionsSome way to see which files are blocked and Inline Quick Edit and Bulk Edit actions to Block and Unblock files would be nice.
Forum: Plugins
In reply to: [Media Library Folders] Errors after adding filesMy hosting doesn’t log errors. The problem is caused by mp4-files. Also when I add media, I get 8 warnings like this for every file:
Warning: file_exists(): open_basedir restriction in effect. File(/home/vol1_7/infinityfree*.com/if0_350/htdocs/wp-content/uploads/2023/11/1db85c9d-fd04-4d0d-aff1-763dbb9ee81a_screenshot-300×225.webp) is not within the allowed path(s): (/php_sessions:/tmp:..:/var/www/errors:/usr/share/pear:/home/vol1_7/infinityfree.com/if0_350/htdocs) in /home/vol1_7/infinityfree.com/if0_35088568/htdocs/wp-content/plugins/media-library-plus/media-library-plus.php on line 6439
Forum: Plugins
In reply to: [Media Library Assistant] How to unset columns?I got the columns disabled, but I’m stuck trying to disable mla-menu list’s thumbnail links to attachment editor page and Edit item from Quick edit. I want the Quick edit to be the only way to edit attachments.
Forum: Plugins
In reply to: [Media Library Assistant] Customizing upload optionsWorks perfect. Thank you. Very useful for setting placeholder texts also.
I stumbled on a plugin called Media Library Folders and with it’s Block Direct Access feature, access to new uploads can be set restricted. Would be great if it worked with MLA in mla-menu. Check it out if it seems worth adding support.
- This reply was modified 1 year, 4 months ago by bhasic.
Forum: Plugins
In reply to: [Media Library Assistant] Image groupsI put my images in a native WordPress gallery inside a post. Then uploaded a thumbnail pic in media. Then for the thumbnail image I set a custom link pointing to the article using Gallery Custom Links, Not exactly simple, but works.
Forum: Plugins
In reply to: [Media Library Assistant] Customizing upload optionsNow uploads aren’t in any att. category and basically that would work also in negative way. I think autoload presets would still improve the plugin by making possible to set multiple categories as default and other options also.
Forum: Plugins
In reply to: [Media Library Assistant] Mp4 filesThanks, that was quick. I knew there was a simple solution. I just assumed that without setting MIME type, it would display all that WordPress accepts. Maybe this is useful info for someone else anyway.
Forum: Plugins
In reply to: [Media Library Assistant] Customizing upload optionsAutoload presets would work great.
Forum: Plugins
In reply to: [Media Library Assistant] Customizing upload optionsHow about setting a default upload att.category? With that it would be possible to change where the medias are displayed.
Forum: Plugins
In reply to: [Media Library Assistant] Customizing upload optionsCSS was good enough. Auto suggest tags was just stuck or something, it works now. I have a feature suggestion: same kind of media status as pages and articles have (published, waiting for approval, etc). I would like to have new media added by lower user roles have waiting-for-approval status as default.
Forum: Plugins
In reply to: [Media Library Assistant] MLA Text widget search and tag cloudPagination had to be enabled in theme settings.
Forum: Plugins
In reply to: [Media Search Enhanced] Media tagsGot it working. Found this and based on it got it working with
add_action('parse_query', 'hijack_query'); function hijack_query() { global $wp_query; if (is_tax() OR is_category()) { $wp_query->query_vars['post_type'] = array( 'attachment', 'page', 'post' ); $wp_query->query_vars['post_status'] = array( null ); return $wp_query; } }
Forum: Plugins
In reply to: [Media Library Assistant] MLA Text widget search and tag cloudFinally got it working. Found this and based on it got it working with
add_action('parse_query', 'hijack_query'); function hijack_query() { global $wp_query; if (is_tax() OR is_category()) { $wp_query->query_vars['post_type'] = array( 'attachment', 'page', 'post' ); $wp_query->query_vars['post_status'] = array( null ); return $wp_query; } }
Except it’s missing pagination.
- This reply was modified 1 year, 5 months ago by bhasic.
Forum: Plugins
In reply to: [ActivityPub] Doesn’t work in InfinityfreeMaybe something to do with “Your site could not complete a loopback request” or “The REST API encountered an unexpected result” in https://forum.infinityfree.net/t/wordpress-site-health-known-issues/78910
Forum: Plugins
In reply to: [ActivityPub] Doesn’t work in Infinityfree