Skip to:
Content
Pages
Categories
Search
Top
Bottom

Get all used tags get_terms(‘bbpress_tag?’)

Published on November 6th, 2015 by mvaneijgen

I use the following code on a webshop to display all tags being used on the website in the custom post type product

<?php
  $terms = get_terms( 'product_tag' );

  if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){
    foreach ( $terms as $term ) {
      print '<option data-filter="tag-'.$term->slug.'"value="tag-'.$term->slug.'">'.$term->name.'</option>';
    }
  } ?>

How do I find the equivalent for bbPress to `product_tag

Pre-Installation Question about Multiple email notifications

Published on November 5th, 2015 by Chris

Hi all
I have a question before I move forward installing bbpress. I will be creating a forum for my company that will have different categories based on company departments. Each category would be assigned a moderator within that department in the company and I need different moderators to be notified of new posts within their category.

In other words, can you assign different admin notifications depending on the category a post is created in?

I hope that made sense and thank you for the help.
Chris

One forum in two categories.

Published on November 5th, 2015 by manueldo

Hi All, first of all sorry for english, sin´t the best, so if you can not understand just tell me.
I am creating a community and I will have a forum. In that forum I will have diferent categories and here is my problem.
I didn´t find (and I don´t know if it is possible) how to make a relation between one forum and two categories.

For example, if I am talking about sports, I would need this:
– Sports clubs in Argentina (Category)
— Basketball clubs (Category)
— Football clubs (Category)
— Tennis clubs (Category)

And here is my problem: Boca Juniors (example), is a basketball club and football club too, and I need that Boca Juniors be a forum. I create Boca Juniors as a Forum BUT I only can relate it to Basketball category or Football category, not to both; and as Boca Juniors I have a lot of clubs with a lot of categories to be related.

Will I have to make my own forums index manually?
My forum isn´t about clubes, but the taxonomy is the same.
How can I solve it? Thanks in advance for your help.

Posts on forum being cropped right hand side

Published on November 5th, 2015 by AlixFalconer

Hi – running BBPress a modified version of the TwentyFifteen theme but i am finding my users posts are being hidden.

Tried displaying the overflow but still no joy – any suggestions would be so needed!

Kind regards

Alix

Allow anonymous posting for one particular forum, but not all?

Published on November 5th, 2015 by James Jams

Hello peoples,

We have a WordPress site running WP 4.3.1 and bbPress 2.5.8. We have a instance coming up that we would like to open up one of the forums parent groups on our forum to allow anonymous posting, but keep the rest of our forums locked up.

Is this possible? Either through coding on bbPress or through a 3rd party plug-in? Hmmm

Links not showing correct

Published on November 5th, 2015 by Andreas Andersen

When I insert a link in bbpress it does not show correct on my page. All links will be stacked on the left site of the message. Here is a picture of the HTML code that is generated and how it is showed.

Link not showing correct

The problem is only in bbpress, not when inserting links in WordPress in general. It is the same no matter i I insert the link using bbcode or using the WordPress toolbar.

What can be the problem here? Is there some CSS that controls this in bbpress?

Does not have the rights to perform a recount

Published on November 5th, 2015 by Andreas Andersen

I am trying to make a recount in bbpress using the Tools -> Recount. But when I do that I get the message “You do not have permission to access this page”. I am administrator and keymaster of the site. What can be the problem here?

Plugin to show user IP and current date

Published on November 5th, 2015 by piyaliguha90

Hi I am creating a website with BBPress. but Need a plugin which show current user IP, Current time of user below of my website.

Forum Content Not Showing Up on Forum Page

Published on November 5th, 2015 by webguru13

I am using the TruePixel premium theme…I made a page for the forum and bbpress is installed…I put in some test forums and even a couple of topics…nothing shows up on my forum page…just wondering what is going wrong…I have the forum on my main header menu as a child page of the community section as I have buddypress set up as well and have all things listed under the parent of “community”…I am just frustrated why I do not see anything on my forum page…I don’t see my content anywhere unless I go and look in the dashboard under “all forums”…help!! Please don’t tell me my theme doesn’t support the forum…thanks!! Rhonda

topics are not visible to unregistered users

Published on November 5th, 2015 by arcillaguzman

I set my forums/posts on public but the topics can only be viewed by registered users.
Can someone help?

Skip to toolbar