Search Results for 'bbpress'
-
Search Results
-
Is it possible to utilize Buddypress in bbPress so you can separate the forums into groups. For example,
Main Forums
Google
Microsoft
AppleOther Forums
Yahoo
BingHey 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!
Topic: woosidebars and users pages
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
Topic: Polish Translation
Hi
Here you can download Polish translation:
http://hoek.pl/pliki/bbpress_plugin.7zversion 2.2.4 100%
more info here http://askit.hoek.pl/?p=355
and here http://askit.hoek.pl/?topic=spolszczenie-bbpressLinks to any guidance available online for
1.7 beta and bbPress 2.2.4
Set Up Group Forums Only
very much welcomed
Topic: phpBB import username issue
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!
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
Hey all,
I am looking to launch my project very shortly:
REMOVED URLcurrently 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