Change formating of this in Jomsocial

luftkaffe
luftkaffe
Offline
0
When someone rate an album the activity in jomsocial show
"NAME rated NAME's Album ALBUMNAME with STARS"

I need to change the formating of this (NOT the translation), but cant find it. Where is the php-file to edit? Can you help me out?
Responses (2)
  • Accepted Answer

    luftkaffe
    luftkaffe
    Offline
    Wednesday, April 06 2011, 06:57 PM - #Permalink
    0
    I Figured it out.
    In: controller.php - change:

    $act->title = "{actor} ".JText::_('rated')." {target}'s ".JText::_('album') ." " . $item->name ." " .JText::_('with') . MusColHelper::show_stars(JRequest::getVar('points')) ;

    To your needs.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, April 07 2011, 10:14 AM - #Permalink
    0
    that's right!

    well done
    The reply is currently minimized Show
Your Reply