By RP Translate on Wednesday, 11 May 2016
Posted in General Issues
Likes 0
Views 453
Votes 0
Hello

I would like to disable Description in the Profile, ideally for certain user groups, but if not for all. I've found disable Signature, but not Description.

How to do this please?

Many thanks
Pam
Which profile description are you referring? Perhaps you can provide us some screenshot regarding this section?
·
Wednesday, 11 May 2016 15:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

It's the description in the profile, screenshot attached.

Many thanks
Pam
·
Thursday, 12 May 2016 00:55
·
0 Likes
·
0 Votes
·
0 Comments
·
You can remove these code on this file -> JoomlaFolder\components\com_easydiscuss\themes\wireframe\user\account.php and we will see if we can add an option for disable this in the future release.


// Remove LINE 81 - 88
<div class="form-group">
<label for="description"><?php echo JText::_('COM_EASYDISCUSS_PROFILE_DESCRIPTION'); ?></label>
<div class="ed-editor ed-editor--<?php echo $composer->getEditorClass();?>" <?php echo $composer->uid;?>>
<div class="ed-editor-widget ed-editor-widget--no-pad">
<?php echo $composer->renderEditor('description', $profile->getDescription(true)); ?>
</div>
</div>
</div>
·
Thursday, 12 May 2016 10:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

Finally plucked up the courage to do this change and the change for removing points (ticket #269098).

Please could you tell me if my changes to both will stay in place after an upgrade?

Many thanks for your help

Pam
·
Thursday, 19 May 2016 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Perhaps you can wait for next release version? Because our developer already added this as a setting from backend. In other word, you can just turn off that setting from Easydiscuss backend configuration page, then this description will not show up any more.
·
Thursday, 19 May 2016 22:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Arlex

Much better to have it as a setting to switch off. We can wait.

Just to mention that it would be really good if it could be turned off for some user groups and not for others.

Thanks for your quick replies
Pam
·
Thursday, 19 May 2016 23:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Currently we do not have allow admin to configure this from ACL section regarding the `description` field.

Why this signature is different is because that ACL for `display signature` option is configure to show in their post area instead of the user edit profile page, you can take a look of my screenshot here : http://screencast.com/t/qc6WI8W3OaMO

In other word, if you disable "display signature" from backend Easydiscuss ACL setting, it will still populate that signature field from user edit profile.
·
Thursday, 19 May 2016 23:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Thanks for explaining about the signature, I didn't know about this and it will be quite useful for us!

thanks again
Pam
·
Sunday, 22 May 2016 21:06
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Pam, glad that your issues are resolved now
·
Sunday, 22 May 2016 21:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post