Hello,
How can I change rating template? I know that it is located in directori /components/com_cobalt/views/rating_tmpls, but there I see php and xml files, I am able to edit amount of stars but I don't know how to remove text(0% from 0 rating) after star.
I found that this text is called in this file components/com_cobalt/library/php/helpers/rating.php and I can just delete its code, but problem is that I want to hide this text on records list view but in full record view I want to show this text.
Or another option is to display this text in tooltip for hover action, but I don't understand how to do it because for me this template has complicated structure.
Can anyone give me any suggestions?
Hello,
How can I change rating template? I know that it is located in directori /components/com_cobalt/views/rating_tmpls, but there I see php and xml files, I am able to edit amount of stars but I don't know how to remove text(0% from 0 rating) after star.
I found that this text is called in this file components/com_cobalt/library/php/helpers/rating.php and I can just delete its code, but problem is that I want to hide this text on records list view but in full record view I want to show this text.
Or another option is to display this text in tooltip for hover action, but I don't understand how to do it because for me this template has complicated structure.
Can anyone give me any suggestions?