Hiya,
I try to truncate the description of the group listing in \groups\controllers\groups.php
OW::getDocument()->setDescription($language->text('groups', 'view_page_description', array(
'description' => UTIL_String::truncate(strip_tags($groupDto->description), *100*)
)));
But this doesnt seem to make the change?
What am I missing? How can I get the Group Description to Truncate?
Many thanks,
Matt