Headline not displayed for legacy 3rd party plugins

Available Files

No files uploaded.

Related discussions

DeeEmm Discussion started by DeeEmm 10 years ago

Just found that with third party plugins that do not yet implement API v2  onCommunityStreamRender method, the headline is not displayed on front end.

Tracked this down to an incorrectly escaped REGEX in ./components/com_community/templates/default/activities.index.php

At approximately line 138 replace this...

$title = preg_replace('/{multiple}(.*){/multiple}/i', '', $title);

with this...

$title = preg_replace('/\{multiple\}(.*)\{\/multiple\}/i', '', $title);

Jomsocial Version 3.0.1

 

/DM

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW