Search Results for 'bbpress'
-
Search Results
-
I just installed the latest WordPress and BBpress and the forum opens fine on a computer but when you open it on a mobile device it does not open and I get “oh brother there are no forums found”?
Topic: CSS bug?
Re: http://powershell.org/wp/forums/users/dlwyatt/replies/
You’ll notice that the container for the page content is getting a 0px width and massive height calculated. The CSS style #bbp-forums has an “overflow: hidden;” style. Removing that style element fixes the display – but I’d like some confirmation that this is indeed a bug? The content in this specific case has a lot of PRE/CODE styling, so I’m not sure if there’s some weird interaction going on that I just can’t figure out.
The container in question is a ul#topic-0-replies, classed with .forums and .bbp-replies. The overflow attribute I’m referring to is coming right from the top of bbpress.css.
Note that I’m using the default styling/theming for BBP.
First, Inspiration Point (http://www.inspiration-point.org) is using a child version of TwentyEleven. I’m using the latest WordPress software.
I did some reading and I’m liking what I am hearing about the bbpress forum plugin. On my site, there is area that I’m calling Shore Classified. Here’s what I’d like to do:
Shore Classified is born out of a frustration I had with my church. It’s not because they didn’t want to put a request on the church’s mailing list. It had to do with limited resource and wary of unwanted advertisements. I’m not the only one
Why not create a place where people can posts “blog updates”, “Christian business”, “Church Events”, “Help Wanted” and etc. My initial thought is to limit this to a region. It can easily be expanded.
I, obviously want to be careful and it’s why I didn’t jump on it. 🙂 Are there additional plugins? How can I best set the forum to safeguard against unwanted trolls? Can bbpress be configured to require registration before posting?
There are probably other questions that I should be asking. I’d appreciate some inputs. Thanks in advance.
Topic: Bread Crumbs not right?
If i got my forums click on forum and then click on a thread my bread crumbs read like this:
Home › Topic › This is a Test
They should read:
Home › Forum › Control Ants > This is a Test
If I click on “Topic” I get a 404 error.
I did install the BBPress String wrap plugin but that did not help and I have no idea how to edit it.
Goto to this page and click on the stick thread and you will see what i am talking about.
How can i fix this?
Thank you for your time.
Topic: Lost Formatting
My forum site is:
http://qtippoker.com/forums/forum/qtip_forums/
I’ve no idea why, but I’ve recently lost the table type formatting that came with bbpress (the way each forum was in a box and such.) I don’t think I’ve installed anything new or made any css changes since I lost saw bbpress in the table format.
Any ideas? I’m using twenty thirteen.
Thanks.
I’m using:
- WPMS 3.7.14
- bbPress 2.5
- BuddyPress 1.8.1
I’d like each site on the network to have its own users, groups, forums etc.
At present, if I create a user on one site, that user appears in all other sites. This is also true for groups. This is not what I want.
Could anybody tell me how to achieve what I want, and also, point me to some documentation so that I can get a clear understanding of how users are managed within WPMS, bbPress and BuddyPress.
Many thanks
Glyn
Hello,
I just updated to the bbPress 2.5 version and now Im wondering where the settings tab is located?
I cannot find it on the left side of the backend and neither on the WP-plugin site.Thanks
Topic: tags allowed in bbpress
I use a plugin to display pictures in lightbox (plugin name litebox).
I have modified bbpress post tool bar, to include the class tag to the url.
I also find the way to allow class tag for images and link in bbpress but i have to modify core files : \bbpress\includes\common\formatting.phpi already googled a way to override this function in my theme function.php
and what i did is :
function my_filter_bbpress_allowed_tags() { return array( // Links 'a' => array( 'class' => true, 'href' => array(), 'title' => array(), 'rel' => array() ), // Quotes 'blockquote' => array( 'cite' => array() ), // Code 'code' => array(), 'pre' => array(), // Formatting 'em' => array(), 'strong' => array(), 'del' => array( 'datetime' => true, ), // Lists 'ul' => array(), 'ol' => array( 'start' => true, ), 'li' => array(), // Images 'img' => array( 'class' => true, 'src' => true, 'border' => true, 'alt' => true, 'height' => true, 'width' => true, ) ); } add_filter( 'bbp_kses_allowed_tags', 'my_filter_bbpress_allowed_tags' );But today i updated to bbpress 2.5 and i saw that it didin’t work :/
What is the correct function to allow this without hacking the bbpress core ?
Could you in the future add a class tag allowed for link and images ?Hi,
I updated my forum and i have issues with url redirection.
When user post to topic (with many replies and many pages) they are redirected to the first page of the topic. It don’t do this for topics with a fex pages (less than 10).
I saw that this bug exist since years, and i’d like to know how to fix this.