Navigation überspringen

[Gelöst] Take reviews from users

Dieser Thread wurde gelöst. Hier ist eine Beschreibung des Problems und der Lösung.

Problem:

Is it possible to create a review functionality for custom post types in Toolset?

Solution:

No, it is not possible, this falls under the custom development category.

Relevant Documentation:

https://toolset.com/contractors/

This support ticket is created vor 3 years, 1 month. 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.

Dieses Thema enthält 4 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von fahimS-2 vor 3 years.

Assistiert von: Christopher Amirian.

Author
Artikel
#2603149

I have a custom post type and I want to take reviews from users. The reviews will have some properties like 'rating', 'text' and they will also belong to terms of taxonomies. I want to show the reviews below each post and all the users will be able to search the reviews by terms of taxonomies.

If a user want to post a review, he will need to first register on my website. A user can provide only one review for each term of the taxonomy in a post.

Like if there are terms 'book', 'author', 'publisher', then a user can post up to 3 reviews in a post and set each of them to only one term.

How can I do it?

#2603781

Christopher Amirian
Unterstützer

Sprachen: Englisch (English )

Hi there,

Toolset does not provide such a feature.

Here are some alternatives that you can use:

- https://wordpress.org/plugins/woo-product-reviews-shortcode/
- versteckter Link
- versteckter Link

But I did not find something about a custom post type.

Thanks.

#2603813

Is't it doable with one to many relation in toolset?

#2603891

Christopher Amirian
Unterstützer

Sprachen: Englisch (English )

No, it is not possible.

#2603989

My issue is resolved now. Thank you!