• Resolved erstet

    (@erstet)


    Double issue!) when a guest posts a message, it is empty, when the user, then everything is fine published…

    The second question is how to change the link wc-must-login(wp-login.php/or my link in admin panel) in wpdisquz on its label and a link???

    I need to insert this type of inscription
    <p class=”must-log-in”>You must login or register.</p>

    https://www.ads-software.com/plugins/wpdiscuz/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi erstet,
    Could you please leave some URL?

    Thread Starter erstet

    (@erstet)

    Plugin Author gVectors Team

    (@gvectors-team)

    Please disable comment moderation, we can’t see our comments.

    Thread Starter erstet

    (@erstet)

    I’m sorry, all restrictions disabled. Thank you for tech support

    Thread Starter erstet

    (@erstet)

    If the public comment on behalf of the guest, then he gives his empty after the turn to another page, write a very different note, what falls inscription found duplicate…

    Thread Starter erstet

    (@erstet)

    Moreover, a comment does not fall into that category, all entries at the moment are given custom posts types

    Plugin Author gVectors Team

    (@gvectors-team)

    Data are not being sent to WordPress from comment form. Something remove those on sending process.
    This definitely is not wpDiscuz issue, some plugin affects wpDiscuz and you should find it using deactivation/activation method. You should deactivate all plugins and check it again. Before checking don’t forget remove all caches.

    Thread Starter erstet

    (@erstet)

    OK! I’ve already started to do it and the first thing disabled All In One WP Security, and it worked !!! I apologize for the fact that otvelk, and you could not tell how to change the inscription and url

    wc-must-login(wp-login.php/or my link in admin panel)

    I need to insert this
    '<p class="must-log-in">YOU MUST <a href="#" class="rcl-login">LOGIN</a> OR <a href="#" class="rcl-register">REGISTER</a></p>'

    Thread Starter erstet

    (@erstet)

    This feature only works for the standard comments, but not for wpdisqz some reason

    add_filter( 'comment_form_defaults', function( $fields ) {
        $fields['must_log_in'] = sprintf(
            __( '<p class="must-log-in">YOU MUST <a href="#" class="rcl-login">LOGIN</a> OR <a href="#" class="rcl-register">REGISTER</a></p>'
            ),
            wp_registration_url(),
            wp_login_url( apply_filters( 'the_permalink', get_permalink() ) )
        );
        return $fields;});
    Plugin Author gVectors Team

    (@gvectors-team)

    Thread Starter erstet

    (@erstet)

    It is a pity that you can not bring a pop-up window. then I will open the link, but will not be redirected back to the comments and it’s a shame …
    Nevertheless, thank you very much

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Empty comments from guests’ is closed to new replies.