Hello I have a website which relies on user roles such as administrator to show certain content. I have installed BBPress which seems to break my user roles for example all Administrators become Keymasters also which is fine but if I run a query such as the code below it evaluates to false.
Any help would be greatly appreciated.
<?php
if (is_user_logged_in() ) {
$user_ID = get_current_user_id();
$user_info = get_userdata($user_ID);
if(isset($user_info->roles) && implode(', ', $user_info->roles) == 'administrator') { ?>;
<?php } >;
if you feints there,robkk… I have the same problem with the font of the button “submit”
#bbpress-forums div.bbp-the-content-wrapper div.bbp-submit-wrapper button id.bbp_reply_submit button submit {
font-size: 20px !important;
}
thanks
Hello,
Greetings!
I am having a BuddyPress website http://kombuchabrewers.org . I have private groups and bbPress installed.
I have users who have replied on my topics but when I try to reply them back then on single forum page, I am getting an error “Oh bother! No replies were found here!”
Can you please help me in solving this issue ASAP. Any help much appreciated.
Here is the screenshot for the same: http://awesomescreenshot.com/0735v91ic4
Thanks & Regards
SwatiViavcity
I guess bbPress does not show the revisions for replies in the backend like I thought, I guess only topics then??
Use this php code snippet to enable the metabox for revisions, add it to your functions,php file in your child theme or use a plugin like functionality.
I think after 2 edits it will show up I think.
function rkk_add_revision_support_for_replies() {
add_post_type_support( 'reply', 'revisions' );
}
add_action( 'init', 'rkk_add_revision_support_for_replies' );
Technically it is not an issue, as the devs made it that way for now.
But maybe follow this https://wpup.co/bbpress-threaded-nested-replies-with-paging/, or just go without using threaded replies for now.
To see their edits you have to go to the edit post screen for the reply in the WordPress backend and then cycle through the revisions as you would any other regular WordPress post.
There is a trac ticket to make this easier, like being able to cycle through the post content history with ajax.
https://bbpress.trac.wordpress.org/ticket/1989
@soulkitchen
Can you link me to the exact patch you worked on??
@kineta
Create a ticket in the bbPress trac. Login using your WordPress.org/bbPress.org login credentials. Find any more bugs, please report them.
https://bbpress.trac.wordpress.org/
@rf0854
Yeah not having wp_footer(); will mess up the editor because the script is enqueued in the footer of your page.
Here is the CSS you will need add it to your child themes style.css file or in a custom css plugin.
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
font-size: 16px;
}
here when I click insert link tab – I see only topics and replies under “Link to existing content”
When you type bbPress in the search bar to look for existing content on this site, you will see the sites blog posts pop up too.
I might create a ticket for removing that search bar entirely, its really not useful for participants in a forum, more of a blog post seo thing.
Hi there,
Actually, I had ultimate member installed and it was fine, then added bbpress and this issue came up. I added the extension hoping it would help, but without luck. In other words, the conflict exists whether or not the extension is installed.
Thanks,
This is caused by some styles from your theme that is for WordPress comments reply link.
Add this custom CSS snippet to a custom css plugin or in a child themes style.css file
#bbpress-forums .reply {
text-transform: inherit;
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
}
The title is pretty self explanatory. I installed the bbpress plugin and didn’t modify it. I was able to create myself a login as the only user, and that worked fine. I showed it to a coworker, who tried to visit the site as a user … there’s no log-in button. Why would this be kept from view? Appreciate any help.
Site is located here: http://creatingourcommonwealth.org/forums/forum/creating-our-common-wealth-forums/
My theme is Ribosome.
I’m having a conflict between Ultimate Member and bbpress, even with this extension purchased:
Warning: in_array() expects parameter 2 to be array, null given in (my site)/wp-content/plugins/bbpress/includes/common/functions.php on line 1446
I have uninstalled all plugins until it came down to bbpress and Ultimate Member. It is also not the extension, as I disabled that and the error persists.
It appears on back-end pages:
Ultimate Member: User Roles
Ultimate Member: Member Directory
bbpress tabs: Forums, Replies, Topics
Hello community,
we are experiencing quite an issue on our bbpress as replies are displayed in capitals, for example : http://www.combatmission.fr/fora/topic/un-article-sur-les-bleus/?view=all
Checked each post and none are so formatted and I’m clueless on what would cause that.
Would anyone have an idea on how to fix that (ie. replies to be displayed in lowercase)?
Hi, i am trying to import a 3.1.7 phpbb DB to bbpress, but some of my “core” users won’t convert.
I don’t get an error, but they just don’t seem to be retrieved, allthrough their posts and topics are showing fine.
I get the right amount of users imported, “142” but some of the users are being imported as “imported_username” could it be that the importer checks for 142 users and skips the rest?
I should say, that i have no users on the forum and i am doing a clean install without any prior imports.
bbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Hi, I am using wordpress 4.5.2 and bbpress 2.5.9. I activated the bbpress plugin in dashboard and created a forum. But I got a blank page when I clicked the link to the forum. Then I found all other pages on the website become blank.
I removed the plugin then the website works again.
I suppose it is a template problem. But I don’t know how to fix it.
My website is http://www.rcaonline.ca . Does anyone know what the reason is and how to fix it?
Any help is appreciated.
Sean
Hello! I have on my wordpress admin one email, contato@vidroid.com.br , but I have other email that I like to use to mu forum: forums@vidroid.com.br . How I configure to send emails of bbPress’s forums by this email, not changing the principal email of my wordpress admin?
Thanks!
bbPress version : 2.5.9-6017.
WP version : 4.5.2
When creating a topic in the WordPress admin area, When I fill in the the the editor with some content for the initial reply/discussion of the topic nothing shows in the topic and it still displays there are 0 replies.
Any one have any ideas on to why this would not be outputting ? anything in forum settings ?
I have disabled all plugins and tried switching themes as well as create a new keymaster user with no luck.
I’m using a “from zero” made template, and the editor either the Text or the Visual ones appear..
There’s any function my template must have? I have no functions in functions.php but through that bbpress uses in header what it needs
Here’s my site:
http://www.d2evo.com/f/t/testando-up-down-vote/
No need to register.
Thanks
Hello all, I managed to completely customize bbPress, but I have something I can not change, nor with legacy functions of my theme, nor with my child css3 theme: the font ( fat size and color) in the response area
<div id="wp-bbp_reply_content-editor-container" class="wp-editor-container">
<div id="qt_bbp_reply_content_toolbar" class="quicktags-toolbar">
<textarea id="bbp_reply_content" class="bbp-the-content wp-editor-area" name="bbp_reply_content" cols="40" tabindex="103" rows="12"></textarea>
</div>
Someone can it help me?
Vous aurez deviné, je suis Français! 6Merci beaucoup!” 🙂
I have done a lot of investigation on this. Following some other dicssussion it seems a confused area.
Hidden Groups and Forums not showing for members of them
Basically giving the role to the subscriber to read private/hidden forums, will them show the private and hidden group forums onto their profile.
This does however give the user to view all groups on bbpress site during the edit topic stage. Maybe direct url access too?
Any private forums on the site are also no longer private.
Seems strange that it isn’t default to show a user their topics / subscriptions ect from their groups on their profile. Is there any reason for this? I’m pretty sure it is just a query that is missing to include these from hidden and private groups…
i think this plugin will help you to hide the top bar https://wordpress.org/plugins/wp-admin-no-show/ and about the size try this code
bbpress-forums .bbp-topic-content p,
bbpress-forums .bbp-reply-content p {
font-size: 12px; /* enter the size u want */
}
how is this related to bbpress?