We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Profile rate widget? | Forum

Topic location: Forum home » Support » General Questions
Marcus
Marcus Jun 25 '19

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!

The Forum post is edited by Marcus Jun 25 '19
Oxwall Türkiye
Oxwall Türkiye Jul 3 '19
This extension is available free of charge in the store, please check out the free extension. Profile Progress Plugin
Marcus
Marcus Jul 3 '19
Great thanks