Needs work
Project:
Fivestar
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2013 at 07:56 UTC
Updated:
26 Jun 2024 at 00:26 UTC
Jump to comment: Most recent
After rating of a content it should be show a Thank you for your rating text snippet.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #1
tr commentedNew features should go into the current version first, then be backported if there is interest from the community.
Comment #4
arijit acharya commentedI have added a JQuery function that displays the thank you message after 250ms of user click. I have also added some CSS to that message class for styling the text.
Comment #5
ravi kant commentedComment #6
sandipta commentedHi, I have tested the MR and it is working fine.
Comment #7
tr commentedIf you do it entirely in the Javascript then it can't be translated or customized. Also, it can't be turned off, so this represents a change in functionality for people who already have this module installed.
The text should be in the config settings with an option in the UI to change it, and the markup should be in the templates with a CSS class defined so that it can be styled.
Comment #8
vivek panicker commentedComment #9
tr commentedTests fail, and the patch introduces more than 30 coding standards errors.