It seems this works.
/* hide please sign in */
div.modal-header h3 { display: none !important }
/* darker background */
div.modal-backdrop { opacity: 0.98; }
It seems this works.
/* hide please sign in */
div.modal-header h3 { display: none !important }
/* darker background */
div.modal-backdrop { opacity: 0.98; }
Is there anything unique about the Guest Gate modal which will allow the âPlease Sign up!â H3 to be changed without also changing the standard âLog inâ and âCreate New Accountâ H3s?
Is there a way to prevent modal to popup on Help category?
Is there a way to customize it so it works as an age-gate, it would be very useful as thereâs no age-gate solution for discourse as far as I know.
Still one of my favorite plugins. Any ideas on we could track signups via the guest gate?
Iâm still keen to find out about this
@jgujgu
@Shrike
@vinothkannans
Could you please remove the bottom block that says âLog in | Create New Accountâ
Reason:
Users are clicking on that link and then in the next screen, they are finding the close button. That way they click on the close button and read the content without registering for an account.
Some news about this bug?
Please remove it.
Kindly fix this bug someone please !
Has anyone tested this
is this working perfectly?
Yes. I install and run the official plugin (not thé fork). The popin works.
Which of the forks are you using?
Guest Gate crashed as of latest discourse upgrade: 2.9.0.beta1
Error: Could not find module
discourse/lib/clean-dom
imported from `discourse/plugins/guest-gate/discourse/initializers/guest-gate
Thank you for reporting this.
I think cleanDOM is not needed anymore (@cvx can you please confirm?) so I pushed a fix.
Clean DOM logic is automatically called on routeDidChange
so there should be no need to trigger it manually.
(For the record, the unintentionally breaking change was: DEV: Refactor clean-dom by CvX · Pull Request #15609 · discourse/discourse · GitHub)
Btw. Iâll add https://github.com/communiteq/discourse-guest-gate to GitHub - discourse/all-the-plugins so the future regressions wonât fall through the cracks!
Push fixed it. Thanks.
@michaeld latest discourse update crashed it again.
Will work on this later this or next week. In the meanwhile, donât update, or disable Ember CLI.
Already updated and iâm not sure if disabling ember CLI dont break something else so Iâll be patiently waiting for a push fix for the gate.