By Aaron P on Thursday, 13 February 2014
Posted in General Issues
Replies 1
Likes 0
Views 827
Votes 0
Is there a way to hide the Sign Out link in EasyDiscuss and in the Welcome module?

I am using JFBConnect and I want to force my users to use this module to log out because it will also log out the user from their social network if they used their profile to log into my website. By using the link in EasyDiscuss the user is still logged into their social network account.
Hello Aaron,

Edit the file /modules/mod_easydiscuss_welcome/tmpl/default.php and at line 113 remove the codes below:


<li>
<i class="ico"></i><a class="discuss-logout" href="<?php echo JRoute::_('index.php?option='.$userComponent->option.'&task='.$userComponent->logout. '&' . DiscussHelper::getToken() . '=1&return='.$return);?>"><span><?php echo JText::_( 'MOD_EASYDISCUSS_WELCOME_SIGN_OUT' );?></span></a>
</li>
·
Thursday, 13 February 2014 10:21
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post