The module multilike can be used to like or unlike a page, an article, an item, etc.
This is pretty neat to have a "Was this helpful" feature:
https://medium.com/@GaryHarrower/user-feedback-was-this-page-helpful-39174efa9e93
https://www.flippercode.com/was-this-helpful/
For anonymous it says you need to enable the permission "tiki_p_post_comments" but even with this permission lib/core/Services/Relation/Controller.php
failed to validate as sources are not passed to the service if you are anonymous.
// ensure the target, source, and relation info are passed to the service if (! $target_type || ! $target_id || ! $source_type || ! $source_id || ! $relation_prefix) { throw new Services_Exception(tr('Invalid input'), 400); }
It would be nice to be able to use Multilike for anonymous.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |