Banner app personalizzato per Discourse

If you have a custom Discourse app or maybe an app for your company, you might want to show a custom app banner to your users. Discourse only has the ability to refer people to the Discourse app using the Other → native app install banner site setting, like this one:

afbeelding

The discourse-custom-app-banner allows you to configure your own iTunes / Android apps and show a banner for those instead.

The plugin can be found at GitHub - communiteq/discourse-custom-app-banner

This plugin was developed for RZIM Connect and @outofthebox was so kind to allow us to open source it.

9 Mi Piace

Richard, I’m grateful for your professionalism, speed, and expertise on the Discourse platform.

This plugin provides our members with a better experience. Thank you!

I’m also grateful that you wanted to share this plugin with the Discourse community, which speaks to your character and loyalty. I am very happy to be able, through your hard work, to contribute a tiny bit back to this outstanding product and community.

3 Mi Piace

I think it’s very reasonable to merge this functionality into core.

Two hidden site settings, that allow you to input android_app_id and ios_app_id and default to the current values.

I thought about doing this way, but back then there was just one Discourse app :wink:

9 Mi Piace

Agreed, this is totally fine to merge in. We do not want to forcefully tie people to the one app, that’s not intentional.

7 Mi Piace

Una breve guida per chi sta cercando di utilizzare questo plugin. La funzionalità è ora integrata nel core.
Sono presenti due impostazioni del sito nascoste: ios_app_id e android_app_id.

Per impostarle, apri la console di Rails e inserisci

SiteSetting.ios_app_id = XXX
SiteSetting.android_app_id = YYY

dove XXX e YYY sono gli ID delle rispettive app.

Successivamente, puoi attivare le impostazioni native_app_install_banner_ios e native_app_install_banner_android dalla schermata Amministrazione - Impostazioni.

4 Mi Piace