Could you help me to make this work. Id like to add rate widget to profile page ok. I got it showing but can't make it work please whats missing.
Is there a way to add rate widget without a plugin?
$userId = $params->additionalParamList['entityId'];
$rateInfo = new BASE_CMP_Rate('profilerating', 'profile_rate', OW::getUser()->getId(), $userId);
$this->addComponent('rate', $rateInfo);
I don't think this works right!
It's not saving rates and doesn't show them on guests!