Need to Remove Number from $label Variable
-
I have everything customized and working perfectly except for one pesky issue. I would like to remove the number that gets inserted into the span.rw-ui-info element after a user rates something. Right now it reads “1 Thank You”, and I am looking for it to read, “Thank You”.
I’ve tried using:
options.advanced.text = {vote: "Thank You"};And I can’t display: none it since it’s not wrapped in an element. I also tried updating the content using JS but to no avail. I even attempted to modify the plugin’s echo statement in ‘views/nero_ratings.php’ and that didn’t work either.
Here is an image showing what is occurring:
http://imgur.com/yp8UvWoAny help would be greatly appreciated! Thank you.
The topic ‘Need to Remove Number from $label Variable’ is closed to new replies.