Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to Uninstall BBpress Forum completely ?

Published on February 21st, 2015 by bharasthsunny

I would like to shift from BBpress to Phpbb . So I would like to remove the bbpress forum that I have created for my Blog. Can anyone tell me how to do that ?

Menu Links Not Working – Solved

Published on February 20th, 2015 by Alice Kaye

Issue has been resolved. It was an option in my theme and I literally, embarrassingly, just spent the last 3 hours trying to figure it out. Oi.

bbPress and search

Published on February 20th, 2015 by zurikus

Hello,
Thank you for your great plugin first of all.

I have one task and I hope you could help me to solve it. Is it possible to define in which forum (by forum ID) search form should search for results? Could you please explain me how can I achieve that? (I would like to make search on one of my forums (define that forum by ID), but not all)

Thanks.

installation langauge

Published on February 20th, 2015 by Writerschoice

I’ve tried to install the danish langauge pack to my forum.

i have tried to do:

How to use the language files

Rename each file of the files to bbpress-language_COUNTRY.extension

eg. bbpress-plugin-pt-br.po to bbpress-pt_BR.po
and bbpress-plugin-pt-br.mo to bbpress-pt_BR.mo.
Note: Ensure you use the – and _ in the correct place per the above example.

still doesnt work.. can someone help me?

WP 4.1.1 Forum not logging in

Published on February 20th, 2015 by jtstables

I received an email from my host stating that WordPress had been updated to 4.1.1. Now even though people are logged into my site the forum tells them that to reply to this topic you must be logged in. The system even tells me this as adimn. So I tried I logged out then back in to make sure that would not fix the problem. It didn’t, the forum still tells me that I must be logged in to reply to this topic even though I am logged in. Forum worked great before 4.1.1 installed.

Paginate recent topcis page

Published on February 20th, 2015 by mvaneijgen

Is it possible to create page that shows all recent topcis and will paginate ever so many topcis?

I know [ bbp-topic-index ] works, but this only shows 15 topics

I would like to add 2 more textarea fields in "Create New Topic" page.

Published on February 20th, 2015 by a298e

Hello,

I would like to add 2 more textarea fields in “Create New Topic” page in addition to an original textarea of bbPress.

I added following code to function.php, but an original textarea of bbPress was disappeared and couldn’t become submit, error of “ERROR: Your topic cannot be empty. “.

——————————-
add_action ( ‘bbp_theme_before_topic_form_content’, ‘bbp_extra_fields’);
function bbp_extra_fields() {
$value = get_post_meta( bbp_get_topic_id(), ‘bbp_extra_field1’, true);
echo ‘<label for=”bbp_extra_field1”>textarea1</label><br>’;
echo “<textarea name=’bbp_extra_field1′ rows=’10’ cols=’78’ value='”.$value.”‘></p>”;

$value = get_post_meta( bbp_get_topic_id(), ‘bbp_extra_field2’, true);
echo ‘<label for=”bbp_extra_field1″>textarea2</label><br>’;
echo “<textarea name=’bbp_extra_field2′ rows=’10’ cols=’78’ value='”.$value.”‘></p>”;
}

add_action ( ‘bbp_new_topic’, ‘bbp_save_extra_fields’, 10, 1 );
add_action ( ‘bbp_edit_topic’, ‘bbp_save_extra_fields’, 10, 1 );

function bbp_save_extra_fields($topic_id=0) {
if (isset($_POST) && $_POST[‘bbp_extra_field1’]!=”)
update_post_meta( $topic_id, ‘bbp_extra_field1’, $_POST[‘bbp_extra_field1’] );
if (isset($_POST) && $_POST[‘bbp_extra_field2’]!=”)
update_post_meta( $topic_id, ‘bbp_extra_field2’, $_POST[‘bbp_extra_field2’] );
}

add_action(‘bbp_template_before_replies_loop’, ‘bbp_show_extra_fields’);
function bbp_show_extra_fields() {
$topic_id = bbp_get_topic_id();
$value1 = get_post_meta( $topic_id, ‘bbp_extra_field1’, true);
$value2 = get_post_meta( $topic_id, ‘bbp_extra_field2’, true);

echo “textarea1: “.$value1.”<br>”;
echo “textarea2: “.$value2.”<br>”;
}
——————————-

What I want to do is;

・There are 3 of textarea fields in “Create New Topic” page.
・After submitted, the content being input in 3 textarea are shown in 1 original posted textarea like,

<p>
content of textarea1
</p>
<p>
content of textarea2
</p>
<p>
content of textarea3
</p>

If anyone know it, please help me.

Thanks,

Donwload Manager PlugIn Problem

Published on February 20th, 2015 by bandormen

Hi,

I started to setup my first forum.
For me it is necessary to share files.
I’m using the WordpRess Download Manager PlugIn
https://wordpress.org/plugins/download-manager/
to share files and I have the following problem:

I would like to use the Short-Codes (e.g. [wpdm_package id=’120′])
of the Download Manager to insert files into a Topic, but ist doesn’t work.
The Topic displays only the commands and doesn’t display the designed download buttons.

Is anyone able to help? Or should I use an other PlugIn to share files?

Thx for your help.

Forum Setup

Published on February 19th, 2015 by Alice Kaye

Hi all!

I’m totally green to BBPress and BuddyPress and I feel so out of my element. Hopefully someone here can help me!

I’m working on a new community-based website and I would like to set my forums up to look something like this:

http://tamrielfoundry.com/forums/

Multiple categories, with multiple forums, but I’m just not really sure how to go about this. They look weird when I set them up on my site and I feel like I’m doing something wrong.

Is Tamriel Foundry using some sort of plugin to make their forums appear like that?

Hoping someone can help me.

How my forums look presently: http://screencast.com/t/S1Fmp8ZwD

Any help will be absolutely appreciated!

Merging Comments and bbPress

Published on February 19th, 2015 by asdasdsad

Hi,

I know this has been asked a million times so my apologies, but, is there a way to merge comments on articles into bbpress forum posts and replies.

aka Whenever an article is published a bbPress topic is made, and whenever someone comments on an article, it becomes a reply. So, people can comment on articles, and they can go to the forum and it will be filled with a mix of forum posts and comment posts.

thanks.

Skip to toolbar