By Tomasz Karasinski on Tuesday, 09 December 2014
Posted in Technical Issues
Replies 3
Likes 0
Views 488
Votes 0
Hi everyone

I have a question which might be an easy one. I have a EasySocial Stream module on my website, and it's working fine, but 90% of the activities are about someone signing in. I would like to hide those messages, because they're covering the more important stuff very quickly. Do you know how I can 'filter out' these login items?

I have EasySocial v1.2.22 and I'm not upgrading because I've customized it all pretty much (with your help). I'm pretty sure this must be somewhere in the settings, but I just can't find it.

Best Regards
Hello Tomasz,

Sorry for late reply to this,

You can remove the code from this file -> JoomlaFolder\modules\mod_easysocial_stream\mod_easysocial_stream.php

//LINE REMOVE 60 - 69
if( $my->id == 0 )
{
$readmoreURL = FRoute::login( array() , false );
$readmoreText = JText::_( 'MOD_EASYSOCIAL_STREAM_LOGIN' );
}
else
{
$readmoreURL = FRoute::dashboard( array() , false );
$readmoreText = JText::_( 'MOD_EASYSOCIAL_STREAM_GOTO_DASHBOARD' );
}


Another one is you can disable it from your backend > Easysocial > application > User — Users > login - NO
Hope this help.
·
Wednesday, 10 December 2014 01:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Late reply... You react like a young kitten;-)

Thank you Arlex - the second option works just fine for me. I just wasn't able to find it.

Cheers!
·
Wednesday, 10 December 2014 04:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating, glad that your issues are resolved now
·
Wednesday, 10 December 2014 12:46
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post