Search Results for 'bbpress'
-
Search Results
-
Hi,
I had a user complain that he had finished writing a long post and after trying to publish it, he got a message saying “post to old” and lost all he had written.
I’m wondering if there is a setting I need to change so this doesn’t happen again? I’m using bbPress 1.0.3. Thanks in advance for your help.
Topic: Setting up URL to /forums/
I need a lot of help. I installed bbPress, and figured it would ask me configuration during the process… it did not.
I have 2 problems:
1) I dont know how to set up a link in my menu bar for my forum.
2) I assumed it would ask me where I want to forums to exist to the outside world. I want them at http://www.mysite.com/forums. but I have no clue where it stuck them.
the mysite.com is running wordpress right on it. A lot of the helpo I have found involves editing PHP code. While im a net geek I cant read PHP greek speak.

Its a freash install so I dont need to worry about breaking thread links and the likes. Please help.
I’ve added the following to my theme functions to include topics, posts and replies in search result:
// Add Forums, Topics and Replies to search results
function my_add_bbp_to_search( $post_type ) {
$post_type['exclude_from_search'] = false;
return $post_type;
}
add_filter( 'bbp_register_forum_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_topic_post_type', 'my_add_bbp_to_search' );
add_filter( 'bbp_register_reply_post_type', 'my_add_bbp_to_search' );My frustration is that my search results are flooded with replies whilst I would prefer to only show each topic once. I’m willing to write a plugin to implement this “GROUP BY parent” logic but I’m not too sure how to approach the problem. Can anyone point me in the right direction for the filters that I need to intercept?
So I have bbpress 2.0 rc4 installed.
I also have buddy press 1.5 (the latest build from trac) installed.
How do I keep the discussion forums enabled in buddypress and use the forums of bbpress like how you guys have the sample site set up?
What are the steps?
Topic: bbpress is broken?
Not understanding this….. (bbpress 2.0 rc4)
1) I installed the plugin.
2) I don’t have twenty ten installed and I got the error “bbPress (Twenty Ten) The parent theme is missing. Please install the “twentyten” parent theme.” This should be updated to use the latest version of WordPress theme 2011
3) Installed twenty 10
4) returned to themes.
5)bbpress theme is not showing its preview .png file most themes show.
6) Activating bbpress theme gives me:
Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress.
The active theme is broken. Reverting to the default theme.
-> NOTHING was touched or changed. All I did was install bbpress plugin and install the twenty ten theme.
So I thought, what the hell lets create a forum and go to it:
1) forums
2) new forums
3) new: Test
4) Publish
5) view ->
This is somewhat embarrassing, isn’t it?
It seems we can’t find what you’re looking for. Perhaps searching, or one of the links below, can help.
What am I doing wrong? Why is this not working at all?
This seems like a trivial request, but it would make “importing” small or newer forums to the bbPress 2.0 plugin much easier. If it would be possible to create a topic and replies and change the authors (admin privileges only), I would greatly appreciate it!
Hello,
I really am a complete novice at this. I have bbpress installed as part of buddpress. I am looking to have page numbers under the topic titles for topics that have more than one page. Basically the same as bbpress.org forums.
Can anyne help please?
Topic: help for a novice
Gday
sorry i am so lost not sure if i post this here? im trying to use the bbpress to create a water, sanitation and hygiene forum in the Solomon Islands.
i have trawled through this forum and the web but no luck. Internet is really slow here so it takes me literally hours!
I had a blog at .org (http://barefootengineer.wordpress.com/) So I transferred my blog over and installed the bbpress plugin. I am not confident to do the theme thingo with the .css and child theme so am using the stock bbpress theme. what i want to do is make it single column. i can do it with the home page/about. but when i do it for the blog and forum i get a sidebar with widgets. i have disabled these but they still appear? i moved the other widgets down the bottom and they work okay.
1. how do i make the blog single column. (or is there any bbpress compatible themes with wide single column?)
2. how do i get rid of these widgets? (search, archives, meta) they aren’t in the appearance panel?
(http://barefootengineering.org/?page_id=343)
Cheers
I am currently using bbpress 2.0 RC4.
I have encountered a problem when moving a topic to a different forum.
For some reason, replies on a topic have disappeared after moving the topic to a different forum within the site..
The weird part is that I can see the reply if I login as admin.
This shows that the voices haven’t disappeared completely, but somehow it is hidden.
If you are not logged in or if you are logged in as a member, you cannot see the reply, but can only see the first voice of the topic.
Can you advise?
