PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

WOLF Various Questions

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi, i have just started using WOLF Bulk Editor purchased from Evanto Market, using it for post managements only no products on my website. I am having hard time finding my way around things, the support form isn’t helping me as it mixes products in search results...

  1. How can i Filter Empty taxonomies?
  2. How can I add 1 taxonomy to a group of Posts without changing their current taxonomies?
  3. How can i make any field (text, number or Date) sortable Ace-Dec ?
  4. How can i make fields not editable yet visible for Editors ?
  5. Is it possible to disable or hide the duplicate post button for Editors?
  6. Is it possible to make rules for Authors?
  7. Setting columns profiles and settings and metafields ..etc per user is a PAIN, I have multiple users doing editing and need to know How can i make a columns profile, saved Filters and The settings shared between different Users? Or is it possible to Atleast change the defaults?

Hello

Please watch  this  video - https://bulk-editor.pro/video#video_1291

1)  In this case, you should select all taxonomies and the"NOT IN" condition - https://share.pluginus.net/image/i20240103110800.png

2) for taxonomy select"append" - https://share.pluginus.net/image/i20240103110852.png

3) It depends on the fields. For standard fields, there are sorts by date, title, post type, etc. For custom fields, sorting is only available for numbers and dates

4/5) Unfortunately the plugin does not have such a feature

6) Describe in more detail what you mean

7) Profiles are configured and stored for each user individually

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

Hi Pablo,

Thanks for the answers, i watched this video.

The Editor interface has many capabilities that are excellent but i feel limited to small issues yet important. 1, 4 & 7 are such a trouble now making me unable to use this for the purpose i need it for.

1- Filtering Not In is impossible for tags because they are 1000s and a very time consuming way with categories because they are alot, mate there must be a way around this to filter items with no taxonomy. I know i can save filters but taxonomies specially tags are So much to select them all and they get added to ongoing.

2- Yes that worked thnx.

3- How to make numbers or date fields sortable then?

4- I need to disable the thumbnail editing when clicked and some fields disable editing but not visibility. Can you please add this feature it is much needed and i thought when i read about the features that it can do that for editors.

5 - Well is there a way to remove the duplicate button to ALL Users even Admin, code line maybe?

6- Is it possible to apply Editor rules (Visible for Site Editors) to Author accounts?

7- This is really hard to have to configure all settings fields and column sets for every Editor account Mate. Is there atleast a way to make Settings apply to all accounts or set defaults settings, can we make Some profiles shared or even via export and import? This is a much needed Feature.

I made the purchase through the upgrade button that took me to EventoMarket where i made the purchase, I am not sure how to provide the license key. I am using the same account I made the purchase with to apply for this support ticket.

 

 

Found the purchase key and Added it.

Hello

1/4) OK! I'll pass this on to the developers

3)  Just add this field in the settings and sorting appears automatically - https://c2n.me/4k5uKpI.png

5) You can  add  this CSS in  \wp-content\plugins\bulk-editor\assets\css\wpbe.css

.wpbe_tools_panel_duplicate_btn{

display: none !important;

}

6)  yes. You can create custom permissions for users - wpbe_user_can_edit  - This hook passes three parameters: 1 (Boolean) - whether the field can be edited, 2 (String) - field name, 3  (Array) - rules for editors

7)  Read  this( https://share.pluginus.net/image/i20240108110329.png ) - https://bulk-editor.pro/update-wordpress-posts-bulk-editor-professional-v-2-0-8

 

1/4 - Thank you

3- The sorting isn't Appearing for any of the added fields. Check Screenshot

5- Can i have the duplicate button removed from Post type video and posts only?

6- Can you provide more detailed info to how to apply this please?

7- This worked as to make settings same for all profiles. but any changes or column profile i load gets replicated to all users, I was hoping i can save column profile settings as the Default to all profiles then revert back the code changes. How can i overwrite default profile?

New question:

8- Can i add Taxonomy Terms to the Post List in this screenshot? i would like to do bulk edits on them to move Terms from one Taxonomy type to another.

9- Most of our posts are attached to 3-5 categories , I need to Filter items in category1 and category2 but not in category3 how can i achieve this?

 

Hello

3)   Please  drop  me  wp-admin access  - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134615.png - I  will  check it

5) In this case you need code customization

6)  An example:

add_filter('wpbe_user_can_edit', function($do, $field_key, $rules){

if ( 'post_content' == $field_key) {

$user =wp_get_current_user();

// check the role or nickname of a specific user

$do = true; // user  can edit      false - user cannot edit

}

return $do;

}, 20, 3);

7 - in  file - \wp-content\plugins\bulk-editor\classes\models\profiles.php  - delete  this  code - https://share.pluginus.net/image/i20240111112642.png

But this will only work with modified code

8 - Unfortunately no

9 - unfortunately the plugin does not have such a feature

k thnx.

Admin access added.

8-Taxonomy terms would be a great feature with almost effortless development adding more value to this beautiful plugin. I suggest passing this to developers.

9- This can be such a limitation while adding a simple feature like a + button next to every taxonomy filter to put a secondary filter of the same taxonomy type would allow this filtering. Screenshot

will go through 4-7 soon.

Thnx

Hello

3 Please  read this - https://share.pluginus.net/image/i20240112103412.png I checked everything is working correctly - https://share.pluginus.net/image/i20240112103553.png -> https://share.pluginus.net/image/i20240112103624.png

8/9 - We have no plans to add such functionality

Thanx,

this Link isn't accessible - https://share.pluginus.net/image/i20240112103412.png

  • sorting issues now:
    • The number fields are sorting but out of order. here are 2 examples Screenshot1 Screenshot2
    • I can't get the _last_seen date field to sort, When i force to Calendar it changes all dates to when i force it to number it shows the year only ,  The _Last_seen content sample 2024-01-12 04:24:28. The modified and published dates work though but they are not added fields.
  • 8/9 will you please add these with a donation toward your Plugin?

Hello

Try  this  link - https://share.pluginus.net/image/i20240112103412.png

The number fields are sorting but out of order. - Please drop me ftp access - https://share.pluginus.net/image/i20230222134241.png ->  https://share.pluginus.net/image/i20230222134615.png

I can't get the _last_seen date field to sort - It depends on the date format. our plugin stores and works with dates in Unix format

8/9 - Unfortunately we don't have time for custom tasks

 

Yes the fields i am asking about are all either numbers or Dates. Screenshot1 Screenshot2

_Last_seen Dates are in Unix format here is screenshot from database. Screenshot3

FTP added.

Hello

Please do not remove wp-admin access, I need it for testing

I think the ftp host is missing

in Unix format here is screenshot from database. Screenshot3  - Unfortunately this is not a unix format

I haven't removed the admin access. FTP Host added.

Well it's the same format for Last edit, Publish date and those are sortable. The number fields are sortable but aren't being sorted correctly either.

 

 

Hello

I haven't removed the admin access. - Please  check  private  data. there is no wp-admin access

okay readded admin access.

Hello

Please  do a test

1- _Last_Seen: it's showing year when the metafield is number, and when the input changed to date it showes all dates 1970. the only correct view is string which is not sortable.

2- number count sorting seem to work now properly now on your profile.

i have added a profile to ur login named sorting profile, where the fields in question are loaded. _Last_seen is the problem now.

Hello

1 - as I already wrote to you - this is a problem with the data storage format.

This string format cannot be displayed as a number  - Because it will inevitably corrupt the data when saved

And our calendar for meta data works with a different format