• Resolved Iuda

    (@iuda)


    Hy gVectors Team. Good job whith this plugin.

    Some minor request πŸ™‚
    When you alow embed for Youtube and google maps ?
    It’s possible to make a function, when i made a reply to a comment to display automatically this form “in reply to userX” or “@userX” ?

    https://wordpress.org/plugins/wpdiscuz/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Iuda

    (@iuda)

    I forgot this:

    How to add “You may use these HTML tags and attributes:” below comment area ?

    Plugin Author gVectors Team

    (@gvectors-team)

    When you allow embed for Youtube and google maps ?

    These will be included in different features. Youtube and other Video Embed URLs will be included in Media Uploader addon. Google Maps will be as a link embed and as a custom field.

    It’s possible to make a function, when i made a reply to a comment to display automatically this form “in reply to userX” or “@userX” ?

    There is not such an option.

    How to add “You may use these HTML tags and attributes:” below comment area ?

    put this code at end of theme’s functions.php file:

    function my_comment_note(){
    echo '<p style="font-size:13px; line-height:18px; padding:10px;">You may use these HTML tags and attributes: <code>'.htmlspecialchars('<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>').'</code></p>';
    }
    
    add_action( 'comment_form_after', 'my_comment_note', 10 );
    Thread Starter Iuda

    (@iuda)

    Thanks.

    Just another request πŸ™‚
    It’s possible to restrictrole authors for editing comments ? only administrator and editors to do this

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minor request’ is closed to new replies.