Skip to:
Content
Pages
Categories
Search
Top
Bottom

Deleting Post Versions

Published on November 11th, 2018 by Clivesmith

Hi,
I am sure this has been asked before but I cannot find an answer.

I have 289 posts/replies in my forum, if I look at the posts table I have 782 record, most of the “extra” ones are post_type revision, can I get rid of them.
I have seen a plugin that says it can do it but it is 5 years since it was updated, does anyone know if it still works? or is there another way that I have not seen ?
Thanks

Noob ?: How to post from backend

Published on November 10th, 2018 by 19dapperdrake53

HELP: WP 4.9.8; bbPress 2.5.15; site: azor.vip

Hello, I am a senior citizen noob building a one-off site. I wish to post admin questions from my backend what will appear live on my site.

I have written my post and clicked on Published. Nothing happens. Some time ago when I asked this same question, I was told to do something with shortcodes. I became frustrated because I don’t know what a shortcode is, where I find it, and what I do with it. So I am re-visiting my original question.

I would be very grateful if you could give me some steps.

New plugin: Allow mods to block spammers

Published on November 9th, 2018 by shanebp

If you are a site admin and want to give your moderators the power to block spammers, then this plugin may be of interest to you.

It allows mods to change the forum role for a user to blocked which will stop them from using the forum.
It does not allow mods to change a user’s WP role.
It does not give mods additional access to wp-admin.

You can get it from the WP repo:
bbp Auto Block Spammers

Or from PhiloPress.

User profile page breadcrumbs

Published on November 9th, 2018 by blackandbluebird

Hello. I have successfully edited all breadcrumbs on the Forums and Topics pages, but have been unable to edit the breadcrumbs on the bbPress generated user profile page. Currently, the page title reads “Edit profile for User: testname” and the breadcrumb reads “You are here: Home”

I want to edit that breadcrumb to read “You are here: Home > Forums > Profile”

Any insights? Thanks!

some users get email notifications, others don’t

Published on November 9th, 2018 by haddly

Hi there,
i just received a complaint from a user that has signed to one of our forums that he isnt receiving email notifications. I checked, and other people who are registered to this forum topic are getting emails.
Off the top of your head, why could this be?

How to custom Query Loop…?

Published on November 8th, 2018 by eigodeasobo

I would like to output topics with multiple tags.

For that, I wrote the following code, but it did not work as I expected.

<section class="fluits">				
<?php
$args_fluits = array(
  'post_type' => 'topic',
  'tax_query' => array(
    array(
      'taxonomy' => 'tag_fluits',
      'field'    => 'term_id',
      'terms'    => array( 11, 22 ),
    ),
  ),
);
$query_fluits = new WP_Query( $args_fluits );
?> 
<?php if ( bbp_has_topics( $query_fluits ) ) : ?>
  <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
  <?php bbp_get_template_part( 'loop',       'topics'    ); ?>
  <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
<?php else : ?>
  <?php bbp_get_template_part( 'feedback',   'no-topics' ); ?>
<?php endif; ?>		
</section>

<section class="vegetables">				
<?php
$args_vegetables = array(
  'post_type' => 'topic',
  'tax_query' => array(
    array(
      'taxonomy' => 'tag_vegetables',
      'field'    => 'term_id',
      'terms'    => array( 33, 44 ),
    ),
  ),
);
$query_vegetables = new WP_Query( $args_vegetables );
?> 
<?php if ( bbp_has_topics( $query_vegetables ) ) : ?>
  <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
  <?php bbp_get_template_part( 'loop',       'topics'    ); ?>
  <?php bbp_get_template_part( 'pagination', 'topics'    ); ?>
<?php else : ?>
  <?php bbp_get_template_part( 'feedback',   'no-topics' ); ?>
<?php endif; ?>		
</section>

Any hints or different args to use to achieve this?

Thanks.

Formating toolbar disappears for admin only

Published on November 7th, 2018 by maksanse

Hi ! I encounter since a few days a strange and very annoying issue :

When I am logged in as an admin to my bbpress forum, the editing toolbar does not appear :
NOT WORKING

But when I log in with a subscriber account, I see it correctly :
WORKING

I got the same issue with Twenty Fifteen theme from wordpress. So I thought it was a matter of plugin.

I deactivated all the plugins excepted bbpress & bbpress Toolkit and I still have the same issue.

So : The problem occurs on Chrome, Safari & Chrome for iOS

– it seems not to be an issue of theme,
– it seems not to be an issue of plugin compatibility,
– it’s not an issue of css either… (the editor elements just don’t appear in DOM)
– it seems not to be an issue of bbpress version (I tried to revert to version 2.5.13 and it still doesn’t work)

I am a little bit confused… Can you please help me ?

Best regards

Frustrating Email Issues

Published on November 7th, 2018 by mygirlfriday805

Hello,

It was recently brought to my attention that registrations were not being sent. I asked the users to try the “forgot password” link and this does not work either. I set up the plugin “Easy WP SMTP” and tested it and it works… but now I have 332 users registered and they cannot login. What do I do?

What file does sub-forum layout on frontpage

Published on November 4th, 2018 by Martin J

On the home of the forum, I have categories with sub forums in them, but need to change the layout to be 2 columns instead of comma separated forums. What file can I add to my theme to override this? bbPress has a crazy common between the <li> tags and drives me nuts because you can’t remove that using css.

Newbie question

Published on November 3rd, 2018 by orientsee

I am not clear how bbPress works with a site. If I have member only pages (which require a login) where I intend to install bbPress, will my members have to login a second time to use bbPress?
Will that they then have two accounts to deal with? Most of my users are older and not tech savvy. They need things to be simple. They will not self register. We will have a controlled set of users not open to outsiders.

Skip to toolbar