Thread Starter
ronowe
(@ronowe)
HI,
One more thing. Can you make an option for Comment Form Subscription Settings that field is required if you want to post a comment?
Best regards, Daniel
Hello @ronowe,
Thank you for your suggestions. I will take that as feature requests but I cannot guarantee you if these features will be added in our future updates or not. The feature requests are deeply analyzed by our R&D team before it is approved for implementation.
Thank you.
(@ronowe)
4 years, 2 months ago
HI,
I would like to use also FluentCRM in my comments for the blog. I use the option “Comment Form Subscription Settings”. With default comments, it works great. Also with the plugin Subscribe To Comments Reloaded. But when I want to use wpDiscuz there is no checkbox.
For test I added in AutoSubscribeHandler.php
$AutoSubscribeHandler = new AutoSubscribeHandler;
add_shortcode( ‘tastySubscribeCheckbox’, array( $AutoSubscribeHandler, ‘addSubscribeCheckbox’ ) ); and I then to Subscribe button to wpDiscuz I added <?php echo do_shortcode(“[tastySubscribeCheckbox]”); ?>. Ant it works – but I don’t want to add every time this few lines after plugin updates.
Can you add some shortcode for AutoSubscribeHandler or check how you can put in that it will show in wpDiscuz.
Best regards, Daniel