Hello!
I'm new to CMSMS, so it could be, that my question is a little stupid... Sorry for that
I want to have a product manager and a voting/rating module, so that each user can rate all products.
I make use of the Modules:
* Products
* AJAXStarRatingBar
Products can be installed via the module manager and I downloaded AJAXStarRatingBar somewhere and copied the code by hand to the modules directory.
Both modules are working fine.
Now i want that each product can be rated by every user that visits my site. So I added to the details template of a product
{cms_module module='AJAXStarRatingBar' group='news' vote_id='ID'}
Every product can be rated now..... the stars are apearing and a user can rate the product by clicking the amount of stars.
But the weird thing is, that when the user clicks a star, all stars dissapear.
When you reload the page the stars are their again, but the vote isnt stored.
I guess it has something to do with the current page or something...

The voting module works fine when i place the tag in a page
I tried out also the voting module "Ballots".
But this module has the same problem.
Anybody an idea?
Thanx in advance!!