Install this theme component
Features
The showing of this banner, as well as the built-in Signup CTA at the bottom of a topic requires criteria to be met.
The criteria are:
User is anonymous
User has read at least two topics
User has read for at least two minutes
Topic List Page
Topic Page
Settings
Name
Description
heading text
Join the conversation and sign up today!
subheading text
When you create an account, we’ll remember exactly what you’ve read, so you’ll always come right back to where you’ve left off.
signup text
Sign Up
reminder text
Maybe Later
dismiss text
Never
Hosted by us? Theme components are available to use on our Pro, Business, and Enterprise plans.
Last edited by @MarkDoerr 2025-05-31T01:15:34Z
Check document Perform check on document:
17개의 좋아요
hequaye
(Henry Herbert)
12월 1, 2021, 6:57오후
2
MAN YOU READ MY MIND!!! Getting ready for a public launch for a community Im working with and this is exactly what I needed!
2개의 좋아요
Thanks for this!
We are using Memberful for signups - would it still work?
1개의 좋아요
The signup button transitions user’s to the Discourse sign-up route. It should be the same as if a user clicked on the normal sign up button at the top of a Discourse site.
3개의 좋아요
Sherran
(Sherran)
8월 15, 2022, 3:43오전
5
Is there any way I can preview the component? Have installed and put it into effect, however, can’t see this banner show up on my incognito page.
2개의 좋아요
Rhod
(Rodolfo)
8월 18, 2022, 10:24오후
6
Same issue, i can´t see it after “read” 2 minutes and be “anonymous” trough incognito browser.
1개의 좋아요
Don
8월 19, 2022, 9:10오전
7
Hello, It connects to the core signup CTA banner and will show up at the same time than the core CTA appears at the bottom of the topic.
This is the core signup CTA
For this you have to
The criteria are:
User is anonymous
User has read at least two topics
User has read for at least two minutes
And I think it won’t show up if the enable signup cta site setting is disabled.
2개의 좋아요
Has anyone who is using this component changed the styling or positioning of it on their sites?
I would love to hear or see what you’ve done
I have a situation when I have the banner showing but also the Login button in the header navbar
Any way that I can hide that using css in the theme, if the banner class is showing? I tried something like this but it didn’t help
.discourse-signup-banner:not([style*="display: none"]) .auth-buttons {
display: none !important;
}
Edit
I was able to achieve this by doing this instead
body:has(.discourse-signup-banner) .auth-buttons {
display: none !important;
}
1개의 좋아요
Hey Folks,
Has anyone had any issues with the “Maybe Later” or “Dismiss” button not actually working. The SignUp CTA seems fine but that other don’t do anything.
I’m not seeing any errors in the console to suggest something have broken
Any help would be awesome
1개의 좋아요
Hey!
I’ve raised a PR that fixes the issue with the “Maybe Later” / “Dismiss” button not working. You can check it out here:
https://github.com/discourse/discourse-signup-banner/pull/41
Hope this helps!
2개의 좋아요