Probably i should load style.css for misunderstandings like this.
Update: i removed custom.css and copied its content to style.css so style.css will load in 1.1.1
style.css is not loading in theme. Its just there for showing theme info for WordPress. Try to add it to assets/css/custom.css or from custom css panel in theme customizer
I tried adding that to style.css (including the dot) to no avail, the problem persists.
Update: Aha, when I added it to the “Custom CSS” in the “Customize” menu it worked.
Did you tried
.firmasite-modal-static .modal-body {
max-height: inherit;
}
It must be fix your problem imo. ( be careful dont forget dot before firmasite-modal-static )
Hmm, how strange that it shows correctly for you, as it’s like this for me on two different machines.
Regarding the custom buttons, I don’t think those should be displayed by default in the forum editor, no. Custom buttons and icons can be very useful in posts, but I don’t see them being useful to the majority of forum users. That said, I also think that custom buttons/shortcodes is plugin territory.
Btw, did you see custom tinymce buttons in post panels? Do you think will it be good to add those custom tinymce buttons on forum tinymce?
This is really long post on topic:
View post on imgur.com
I see other bug that needs to remove max-height from static modal-body:
.firmasite-modal-static .modal-body {
max-height: inherit;
}
I am not sure what is problem in there but if i can reproduce, i will try my best to fix it
Update: I think your problem was this bug. IT must be fix with this css code right? I will release 1.1.1 version of theme in 2-3 days can you try theme meanwhile please?
I’ve encountered this on both Windows 8 with Chrome and Ubuntu 12.10 with Firefox (screenshots). I can’t test on Safari. Also your first test post does not contain a bunch of text, the second one does. Test it with the first one.
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