Please Log in or Create an account to join the conversation.
As far as I am aware there is no counter. It displays overall rating through the stars.1. Where is the count of how many users rates the member, That information is obviously vital if a user has 5 stars, he/she could get there easily with one vote, so we need a count
There's no frontend or backend viewing for this information. It's stored within your database in table _comprofiler_ratingfield_log.2. I enabled logging of the rater's info. Where can I view hat information?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
As stated earlier there's no feature in the rating field for this. You'd need to edit the source code of the field (which I can't assist with) or you could use for example incubator project CB Query Field which allows displaying the results of a database query as a field. You could use that to query the database for the vote count.How do I do that?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Any valid MYSQL will work; except substitutions and Joomla syntax is also supported (example #__ for table prefix instead of jos_). Below query will pull vote count.Any chance you could tell me what the query is to display that information? Once I have that example I will know how to query other fields.
Please Log in or Create an account to join the conversation.