Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Is there a way to offer (or automatically) create a registered site user when someone subscribes to the comments?
Or, require registration to subscribe to comments (not preferred option).Â
We are using the BuddyBoss platform.Â
Would any of this functionality be available through the subscription add-on?Â
I may suggest you hide subscription form for guests using the CSS code below:Â
body:not(.logged-in) #wpdcom .wpd-sbs-toggle{ display: none !important; }
Put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.Â
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.