It’s possible, but requires advanced PHP customizations, there’s no simple code snippet for implementing this. I added this feature to the roadmap so it will be implemented sooner or later.
Please use the official support forum if you have other questions https://hivepress.io/support/
Thread Starter
simea
(@simea)
Alright, thanks! Can you tell me, what I have to manipulate in PHP? (Or what I need to search for?)
There’s no simple code snippet for this unfortunately, you can try overriding this template part https://github.com/hivepress/hivepress-reviews/blob/master/templates/listing/view/page/review-submit-link.php so it would not open the login modal, and then change the review model and form via the HivePress API (so it wouldn’t require user ID).
Thread Starter
simea
(@simea)
I see, I will try that. Thanks!