Skip Navigation

[Resuelto] Avoding Duplicates in a Product Reviews Directory.

This support ticket is created hace 5 años, 8 meses. 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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Luo Yang hace 5 años, 8 meses.

Asistido por: Luo Yang.

Autor
Mensajes
#1214970

I have an idea for a review directory where people enter an item they own and their rating/review of the item. Others can then add their ratings/reviews as well on the same item.

My concern is duplicate entries of the same item. If an item is already in the system then the user can just then add their review to it. Otherwise, they create a new item to be reviewed.

Is this easily accomplished using toolset? Any tutorials or examples that I may use to get started?

#1215291

Hello,

There isn't such kind of feature within Toolset.

For example, by default, if there is already a post with post title "Post A", when user add a new post with the same title "Post A", WordPress will still add the new post with same title but different post slug, for example "post-a-2".

In your case, you might consider custom codes or other plugin, for example:
https://wordpress.org/plugins/unique-title-checker/