Yes but the digest might be irrelevant. A more top content focused digest would help which you’d have to do it yourself.
And that basically means a forum can’t offer what those users are looking for. Or it gives direct answer and that’s why users don’t return. Forum, blog, what ever — it just doesn’t matter how we call it, because all the time it reflects same thing: content and is that relevant to an user.
Bounces are totally normal situation. As long as it stays under 80 % everything is just fine. And DAU/MAU is just another metric and can’t bypass the most strongest rule: 90-9-1.
Still seems to have issues. The Login is a url not a button now.
Also seems to have issue when updating the settings
Can you send me some screenshots about settings and the site url to check this?
Thanks! Yeah I see now. This is because you using a custom code to make link looks like as button.
Update!
I reverted this change in theme component!
And the last update I changed the login <a>
link to <span>
.
Please change this code and add the span.sso-login
to this.
This customization is on your theme_3
theme component.
#discourse-modal.gate {
.modal-footer {
a,
span.sso-login {
outline: none;
margin: 0 0.25em;
padding: 4px;
display: inline-flex;
appearance: none;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
user-select: none;
position: relative;
white-space: nowrap;
vertical-align: middle;
outline: transparent solid 2px;
outline-offset: 2px;
border-width: 0.0625rem;
border-style: solid;
border-image: initial;
border-radius: 4px;
background-image: linear-gradient(to bottom, #7b3ba5, #421560);
border-color: #7b3ba5;
color: #f6f4f6;
font-weight: 700;
width: 100px;
}
}
}
After change
I use an other method to fix the DiscourseConnect login link. So the hidden informations above are not relevant anymore.
Just a reminder You can use buttons instead links by enable the
use gate buttons
setting
Oh nice ye that fixes the issue thanks for the quick turn around.
This is a great component really helps drive sign ups!
Guest Gate can be bypassed by disabling scripts in browser, is there any way to fix this?
Hope @dodesz doesn’t mind me responding here.
Almost certainly not.
This is a Theme Component that can’t influence the back end and API and is mostly JavaScript without which this (and all other) Theme Component(s) won’t function.
In the absence of JavaScript, Discourse Ruby on Rails will take over the rendering of site and will present it in a simple form. This is especially useful for crawlers and search engines.
This solution is necessarily a reasonable compromise meant to nudge people into signing up whilst maintaining SEO.
I figured I’d report here. After running this for two weeks, noticed no changes in signups whatsoever. I am on the same level as always (around 40-50 signups per day). I will still leave it, though. I like to be able to show a message to readers who lurk but don’t sign up.
Could it be, David, that the desire to ‘participate’ as opposed to just ‘reading’ is a particularly high percentage of those who visit your community?
I imagine this TC will help those communities more where ‘lurkers’ (who are oft content with just reading) are encouraged to sign-up to make it easier to continue to read?
Hey @Don
What do you think about a feature to trigger Guest Gate prompt when an anon user clicks on a thumbnail? Our goal is to encourage users to create accounts to see the full resolution images.
Also our community was asking for such feature.
Hello, I am not sure we can trigger it to thumbnail click but I will check what we can do.
Thank you for the component!
It fits our basic needs perfectly for now and has already shown the results during 1 day since enabling it. Our signup rate increased x8, but we’ll see how it goes. Our main goal was to reduce excessive load on media server slightly and to encourage users to sign up to continue uninterrupted experience.
We only use “show when thumbnail clicked”, but it seems to me this option would work nicely if it was not exclusive and could work with topic views limit together.
First of all, thank you for this excellent component!
Is it also possible to specify a multiline text in the “custom_gate.little_text”. I just can’t manage to break the <p>
tag and place line breaks there.
I appreciate any hint.
Hey @Oliver530
I’ve merged an update which makes it possible with HTML. So you can use <br>
to line break.
Thank you very much for the plugin.
I wasn’t able to use the preview feature.
Installed from Themes with the Github address without any problems but I can’t see the preview to edit.
Thank you.
Hey @BogacErkan
Thank you
If you setted up the component, you have to be logged out to see guest gate modal. Just open an incognito tab and open some topics to check guest gate.