mkdes
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Types Order] Reset buttonI agree with T4ng. Reset button should be on the right, update on the left.
Forum: Plugins
In reply to: [Joinchat - Enhanced "click to chat"] Bricks builder integrationSorry, that was mistake. Your plugin with Bricks Builder works fine.
Forum: Plugins
In reply to: [Media Attached Filter] How to search into custom post typesNow works great. Thank You π
Forum: Plugins
In reply to: [Media Attached Filter] How to search into custom post typesThank You for fast update.
But it need more improve.
When user start typing part of post title, the dropdownl list contains many titles with different dash length.
Maybe this are the revisions.
No matter what user chose, plugin not find post attachments.See this image https://imgur.com/a/8nVfVXs
Forum: Plugins
In reply to: [Media Attached Filter] How to search into custom post typesI write this coda as temporary solution.
But this is only temporary, because dash is also change from short to long into media library filter fileld.$attached = strip_tags( $_GET[‘maf_attached’] );
$attached = htmlspecialchars( $attached, ENT_QUOTES, ‘UTF-8’ );
$attached = str_replace( ‘β’, ‘-‘, $attached ); // this is because probably search field change dashForum: Plugins
In reply to: [Media Attached Filter] How to search into custom post typesThis is because this code replace short dash “-” and long dash “β” to the same entitie: –
Solution is NOT USE dash into title.
$attached = filter_input( INPUT_GET, 'maf_attached', FILTER_SANITIZE_FULL_SPECIAL_CHARS );There is the area to improve plugin when user use short dash “-” and long dash “β” into post title.
- This reply was modified 8 months ago by mkdes.
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Download not workingI confirm this issue.
Plugin file doesn’t exists and can not be downloaded.
This site canβt be reached
The webpage at https://downloads.wp.xz.cn/plugin/perfect-woocommerce-brands.3.5.4.zip might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSEForum: Plugins
In reply to: [Prevent Files / Folders Access] File & Folder Restriction is insecureSorry. Works fine. Please, remove my post.
Yes. kadry_2021.jpg is stil accessible by direct access by URL.
All images make by WordPress if big_image_size_threshold is enabled.
https://make.ww.wp.xz.cn/core/2019/10/09/introducing-handling-of-big-images-in-wordpress-5-3/
Yes. I need control who can edit taxonomy category (name, description). And who can see certain category on category list.
This option is for posts from cattegory.
- Post Reading Exceptions: Control who can read posts in this category.
- Post Editing Exceptions: Control who can edit posts in this category.
- Post Revision Exceptions: Control who can create revisions for posts in this category.
- Post Category Assignment Exceptions: Control who can add posts to this category.
I need this:
- Category reading
- Category editing
I have similar question.
How to restrict category editing?
Is this possible?
I can not find how to do this.
Thanks. I have been sending presale question.
It’s very important for me. We want create website for many conferences into my institution where I work. And we need every administrator can editt only his own menu and can not edit menus created by others admins.
I know we need Unlimited Sites license for Capabilities and Permissions.
But if there is no ability to restict medu editing, the plugin is unuseful for us.Do You have plans to create this feature?
You got me π For developers, everything.