Newjams
Member
Posted 2 weeks ago #
Is there a way to add the option to be able to vote for every link or mp3 that is posted in the post. So lets say I have 7 links posted in my post for today and all those links have the gd star rating next to it. It would be nice to have a voting option next to every mp3.
No. Ratings are post/page/comment based right now. But it will be possible after release of GDSR 2.0.
oh okay and i had problem when I installed the plugin..it slowed down my site to the point where it was taking me 5 min to load one page
Plugin ads very few SQL queries to the mix, and it's imposible to slow down the website to time you are saying. I have done benchmark tests few months ago measuring the plugin impact to the website, and it is minimal.
Still, it's possible that your theme is poorly coded, and that executes unneeded or badly formated loops. Plugin auto insertion is triggered by the_content call used in the loops. If that happens, you need to disable all auto updates and add manual function calls, or fix the theme.