<strong>En t’inscrivant au forum, tu reçois la formation marketing “TROUVER DES CLIENTS”, d’une valeur de 99 euros (offerte aux membres actifs)</strong>
I’ve made an update to this component.
This update contains:
Suits to the new core modal changes.
I converted the footer links to button (btn-transparent). (This way we can removed the js which controlled the links to show the modal.
I removed the external logins (social logins) from guest gate modal. (I try to keep it more clean… this section required to use a hacky js which always crashed on updates…so I think it’s better to remove.) There is not too much reason to keep this on the guest gate modal since if user clicks to the login or signup buttons the external login buttons will be on the those modals.
I made the big text to HTML safe.
I added a new setting to change separately the footer text color (this is the or text). Previously it used the footer links color.
I will update the stable version too. This update removed the method which wasn’t available on stable Discourse version. So now with a little more change it can compatible with the stable version too.
Another update with new feature. This update contains a two new settings where you can set up the guest gate modal visibility. Up to now the modal only can show on topics. Now you can add whatever URL you want to.
On the first two settings.
Default settings is same how it works until now.
There is a setting for URLs where the modal should not render.
For example if you set up show it every topic except this.
Be careful if you set up * to url for show setting than you have to exclude every url where it should not show.
I’ve added some URLs to avoid unexpected behavior.
Edit: Looking at the stats it looks like my sign-ups have doubled each of the two prior months so far (and the component wasn’t even installed for the entire month).
So I guess I’m seeing > 100% improvement on sign-ups. Noice!
I am thinking of this change wasn’t the best idea I think it would be better to handle the show settings with discovery routes, categories, tags and maybe keep the url for hide to fine tuning.