Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cannot create new topics: Error: Are you sure you wanted to do that?

Published on February 17th, 2013 by Pedro

Hey everyone,

I’ve been trying to figure this out for quite some time, but it seems that I still need your help.

This error appears on creating new topics on every version of bbPress after 2.0.3. As this seems to be a nonce related issue, would you be so kind to tell me if there were any major changes in the nonce handling for versions after 2.0.3? I’m stuck with this version and I’d like to benefit from all the nice features these latest versions came with.

Please let me know what kind of details you need in order to help me sort this out. Thanks a lot!

woosidebars and users pages

Published on February 17th, 2013 by bokula

Hi!

I use “woosidebars” plugin to show different sidebars based on various conditions. It works great with bbpress, except for user profile pages.
Basically, I cannot find a valid condition (i.e. page template, custom post type etc.) for pages with under /users/ directory.
Obiuvsly, I cannot choose urls as a condition from Woosidebars options.

Can you provide help with that? Is there a way to declare a custom post type for user profile pages?

Thank you,
marco

Keymaster cannot Edit, Close, Stick, Merge Trash or Spam forum posts

Published on February 17th, 2013 by dasped

Hi all,

New install: WordPress 3.5.1 MU joint Network with x7 Mapped domains

New install: Buddypress 1.6.4 Running all sites on Dynamix WP/BP theme

New install: BBPress 2.2.4 With Network & Group forums configured.

Buddypress has been installed ‘without’ the discussion forums tab enabled.

<code>define( ‘BP_ENABLE_MULTIBLOG’, true );</code> Is located in wp-config.

Other plugins installed all network enabled:  WP SEO (Yoast), WPMU Domain Mapping, Ultimate coming soon page & Join my multisite.

Followed all Buddypress and BBPress latest instructions to the letter!

I can create new forums, and group forums with no problems. All forums and groups are traceable throughout all MU sites with no problems and I have used bp-custom-php with;

<code><?php

/* This fixes the MULTIBLOG avatar problem */

function nfm_bp_avtar_upload_path_correct($path){

if ( bp_core_is_multisite() ){

//   $path = ABSPATH . get_blog_option( BP_ROOT_BLOG, ‘upload_path’ );

$path = ABSPATH . ‘wp-content/uploads/’;

}

return $path;

}

add_filter(‘bp_core_avatar_upload_path’, ‘nfm_bp_avtar_upload_path_correct’, 1);

 

function nfm_bp_avatar_upload_url_correct($url){

if ( bp_core_is_multisite() ){

$url = get_blog_option( BP_ROOT_BLOG, ‘siteurl’ ) . “/wp-content/uploads”;

}

return $url;

}

add_filter(‘bp_core_avatar_url’, ‘nfm_bp_avatar_upload_url_correct’, 1);

?></code>

To carry user and group avatars throughout all networks.

Problem being, once a forum post is created I’ as keymaster cannot Edit, Close, Stick, Merge Trash or Spam “Any” forum posts. The page just refreshes without any actions taking place.

I have read two other posts relating to this similar/same issue, one from over a year ago, and one from as little as two weeks ago, both without solution, one without any replies.

Further to the above, I have noted that BBPress is not sending emails out on replies to forum posts with the Notify me of follow-up replies via email tab checked.

I sincerely hope someone may be able to help shed some light on this issue as it is really going to render my project useless if I can’t manage to resolve it.

I’m happy to offer a bbpress admin, administrative access to my site if they feel they may be able to assist in some way.

Here’s hoping .. !

Regards,

Sped

 

Cheatin' uh? error

Published on February 17th, 2013 by ziddi123

when i go to create new forum i got this text with blank page

Cheatin’ uh?

Polish Translation

Published on February 17th, 2013 by Hoek

Hi

Here you can download Polish translation:
http://hoek.pl/pliki/bbpress_plugin.7z

version 2.2.4 100%

more info here http://askit.hoek.pl/?p=355
and here http://askit.hoek.pl/?topic=spolszczenie-bbpress

bp 1.7 beta bbp 2.2.4-Group Forums only -best guidance

Published on February 17th, 2013 by valuser

Links to any guidance available online for

1.7 beta and bbPress 2.2.4

Set Up Group Forums Only

very much welcomed

phpBB import username issue

Published on February 17th, 2013 by Bryan Eggers

I imported a phpBB database with about 2500 users and over 100,000 posts (it took about 90 minutes).  What I noticed is that there were two username created for each phpBB member, for example Chewy and imported_Chewy.  I thought about just deleting all the “imported_” names until I realized that all the references on the board are to those names and not the original names. What to do?

I also forgot to mention that the email associated with the account also has the imported_ prefix.

This is using the Buddypress 1.7 beta and BBpress 2.2.4. Thanks!

 

 

 

Forum Categories

Published on February 16th, 2013 by golfer300

A few quick questions

How can I create a forum that would be the main forum and have other forums be like sub-forums. I have tried using the parent forum feature but it does not do quite what I am looking for. For example, I would want it to look like this.

Google
-Android
-Google Plus
-Chrome

Also, is it possible to create a title for a list of forums. For example,

Main Forums
Forum Title 1
Forum Title 2
Forum Title 3

Other Forums
Forum Title 4
Forum Title 5

Lastly, is it possible to change the required fields that are necessary for forum registration. (I am using the short code for registration)

Any help is much appreciated.

mb_stripos() Empty delimiter in ../functions.php

Published on February 16th, 2013 by noviolence

Hi all,

i’d like to use bbPress but I get a ton of errors like the following

Warning: mb_stripos() [function.mb-stripos]: Empty delimiter in ../wp-includes/functions.php on line 658

I couldn’t find anything on it and have no clue how to fix it.
Any Help appreciated.

The server is running php 5.3

Live Site / Latest Beta Version

Published on February 16th, 2013 by Darren1981

Hey all,

I am looking to launch my project very shortly: REMOVED URL currently i am only working on my localhost but am looking to start working / testing on a live server.

Currently i am using the latest stable release.. but am considering installing the latest beta version.. I am looking to do several customizations to my bbpress installation so basically i was wondering if i do install the latest beta version and begin working / modifying templates etc.. will i be able to upgrade to bbPress 2.3 easily enough once it is released ?

Thanks in advance for any assistance on this topic.

Regards, Darren

Skip to toolbar