Notifications
Clear all

wpForo 1.x.x [Closed] Captcha V3

12 Posts
5 Users
2 Reactions
2,418 Views
Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 years ago

@rik,

Posted by: @rik

Even with ReCaptcha 2, the current WpForo (1.9.9.1) has problems:
The feature that disables the "Add Reply" button until the Captcha graph is solved, doesn't work!

You can write a very long message and absent-mindedly press "Add Reply" without having solved the captcha and the whole message will be inexorably deleted!

Users can use Revisions to save their text.

Go to \wp-content\plugins\wpforo\wpf-includes\class-revisions.php

Search`

private function init_hooks()

 

private function init_hooks() {
   if( $this->options['is_preview_on'] || $this->options['is_draft_on'] ){
       add_action('wpforo_editor_topic_submit_after', array($this, 'show_html_into_form'));
       add_action('wpforo_editor_post_submit_after', array($this, 'show_html_into_form'));
       add_action('wpforo_portable_editor_post_submit_after', array($this, 'show_html_into_form'));

           if( $this->options['is_preview_on'] ) add_action('wp_ajax_wpforo_post_preview', array($this, 'ajax_post_preview'));

           if( $this->options['is_draft_on'] ){
               add_action( 'wpforo_after_add_topic',   array( $this, 'after_submit' ) );
               add_action( 'wpforo_after_add_post',    array( $this, 'after_submit' ) );
               add_action( 'wpforo_after_edit_topic',  array( $this, 'after_submit' ) );
               add_action( 'wpforo_after_edit_post',   array( $this, 'after_submit' ) );

               add_action('wp_ajax_wpforo_save_revision',         array($this, 'ajax_save_revision'));
               add_action('wp_ajax_wpforo_get_revisions_history', array($this, 'ajax_get_revisions_history'));
               add_action('wp_ajax_wpforo_get_revision',          array($this, 'ajax_get_revision'));
               add_action('wp_ajax_wpforo_delete_revision',       array($this, 'ajax_delete_revision'));

            add_action('wp_ajax_nopriv_wpforo_save_revision',         array($this, 'ajax_save_revision'));
            add_action('wp_ajax_nopriv_wpforo_get_revisions_history', array($this, 'ajax_get_revisions_history'));
            add_action('wp_ajax_nopriv_wpforo_get_revision',          array($this, 'ajax_get_revision'));
            add_action('wp_ajax_nopriv_wpforo_delete_revision',       array($this, 'ajax_delete_revision'));
           }
   }
}

the Revisions will work if the Guest user has at least one post with the Email he is using

Posted by: @rik

Do you have an approximate date of when you expect wpForo 2.0 to be released?

The release will be in 1H of 2022

Posts: 1212
(@percysgrowroom)
Noble Member
Joined: 6 years ago
Posted by: @chris

wpForo 2.0 will be released in First Half of 2022.

Any idea of ETA on this? Its been 6 months since our last update, and though i understand it is a big task, we were told it would be done around christmas/ new year time of 2021..... When you say first half of 2022, are we expected to wait another 6 months for the upgrade? 

2 Replies
adisaputro
(@adisaputro)
Joined: 6 years ago

Estimable Member
Posts: 128
Posted by: @percysgrowroom
Posted by: @chris

wpForo 2.0 will be released in First Half of 2022.

Any idea of ETA on this? Its been 6 months since our last update, and though i understand it is a big task, we were told it would be done around christmas/ new year time of 2021..... When you say first half of 2022, are we expected to wait another 6 months for the upgrade? 

I think they must test WpForo 2.0 compatibility with the new version of wordpress (5.8.3) or waiting for wordpress 5.9 (Jan 25). Please be patient.

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1212

@adisaputro thanks for letting me know  mate, good luck! 🙂

 

Page 2 / 2