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

Editing another post type

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 there,

I am using the"Bookingo" course booking plugin: https://codecanyon.net/item/bookingo-course-booking-system-for-wordpress/32368828

Within"Bookingo", there is a post type named"Course Groups".  When editing a course group, there are a lot of different fields as you can see in the image below:

https://i.ibb.co/s9hrBHH/screencapture-oatlandspool-co-uk-site-wp-admin-post-new-php-2023-08-08-10-05-48.png

I want to use your plugin to bulk edit / quick edit the course groups:

https://i.ibb.co/V9ST5t6/Screenshot-2023-08-08-101012.png

Going by the URL at the course groups page in the screenshot above, the post type is"bgcbs_course_group" as it says"?post_type=bgcbs_course_group" in the URL.

When using your plugin, I don't have the option to select that post type.  Is there a way I can add that post type in to your plugin so I can bulk edit the fields?

Thanks,

Ronan

Hello Ronan

yes it is possible, looks like that post type is not public, so into file functions.php of the current wp theme add next code:

add_filter('wpbe_post_type_args', function(){
return array('public' => false);
});

What about fields https://share.pluginus.net/image/i20230808132935.png : you should add them as metafields, but question is in which format data is there, and also you should know keys of that meta fields, but I think"Course Groups" developers can help you in this information ...

 

Hi Elisio,

Thank you for that, I can now select the"Couse Groups" post type in your plugin.

In your plugin, I clicked on"Meta Fields" and in the"get meta keys from any post by its ID" field, I entered the post ID of one of the"Course Groups" posts and now it lists all of the meta keys under"meta fields".

How do I now add some of these meta keys in to the"Posts Editor" section?

Thanks.

Hello Ronan

Firstly give them understandable names https://share.pluginus.net/image/i20230808161502.png , then press Save button. The go to tab 'Settings' and using quick search enable fields you need https://share.pluginus.net/image/i20230808161617.png , press Save button and next what you can do is set in tab settings order of enabled columns, and that is all. Welcome :)

Hi Elisio,

Thanks for that, I followed your instructions, gave them understandable names and saved, then went to settings and disabled some columns and then enabled the ones I added and saved.

Now when I go to"Posts Editor" tab, I get this error: https://i.ibb.co/dgsmSbX/Screenshot-2023-08-08-150712.png

And the"Posts Editor" tab does not load any data and says"Loading..." in the top right corner of the screen: https://i.ibb.co/b6RqWXY/Screenshot-2023-08-08-150904.png

Do you know how to fix this?

Thanks

Hello Ronan

It can be error on the server, and data for table is broken, lets do next:

Also you can one by one disable just added new columns (tab Settings) to see what one has data which need attention

Hi Elisio,

I don't have a purchase code as your plugin is"August's free file of the month" on CodeCanyon.  I'm not sure if this means I am entitled to support or not?

It says support is not provided for free files but also says downloading this means I agree to CodeCanyon's"regular license" which gives 6 months of support, so it's a bit confusing.  See screenshot at this link: https://i.gyazo.com/39c9296997385f14769fdd915cfb332a.png

Please let me know and then I can provide the info you requested.

Thanks for your help so far!

Hello Ronan

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