By Louise Holmes on Thursday, 21 April 2016
Posted in Technical Issues
Replies 5
Likes 0
Views 800
Votes 0
Hi

Could you tell me how to make changes to the language file for the EasyDiscuss Welcome module? Currently everything is shown in Title Case but we want it to display in Sentence case.

Also, I have tried turning off the login button at the bottom of that module but it's still displaying - is there a way to force this so it doesn't show?

The final thing is how can I remove the 'subscribe by email/unsubscribe' which displays above the search and ask a question bar?

Thanks
Katrina

Could you tell me how to make changes to the language file for the EasyDiscuss Welcome module? Currently everything is shown in Title Case but we want it to display in Sentence case.

All of the language strings on the module is inherited from the language file located at /language/en-GB/en-GB.mod_easydiscuss_welcome.ini


Also, I have tried turning off the login button at the bottom of that module but it's still displaying - is there a way to force this so it doesn't show?

Which login button are you referring to?


The final thing is how can I remove the 'subscribe by email/unsubscribe' which displays above the search and ask a question bar?

To disable the subscribe by email, go to Settings > Subscriptions and turn off all the subscriptions
·
Thursday, 21 April 2016 23:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks that's great.

The bit I'm talking about is shown in the picture attached - sorry I wasn't very clear about that.
·
Thursday, 21 April 2016 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome.

If you would like to get translate these words, you can copy this file from your site -> JomlaFolder/language/en-GB/en-GB.mod_easydiscuss_welcome.ini , then replace into your current site default language file -> JomlaFolder/language/xx-XX/xx-XX.mod_easydiscuss_welcome.ini (xx.XX - Replace is your current language code).

Hope this help.

If the issue still persists, perhaps you can provide us with your Joomla backend and FTP access in your dashboard so we can help you check on this?

Also can you assign your domain to your license to obtain for support. You can do so by accessing your license area at http://stackideas.com/dashboard
·
Friday, 22 April 2016 12:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

We're still having removing the 'Sign out' from both the module and the settings drop down. I've attached another screen shot so you can see.

We don't want users to see any Sign out options within EasyDiscuss all log out facilities should be through out main website.

Thanks
Katrina
·
Tuesday, 26 April 2016 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
hey Katrina,

May i know which Easydiscuss theme are you using now?

If you using simplistic theme, you have to remove that sign out button code from this file -> JoomlaFolder\components\com_easydiscuss\themes\simplistic\toolbar.php (you can refer on my attached screenshot)

From the module , you have to modify on this file -> JoomlaFolder\modules\mod_easydiscuss_welcome\tmpl\default.php

// line 113 - 115
<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>
·
Wednesday, 27 April 2016 01:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post