Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress stripping tags in sidebar

Published on January 27th, 2012 by ben_allison

So I’m running a loop in my sidebar… on all pages, it works fine. For some reason, on forum pages and topics, the <p> tags created by the_content() get stripped.

In my page.php template, I reset the while have posts query.

Ideas?

Conflict with Greg's High Performance SEO

Published on January 27th, 2012 by SK

https://wordpress.org/support/topic/plugin-gregs-high-performance-seo-gregs-high-performance-seo-kills-bbpress

It took me a lot of trial and error, deactivating and activating of plugins to figure out what the problem was with my bbpress.

I don’t know what, why or how, but there is some problem between bbPress and Greg’s High Performance SEO. If Greg’s is installed, bbPress does not work – your forum root will seem ok enough…but if you click on any forum, the forum’s topic listing page will not list any topics, and the topic page will not show the discussion or any response options.

This is sad because I have come to like Greg’s High Performance SEO…but because I have decided, for many reasons, to move from phpbb to bbPress, I hope a fix is found soon.

Advice with forum tree customization

Published on January 27th, 2012 by Raziel_LOK

After finding a lot I have not found a solution for showing more than 1 depth sub forums. So I made some coding.

I changed “<?php bbp_list_forums(); ?>” on file loop-single-forum.php to:

<?php

$before = ‘<ul class=”bbp-forums”>’;

$after = ”;

$link_before = ‘<li class=”bbp-forum”>’;

$link_after = ”;

if ($sublist = bbp_forum_get_subforums($forum_id)) {

echo $before;

foreach ( $sublist as $sub_forum ) {

// Get forum details

$permalink = bbp_get_forum_permalink( $sub_forum->ID );

$title = bbp_get_forum_title( $sub_forum->ID );

echo $link_before . ‘‘ . $title . ‘‘ . $link_after;

if ($sublist2 = bbp_forum_get_subforums($sub_forum->ID)) {

echo $before;

foreach ( $sublist2 as $sub_forum ) {

// Get forum details

$permalink2 = bbp_get_forum_permalink( $sub_forum->ID );

$title2 = bbp_get_forum_title( $sub_forum->ID );

// Build this sub forums link

echo $link_before . ‘‘ . $title2 . ‘‘ . $link_after;

}

}

echo $after;

}

}

echo $after;

?>

So my question is, Is there any way to do that little easier ? Or someone who is looking in the same issue and want give a hand to clean up this code.

A example of the struture I’m looking:

TEST

-TEST_CHILD_1

-TEST_CHILD_2

–TEST_CHILD_CH1

–TEST_CHILD_CH2

-TEST_CHILD_3

Any help will be aprecieted. Thank you.

Fatal error while attempting to post a topic

Published on January 27th, 2012 by ArronC

Hello,

I decided to test out bbPress; unfortunately, I was unable to post a new topic in the first forum I created. I kept on encountering this error each time…

Fatal error: Call to undefined function akismet_get_user_roles() in …/wp-content/plugins/bbpress/bbp-includes/bbp-extend-akismet.php on line 146

Is there any reason this is happening?

Can not get main forum page to work

Published on January 27th, 2012 by cosfrog

I am using Buddy Press with bbpress on a rockettheme wp site using gantry frame works (whew)

No I created a page with short codes, but when the bbpress slug is the same as the page it does not format correctly.

Also when I change the slug back to ‘forums’ that link does not work either.

You can see it at ppsdc.com/main-board (this is the page with shortcodes, shows fine now because slug is different)

meanwhile the slug link ppsdc.com/forums shows the unformatted page.

If I change the slug to main-board I get the same thing as the above sentence.

I used the forum list widget so you can actually get to a forum and see those pages are fine.

Any Ideas??

BBPress.org Theme

Published on January 26th, 2012 by Matthew2D

Could someone tell me what theme BBPress.org is using?

Thanks! :)

Create a corresponding Forum post when you create a WordPress post

Published on January 26th, 2012 by ArronC

Is there a way to Create a corresponding Forum post when you create a WordPress post? With cross- Commenting capabilities?

Unable to access user profile or forum in bbpress

Published on January 26th, 2012 by zachshallbetter

I’m having a problem where Admin is able to see their user information and all forum data but all other accounts are directed to a blank page.

This is the “local” address users get sent to http://pcocs/forums/users/skingsford/

This is where admins are directed. http://pcocs/forums/users/admin/

They have “gform_full_access”

I’m using the latest version of wordpress(3.3.1) and bbpress (2.02). I nuked everything related to bbpress including the db entries. reinstalled, and the same issue is occurring.

Disabled all plugins, and re-activated the plugin. Still unable to access user profile as another user. Able to access profile in dashboard.

Rebuilt the permalinks.

No themes, no plugins, just default data.

Any thoughts on what would cause this to occur?

Import from Simple Press Forum

Published on January 26th, 2012 by ilovetablette

I’ve been running a Simple Press forum for a while. Is there a migration tool available that helps me move to bbpress?

You do not have sufficient permissions to access this page.

Published on January 26th, 2012 by tippetipp

Hi,

I tried to change some settings on the BP plugin today, and suddenly I lost access to the admin area of my site. This happened when I tried to change settings for the Register page, I tried to activate it (as Register and Activate pages were not activated).

I get access to the site if I delete the plugin, but the same error if I try to reinstall with a completly new version of the plugin.

By using the WP-DEBUG I get two errors:

Notice: Constant WP_MEMORY_LIMIT already defined in /home/noess/domains/kenta.no/public_html/idrett/wp-content/themes/canvas-buddypress/functions.php on line 4

Notice: wp_enqueue_script ble kalt feil. Scripts og stiler bør ikke være registrert eller “enqueued” foran wp_enqueue_scripts, admin_enqueue_scripts eller init. Vennligst se Debugging i WordPress for mer informasjon. (Denne meldingen ble lagt i versjon 3.3.) in /home/noess/domains/kenta.no/public_html/idrett/wp-includes/functions.php on line 3587

Anyone know what to do? Can I manually reset the setting for Pages in the BP plugin?

Skip to toolbar