Search Results for 'bbpress'
-
Search Results
-
Topic: Custom User Roles
I would like to be able to create custom user roles for bbpress
We have a premium membership feature for the communities with our organisation and one of the things I would like to do is to be able to create a custom user role for the communities who have paid for premium without screwing up future upgrades as indicated in this post.
By default, when a user creates a group you are automatically granted with powers to create forums. There is an option to turn this off but that would make my intended function redundant. I would like to have it so that by default you can’t create forums unless you have paid for premium. FYI, we do not have site-wide forums activated, only group forums.
Is it possible to create a user role for each community, with subset permissions to be able to have a keymaster, moderator, participant etc. for their own group forums?
On a side note, I cant seem to be able to change the group forums from fixed to liquid… any ideas how I can do this?
I installed bbpress on my wordpress site. It is a new site, I have no other plugins installed. It still have the default 2012 theme.
I can access the forum menus from the dashboard, and I’ve created a few forums. If I click “view” in the list of forums from the dashboard, I can see them.
However, when I go to see my web page, there is no option on the navigation menu for the forums. There is just “Home”, “Blog”, and one other page I already created.
How is one visiting the site supposed to find the forums?
I tried Simple Press briefly and it just created it’s own page and a menu link. I also tried Mingle, and for that I needed to create a page on the navigation menu for it before I did the install. What do I need to do for bbpress?
Thanks
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!