hi,
i buy the activity comments plug in for jomsocial.
they explained how to replace the code in the .. com_community/templates/ja_sulfur/activities.index.php.
this code:
<?php echo $act->title; ?>
<?php
if(!empty($act->content) && $showMore )
{
?>
<div id=”<?php echo $idprefix; ?>profile-newsfeed-item-content-<?php echo $act->id;?>” class=”small profile-newsfeed-item-action”><a href=”javascript:void(0);” id=”newsfeed-content-<?php echo $act->id;?>” onclick=”joms.activities.getContent(‘<?php echo $act->id;?>’);”><?php echo JText::_(‘CC MORE’);?></a></div>
<?php
}
?>
to their code. (long one)
but the code not mach. what do i need to replace?
in the sulfur.
thanks 🙂