I'm wondering how i can copy the aggregated review i.e. rated 4/5 from 50 reviews. And place it on a separate page which shows the aggregate reviews for each company.
I'm 95% sure that this question is solved (about 30 lines of code) by Steven. But can't find thread ...
If you're able to handle PHP ... You can try to modify this solution. I'm using it for ONE separate stars feed. Some kind of loop could handle multiple feeds ...
Quick and concentrated usage how-to is in the head of the file.
(09-Jul-2013, 08:49 PM)stariocek Wrote: I'm 95% sure that this question is solved (about 30 lines of code) by Steven. But can't find thread ...
If you're able to handle PHP ... You can try to modify this solution. I'm using it for ONE separate stars feed. Some kind of loop could handle multiple feeds ...
Quick and concentrated usage how-to is in the head of the file.
lp, stariocek
I'm a complete php novice, i've literally been using it for just days !
But thanks so much for your help, i appreciate it.
Thanks again stariocek, still a bit confused as to how i'd implement this and i think that thread is a bit outdated as i believe commentics has updated since then and the recent reviews are no longer an addon, in anycase do you know where i can find the file being referred to and if you have the time step me through the implementation as i mentioned i'm a complete noob, hahah.
Please do next:
- unzip
- open file and type correct value of a variable in row
require_once "comments/includes/db/connect.php";
- type right value of a variable in row
$url_to_images="comments/images/stars/" ;
- copy edited php file to your server, use folder not visible to spiders and visitors
- set permissions of a file to make it visible to the server
- open page that will show star ratings
- if it is php file insert code