By errico on Thursday, 09 March 2017
Posted in General
Replies 7
Likes 0
Views 139
Votes 0
Hi. How can i remove notification's type from all groups creation? I want by default only internal notification (without email ), I can remove Title and descripcion but the area doesn't disappeare.
Please see the attachments
Currently that was not possible to remove it from the group creation page, perhaps you can provide us with your Joomla backend access so I will see if I can use css to hide it?

Because now I was unable to login from your frontpage.
·
Friday, 10 March 2017 00:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex. Please enter now with user mark and make internal only by default. If you remove the css please tell me where's the archive.

Thank you very much!!!
·
Friday, 10 March 2017 00:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I've applied following css into your custom css file
JoomlaFolder/templates/jsn_shine_pro/css/custom/custom.css

div#es.view-groups.layout-steps .o-form-horizontal [data-element="notification"]{
display:none !important;
}


It should disappeared now on the creation group page.
·
Friday, 10 March 2017 00:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect!
The ideal is remove the item "Manage Alert" and set by default only System Alerts. Can you do this?
Please see the attachment
·
Friday, 10 March 2017 06:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Errico,
You can try managing the alerts in the backend(http://take.ms/6dUpy).
If you do this, in the frontend, users can still go to the manage alerts page but can no longer configure their alerts settings(http://take.ms/rZ2g3).

There's no point hiding the manage alerts link since users can no longer change their alerts setting. However, if you still want to hide the Manage Alerts link, you can do so by template overriding this file: JoomlaFolder/components/com_easysocial/themes/wireframe/toolbar/default.php(http://take.ms/3NbLI)
·
Friday, 10 March 2017 12:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post