odevbul (@odevbul)

Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • @odevbul

    Participant

    Yes I added schema.org discussforumposting this way and it works smoothly. It only gives picture warning. The room is not a must

    @odevbul

    Participant

    bbpress/templates/default/bbpress/pagination-replies.php line:15

    div class="bbp-pagination" temprop="interactionStatistic" itemscope itemtype="http://schema.org/InteractionCounter">
    	<link itemprop="interactionType" href="http://schema.org/CommentAction" />
    	<div class="bbp-pagination-count" itemprop="userInteractionCount">

    bbpress/templates/default/bbpress/loop-single-reply.php line:42

    <span itemprop="author" itemscope itemtype="http://schema.org/Person">
    	<span itemprop="name"><?php do_action( 'bbp_theme_before_reply_author_details' ); ?>

    your template page.php edit

    <article itemid="<?php the_permalink(); ?>" itemscope itemtype="http://schema.org/DiscussionForumPosting" id="post-<?php the_ID(); ?>" <?php post_class( 'clearfix' ); ?>>
    								<h1 class="post-title" itemprop="headline"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>

    @odevbul

    Participant

    @Robin I did that. Can I add codes to those who want to?

    @odevbul

    Participant

    I think this plugin works

    bbPress – Moderation Tools

    @odevbul

    Participant

    I never thought it would be so simple 🙂

    [bbp-topic-form]

    @odevbul

    Participant

    Hello Lukas

    I’ve had the same problem with you. The question is why the bad word filter in WordPress / settings / discussion

    The problem of wiping out the banned words in this area can be solved. Then you can add new words that will not interfere.

Viewing 6 replies - 1 through 6 (of 6 total)