Public
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What is a "mobile notification"?

Hello fine folks!

I'm reviewing the new notification settings features (documented here) in preparation for my community's upgrade to 19.6.  One of the options is to "Turn off all mobile notifications" - but I'm not sure what the mobile notifications are.

Are these something that's only relevant if you've done some custom mobile app development, perhaps? 

Thanks!

3 Replies 3
Khoros Alumni (Retired)

Hi Caroline,
This is the setting for mobile push notifications when you built an app (or app integration) using the Khoros Community mobile SDK: https://github.com/lithiumtech/li-android-sdk-core/wiki/Setting-up-push-notifications


Khoros Best Practice until August 2019. Onwards posting as Claudius.
Learn how to master Khoros. Learn Best Practice in the Community Documentation
If you appreciate my efforts, please give me a kudo ↓
Accept as solution to help others find it faster.

Ah ha, thanks!

It would be nice if there was an option to hide this checkbox for communities where there is no app / app integration. I assume that's not possible except perhaps with some CSS?

Cheers!

Khoros Alumni (Retired)

Yes, CSS is the way to go here. You could use something like this which will hide the 4th entry in the notification settings list.

.MyProfilePage .lia-notifications-settings-form .lia-form-row:nth-of-type(5) {
    display: none;
}

Khoros Best Practice until August 2019. Onwards posting as Claudius.
Learn how to master Khoros. Learn Best Practice in the Community Documentation
If you appreciate my efforts, please give me a kudo ↓
Accept as solution to help others find it faster.

Welcome to the Technology board!

Curious about our platform? Looking to connect on social technology? You've come to the right place!

Are you a Khoros customer? For direct assistance from our Support team, please visit the Support Forum.