loicberder wrote: enhancement issue 576:
Examine using microdata format in FC e.g. in voting field/links
Hello loicberder,
adding microdata format means
changing the HTML to be specific tags and classes ??
I will read the microdata format for ratings, hopefully it will be easy to change HTML creating function and our JS code
-- NOTE: Since Google has adapted it,
We will try to add microdata format to all appropriate fields,in the near future, while trying not to break their functionality/appearance
Also completed what has been almost implemented a year ago:
- Configurable number of stars
- and Partial star voting too
2 new parameters:
-
Rating Resolution (Joomla built-in value is 5)
-
Rating Stars (Joomla built-in value is 5)
EXAMPLES:
-- 10 stars with half star voting, set Resolution: 20, Stars 10
-- 5 stars with quarter star voting, set Resolution: 20, Stars: 5
-- 10 stars with one star voting, set Resolution: 10, Stars: 10
Existing sites can not use this unless you update DB rating table with an SQL query