Skip to:
Content
Pages
Categories
Search
Top
Bottom

Edit reply page

Published on December 23rd, 2014 by Hephaestus_Xii

My edit reply page is displaying text

View post on imgur.com

Active Directory Intergration?

Published on December 23rd, 2014 by aaron2310

Forgive me if this is the wrong area. I’m a pretty new WordPress user but I’m using it to build an Intranet. Management decided they wanted a message boards and I discovered bbPress so I thought I’d give it a go instead of using SMF.

However, I was wondering if there was any way in which I could create accounts and authentic login details via Active Directory (around 500 users) instead of creating all the accounts manually.

I did search for this but the threads were 4/8 years old so I wasn’t too confident in how relevant they are.

Thanks

How do I approve the first posts only?

Published on December 23rd, 2014 by John Theodorou

Hi,

We have installed the latest bbPress + latest WP on our site. Also we have Disqus if this matter.

We read that bbPress is integrated with ‘Discussion’ settings from WP installation.

In our ‘Discussion’ settings we have:

In ‘E-mail me whenever‘ section:

Anyone posts a comment‘ – Checked

In >Before a comment appears section:

Comment must be manually approved – Checked
Comment author must have a previously approved comment – Checked

…however it seems that in our forums anyone can post without our approval. (We have the ‘anonymous posting’ in bbPress’ settings ‘on’).

What we want to do is:

Anyone can post but their first post must be approved in order for the author to have the right to post freely from there on.

How can we achieve this?

How to change the "forum" link Breadcrumbs

Published on December 22nd, 2014 by Hephaestus_Xii

Hi, I would like to know how to change the “forum” link in the breadcrumbs to link to another page I built the forums using the shortcodes and the “forum” link in the breadcrumbs takes me to the default forum page.

I would like it to go to the page I created.

Multiple forum titles

Published on December 22nd, 2014 by davehakkens

Hi

I’m looking for a way to organize all my different topics.
Tried working with parents but this is not what i’m looking for.
Is it possible to add several forum-titles to one forum?
(the part in the bbp-header class that shows: Title Topics Posts Freshness)

Reply count in widget Latest posts

Published on December 22nd, 2014 by WilRC

Help!
I’m trying to get replycounts after the the latest posttitle. (widget)
e.g:
Avatar – Name – date – title – (number of replies)
I can’t get it working. This is sofar I have now:

$forum_id = bbp_get_topic_forum_id($topic_id); 
		$topic_id = bbp_get_topic_id($widget_query->post->ID);
		$reply_id   = bbp_get_reply_id( $widget_query->post->ID );

					$reply_link = '<a class="bbp-reply-topic-title" href="' . esc_url( bbp_get_reply_url( $reply_id ) ) . '" title="' . esc_attr( bbp_get_reply_excerpt( $reply_id, 50 ) ) . '">' . bbp_get_reply_topic_title( $reply_id ) . '</a> ('.bbp_get_topic_post_count($forum_id, $topic_id, $total_count).')<br />'. esc_attr( bbp_get_reply_excerpt( $reply_id, 40 ) ) . '';

This is a snippet form the BBP latest post widget. It counts replies but not for separatly the latest post. It gives wrong results and those countresults are different on what page you’re visting. (index, forum, topicpage ect.)
Could somebody put me in the wright direction?

Many thanks in advance.

to post a comment fill in email and name

Published on December 22nd, 2014 by melanie bund

Hi my forum appears in a part of the site that has a generic login. So what i need is that users have to type in email and name in order to post – is this possible? is there a shortcode for this or do i have to add something to the bbpress.php?
thank you in advance
Melanie

Kunena 2.x to bbpress (latest) Thread and reply count ok but no content

Published on December 22nd, 2014 by Altersoundwork

Hi there,

So, took forever but eventually the importer finished, all the forums are there, when you go to debates and replies in admin they are all there and assigned to the right users, but when going to the user side of things, the forums and subforums are there with the correct count of posts and so on within them but when you go in to any of them, there“s no threads, as if it was empty (even if the count is right and it does mention latest posts and threads and so on.

Metabar displaying on topic pages

Published on December 22nd, 2014 by Hephaestus_Xii

How would I removed the metabar from the topic page without removing it from the rest of the wordpress post pages

View post on imgur.com

Installed and activated bbPress and can't go further

Published on December 21st, 2014 by cyclesha

Hello folks, I posted a topic on the trouble shooting page and think I should have posted it here.

Well, I installed the bbPress plug in and have it shown in the left side bar of my admin screen.

I then created a new page on my site: Forums and added the page to the menu.

So far I have nothing. Please help.

cycleshanty.com

WP version 4.1

Current (new) bbPress version

Skip to toolbar