I checked in safari @ windows. There is no problem it seems:
View post on imgur.com
I dont have mac or ios virtual ( i should get ).
Can you be sure your safari is up to date and you dont have any css modification?
interesting.. i dont have problem in windows:
View post on imgur.com
i will check theme in safari
Running it through some tests now. I had this problem in v1 as well, with longer posts displaying weird:
View post on imgur.com
View post on imgur.com
This is on a vanilla site without any other plugins than bbPress. And at first I thought this was only with images, but it appears this happens to all long posts.
Awesome, thanks a lot. Glad to hear it’s all in the parent theme now, that’s much cleaner, especially with BuddyPress 1.7’s theme compatibility.
Scratch that I want my bbpress installation to work like this forum. When I click edit profile it does not take me /wp-admin/
Anyone point me in the right direction?
I’m new to bbPress and have a few questions.
1. When a new user registers, they gain access to the backend where they can edit their profile. However it also gives them access to the bbpress dashboard and jetpack. While in jetpack they can modify settings.
I want bbpress to operate like the bbpress forum on wordpress.org.
2. I don’t want any new user to have access to the toolbar, especially access to /wp-admin/. I’ve been trying to figure this out for hours.
Why can a new user gain access to the backend? New users are giving the role of subscriber. Since seeing this, I’ve disabled registration.
Firmasite 1.1 released:
https://themes.trac.wordpress.org/ticket/11437
Download: https://wordpress.org/extend/themes/download/firmasite.1.1.0.zip?nostats=1
This theme now directly supports buddypress + bbpress without needing child theme.
Example site and my blog that using this theme:
http://unsalkorkmaz.com/
Looked for an answer and couldnt find it…
For the Forum page, I have a full width template selected. So initial view of the forums is fine, but once you click on an individual forum, or topic within, the width is squashed since it apparently ignores the page template and uses single.php…..
The forum defaulting to single.php which is useless in most circumstances where you have a 300px sidebar (many sites) as the default bbpress forum theme gets squashed.
How do I fix it so that it properly uses the full width? Thanks.
Hello,
I have installed BBPress 2.2.4 and I use the plugin ‘Members’ (v. 0.2.2).
On my WP Blog, most users have the role ‘Fullmember’, and I want this group to be the only one that can see the fullmember forum.
So I created it, and I checked ‘Fullmember’ in the Content Permissions, but nobody can see it.
The forum itself is a hidden forum, if I change it to Public, everyone can see it, even normal subscribers.
The ‘Fullmember’ users have the forum role ‘Participant’, if I change this to ‘Moderator’, they can see the forum, but then they can edit every post, and I don’t want that.
Can anybody help me with this?
Thanks!
Any idea’s guys ? I really want to use BBpress but the lack of support / community assistance kinda sucks.
Checking my website access logs and there are a lot of internal server errors referencing:
PHP Warning: in_array() expects parameter 2 to be array, null given in /home/munson/public_html/musiclibraryreport.com/wp-content/plugins/bbpress/includes/common/functions.php on line 1155
Line 1155: `if ( in_array( ‘post_parent__in’, $wp->private_query_vars ) )
return $where;
`
Using 2.2.4 version. Website is http://www.musiclibraryreport.com. Any insight is appreciated.
Thank you
I don’t really understand PHP all that much at the moment, though I am learning. From what I do know, I was able to figure out how to display the user’s URL by making a /bbpress folder in my theme’s root and copying over the user-profile.php file. And then I added this underneath the user description section:
[sourcecode language=”php”]
<a href="”>
[/shortcode]
Though, I’m sure there must be a shorter way of turning text into a link?
Anyways, I wasn’t able to find any function for the other fields under ‘Contact Info,’ which makes me wonder if those are coming up under some other plugin.
Its a bit hard to see what changes you made… If you think others would benefit from this create a ticket in trac and add your code as a patch https://bbpress.trac.wordpress.org/
any idea on how to replicate getting it to work..?
thanks. 🙂
Hi @julienborne, did you ever manage to find a fix for this?
I’ve got the same thing with my site.
Regards
I would like to make my forums full size. Anyone know how to do that?
I managed to get rid of my forum sidebar with the following css code:
body.bbPress #sidebar {display:none;}
.bbp-forums, .bbp-forums td, .bbp-forums th {
text-align: left;
width: 100%;
}
.bbPress .inner-content {
margin: 0;
width: 960px;
}
No, not for me. Although, it might have remembered my settings for the previous activation and setting saving…
bbPress 2.2.4 is still adding network users as participants to the main site no matter if auto role is enabled or disabled.
sontru – i tried this and it seems it is still adding network users to the main site no matter if auto role is enabled or disabled. you aren’t seeing this?
thanks.
Well… I must have missed the “Attempt to import user accounts” option. I could have swore I selected it! But because I was running into issues with the table prefix, I must have forgotten once I actually got it right.
So I’ve re-imported everything and all the users are included. I also ran the forum repair tools, but there’s still no subcategories showing up on the home page. When I “view” them in the backend, the subcategories are showing up and I can navigate the posts within the subcategory. The post count is counting the posts in the subcategories, they aren’t visible on the home page…
Thank you for your answer.
That’s not the case and that’s my problem. I have access to WP admin panel, but only for Topics and Replys. To be sure I made a new local site with just WordPress and BBPress installed, one user Keymaster and it’s the same thing, not any forum panel. I’m running the french version of WP and BBPress, I don’t think that changes something but I’m gonna try with the EN version to be sure.