Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Medium-style static footer that reminds people to sign up #159

Closed
tanius opened this issue Jun 1, 2019 · 2 comments
Closed

Add a Medium-style static footer that reminds people to sign up #159

tanius opened this issue Jun 1, 2019 · 2 comments
Assignees

Comments

@tanius
Copy link
Member

tanius commented Jun 1, 2019

It was proposed by @Ladyniasan that the site would profit from nudging people more to create an account and participate in the discussion.

This should take the form of a static-positioned banner-like element at the bottom of the screen, with a call to action and on its right a button to sign up. The button to sign up can be just the same pseudo-button we use for our top-right signup button, pointing to communities.edgeryders.eu/signup.

For a template how this could look, and the inspiration where this idea comes from, see how it looks on medium.com without being logged in.

Since this banner is really annoying when reading content meant mostly for anonymous users (like Autarky Library), we need a solution to hide the banner in these cases. Either provide a close button on the banner to hide it until visiting another URL on edgeryders.eu (probably that's the simplest option). Or show the banner only in the Wellbeing in Europe and Internet of Humans categories.

@damingo
Copy link
Member

damingo commented Jul 6, 2019

10fe0b6

@damingo damingo closed this as completed Jul 6, 2019
@tanius
Copy link
Member Author

tanius commented Jul 10, 2019

An update about the current implementation of this feature.

The starting point is this: there is a signup call-to-action box that is part of the standard Discourse installation and it can be enabled here. It is however not very attention-seeking because (1) it is only displayed to returning anonymous users, (2) it is shown with an unobtrusive blue background and (3) it is only shown at the end of a topic and not with static positioning at the bottom of the viewport.

  • We fixed (1) so that it is now displayed to all anonymous users, both first-time and returning ones. Test it by opening any topic on edgeryders.eu in a new incognito browser tab.

  • We fixed (2) by changing the background color to "Discourse yellow".

  • However, (3) has no proper solution because the space at the bottom of the viewport is already taken by the cookie consent banner for anonymous users. Placing it vertically higher than that banner does not work either as the space taken by the cookie banner changes depending on screen resolution.

So we propose to leave things like this right now. As a last resort option, if desired, we could change the cookie banner plugin to include both the messages about cookies and about signup, and two buttons. The cookie-related button would disappear when clicking "Accept", the other only when being logged in. That's for @Ladyniasan to decide.

In the current implementation, the texts of the signup call-to-action box can be adapted by any admin user (here and here).

@tanius tanius removed the important label Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants