Banner de aplicativo personalizado do 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 curtidas

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 curtidas

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 curtidas

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 curtidas

Apenas um rápido tutorial para quem está tentando usar este plugin. A funcionalidade agora está no núcleo.
Existem duas configurações de site ocultas: ios_app_id e android_app_id.

Para configurá-las, abra um console do Rails e digite:

SiteSetting.ios_app_id = XXX
SiteSetting.android_app_id = YYY

onde XXX e YYY são os respectivos IDs dos aplicativos.

Em seguida, você pode habilitar as configurações native_app_install_banner_ios e native_app_install_banner_android na tela de Admin - Configurações.

4 curtidas