Passer la navigation

[Résolu] Toolset types getting conflict with Content notify plugin.

This support ticket is created Il y a 1 year, 11 months. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

Ce sujet contient 20 réponses, a 3 voix.

Dernière mise à jour par Minesh Il y a 1 year, 10 months.

Assisté par: Minesh.

Auteur
Publications
#2709295

jum
Toolset header.png

Hi Minesh,

I am unable to open the sandbox it asking to login. Can you please give me access

Moreover for my account i am logged in but it showing the login button at the header.

Thanks in advance

#2709300

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

This is a sandbox site and you can auto-login to it using the following link:
- lien caché

And the screenshot you shared is of forum. You may try to logout once and delete all cookies and cache and try to login again to your account using your Toolset account access details.

#2709316

jum

Hi Minesh,

Thanks for the support. I have informed the issue you mentioned in the previous reply to the plugin support.

Here is their reply
´So currently, I’m checking for meta-box-loader or relationship_slug in the request to see whether or not Toolset is loading.

It would be helpful if Toolset are able to provide information about a parameter that they add to each request, or when a Toolset custom field is updated, that I can check for in Content Notify to solve this moving forward.

It appears from my efforts that either of the checks I’m making, aren’t always returning correctly so it would be helpful if they can weigh on this. They’ll also have a better understanding of their plugin than I will.´

Can you please guide us what parameter is required for this issue.

Thanks in advance,

#2709416

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Well - if Toolset custom fields are present on the add/edit post screen then you can catch it using $_POST and the custom field names created by Toolset will start will "wpcf" prefix.

Please check the following screenshot:
- lien caché

#2710400

jum

Hi Minesh,

Thanks again for the support. Is it possible to provide a $_GET parameter of the toolset?

Support replied':
´The only issue is that I’m using the $_GET request as $_POST doesn’t contain the fields until much later in the saving process.
Are they able to provide a $_GET parameter for thier plugin instead?´

Thanks in advance

#2710401

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

No - I do not see those fields available using $_GET as its post request so either it will be available using $_POST or $_REQUEST.