By Aravind Prakash on Friday, 24 April 2015
Posted in General Issues
Replies 1
Likes 0
Views 1K
Votes 0
How do I turn off the "In Joomla Article" text that shows up next to the comments when I try to use Kommento Activities module ?

I have attached a snapshot.
Hi Aravind Prakash,

You may go to joomlafolder/components/com_komento/themes/kuro/profile/activities/reply.php

<?php // echo JText::_( 'COM_KOMENTO_ACTIVITY_REPLIED_IN' ); ?>
<?php // echo $activity->comment->componenttitle; ?>

By adding // into it, you will be able to achieve it.

By the way, it looks like you are using free version of Komento and in order for you to continue requesting for support, we would appreciate if you continue to subscription.
Thanks for understanding =D
·
Friday, 24 April 2015 11:34
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post