• Resolved Kiki73

    (@kiki73)


    “Poll can be created by any user, not just editor, even without access to the wp-admin part. Polls are compatible with bbpress posts.”

    Does this mean that users can add a poll as a comment? Right now I’m using wpdiscuz and when using the shortcode it just shows the shortcode. Shortcodes aren’t activated. Do I have to use bbpress or is it possible to use something else?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Kiki73

    (@kiki73)

    I’ve figured it out!
    Added this code in my functions.php

    add_filter( ‘comment_text’, ‘shortcode_unautop’);
    add_filter( ‘comment_text’, ‘do_shortcode’ );

    You see, you just gave me idea to try to call Shortcake on the front and make some nice GUI for shortcode attributes for bbPress Users.

    Maybe developer of the plugin can make it work with Shortcake (soon in the core) in backend to start with.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Insert poll in comments’ is closed to new replies.