(06-28-2015 01:22 PM)ZiNgA BuRgA Wrote: Apart from the MyBB thread rating, XThreads doesn't support anything of the kind. User reviews would be more of a post thing, i.e. "replies" (posts) to a product "thread" with ratings/comments etc. However XThreads only targets threads, not posts.
I was looking for aggregate
reviews to a thread ( if thread name is being seen as a product)
it provides this result when being tested in google's rich snippet testing tool ( (aggregate user reviews being the rich snippet that is present in this test)
(name has the thread name )
(enclosed it in code tags so it can be seen apart.)
is the error that ie being received on testing with google's rich snippet testing tool.
I have put this code in "showthread_ratethread" template of a default mybb installation with Xthreads not being installed.
In the default mybb installation
If I put some similar code in the templates that are required to be added while installing Xthreads for Product review forum
(http://mybbhacks.zingaburga.com/showthread.php?tid=305)
which template should i put a similar code like above so that I can achieve something like aggregate reviews of a product being displayed.
will putting some extra code like above in this template would achieve desired results?
Since using Xthreads , pfname can be seen as product name while the thread subject is seen as product description.
Kindly advise.
which template should I make the edit?
i understand I will have to put this code in the template
Should I put
in the itemReviwed field instead of {$thread['subject']}
Kindly advise.