I need your help regarding wpDiscuz comment plugin.
-
Hello, my name is Jen.
I’m using your awesome wpDiscuz plugin ??
In addition, I’m using Kingkong board(Kkboard) which is bulletin board something like BBpress.
I asked the Kkboard’s author how to adopt wpDiscuz comment system on the board instead of Kkboard’s internal comment and he answered to my question.
First, turn off the Kkboard’s comment system(I did ??
So, there’s no comment on the thread.Second, add this code on function.php
add_filter(‘kkb_read_comment_before’, ‘my_custom_comment’, 10, 3);
function my_custom_comment($content, $board_id, $entry_id){
$content = do_shortcode(‘[INSERT PLUGIN’S SHORTCODE]”);
return $content;
}I got to know that your plugin does not support shortcode ??
How can I do that?
I would like to add your comment in my bulletin board.
I’m looking forward to it! Thanks ??Sincerely,
Jen
- The topic ‘I need your help regarding wpDiscuz comment plugin.’ is closed to new replies.