Skip Navigation

[Resolved] registration of new users and claiming a post

This support ticket is created 5 years, 7 months ago. 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 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 12 replies, has 2 voices.

Last updated by mindyB 5 years, 6 months ago.

Assisted by: Minesh.

Author
Posts
#1265979

Tell us what you are trying to do?
register new users and either claim an existing post or create a new one, with no code...

I searched around but it looks complex, and requires coding.
Is there an easy way to do this.

My first thought is to register a user, either free or paid, and request ie for me a vendor or a farmers market.
then we approve them on back end and change authorship to them

(the paid aspect will have to be added in via woocommerce, but that's not the question for now.

#1266485

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

You can register the new user with the Toolset User forms:
=> https://toolset.com/documentation/getting-started-with-toolset/publish-content-from-the-front-end/forms-for-registering-users/

Once user is registered, to automatically create a post, you need to use the Toolset Forms hook: cred_save_data
=> https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data

Please check the following related ticket that may help you:
=> https://toolset.com/forums/topic/automatic-post-creation-on-registration/#post-555275

#1269801

Minesh - Just want to let you know, I need to review and am still working on this.

#1270229

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Ok fine. Please let me know if you need further assistance.

#1272973

too much coding....

- 1. registration ok
-2. what do you suggest for noncoders?

#1273303

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Well - to create the entry/post after user registered you need to add the Toolset form's hook I shared: cred_save_data
=> https://toolset.com/documentation/programmer-reference/cred-api/#cred_save_data

If you need any help with that we would be happy to guide you.

#1275257

Hi Minesh, I'm still working on it. Will keep you posted. It's been a busy week. - Mindy

#1275413

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Sure - No issues. Please let me know if you need further help.

#1275623

Well, I never thought about what it means to claim a listing.
So I imagine there's a claim link that the user selects for a listing, and then a registration form appears for them to fill out.
And somehow the listing is affiliated with the user.

I have no idea how to do this on the front end.
So I would need more details. Again, I don't code.

Thanks, Mindy

#1275641

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Sorry - I do not understand your requirement. Can you please share more details, maybe few screenshots.

#1275691

check this out: hidden link

This video will show you what we're trying to do. Let me know if the Claim feature is possible without coding! If not we will have to do it on the backend, adding a question on the registration form - regarding what listing the user is trying to claim.

- Mindy

P.S. not sure if I pronounced your name correctly!

#1275775

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

As you acknowledge that you were using some claim listing plugin to implement the claim listing feature but there is no such feature available with Toolset.

I see it used to offer some membership plans - did you check our membership tutorial?
=> https://toolset.com/learn/create-membership-site-wordpress-using-toolset-plugins/

In addition to that, did you check our classifieds reference site and see how it works. we offer free test platform discover-wp.com where you can install any of our available reference site and play with it and understand how it works and configured.
=> hidden link

More info:
=> https://toolset.com/faq/how-and-why-to-create-a-test-site-in-discover-wp/

#1275821

My issue is resolved now. Thank you!