See the blog post:
https://bbpress.org/blog/2009/07/bbpress-102-bbpress-0906-legacy-version-released/
See the blog post:
https://bbpress.org/blog/2009/07/bbpress-102-bbpress-0906-legacy-version-released/
Hi guys!
I’m trying to install the brasilian portuguese ( pt_BR ) language to my bbpress and it’s not working! No way!
I’ve tryed everything already! Help me , please!!!
There is a tutorial here http://portfolio.sticktacular.com/resource.php?creation=219
that allows you to tie up PhpBB forums user system, to your own website, and use theres sessions etc.
Can I do that with bbPress and if so would i have to make my site inside the bbpress folder.
thanks alot, im an amature with php, but i know the basics of oop and mysql etc. etc.
regards,
enatom.
English is awkward, but please understand.
When the installation work well bbpress was alone.
But, After the work was not Integration with WordPress.
Has 2 kinds of problems.
1st, encoding error.
Eroding the value of WordPress DB is stored.But The value of BBpress DB is stored in presentation well.
Do you know how to solve the people?
2rd, Login error.
Add in bb-config.php that ‘require_once(‘../wp-blog-header.php’)’
but log in to check after WordPress Because BBpress was not. Was login before Integration with WordPress.
Only presentation ID value After Integration with WordPress, login was not.
plz…help me.
Warning: require(/usr/home/gubbs/public_html/bbpress/bb-includes/formatting-functions.php) [function.require]: failed to open stream: Too many open files in system in /usr/home/gubbs/public_html/bbpress/bb-settings.php on line 114
Fatal error: require() [function.require]: Failed opening required ‘/usr/home/gubbs/public_html/bbpress/bb-includes/formatting-functions.php’ (include_path=’.:/usr/local/share/pear’) in /usr/home/gubbs/public_html/bbpress/bb-settings.php on line 114
I get this frequently, using version 0.9.4 of bbpress. Is there a way to fix it? If I hit refresh it usually just goes away and directs or opens up the page its supposed to. So it must just be a tweak thats required? or is it my server?
I am having a similar issue as others. I have uploaded a renamed bbPress directory that I renamed forums. It is sitting in the root along with wp-admin, etc. Inside that directory are all the files and directories for bbPress including bb-Admin, etc. But when I attempt to go to that directory I get a 404 error inside my WordPress mu, as if it is trying to load a blog. The error is where the blog would normally be. I do have a wildcard set for sub-domains and wondered what that might do. Do I have to take WordPress offline to do the install? It certainly seems that WordPress is trying to handle the request since if I specify ./forums/index.php the index.php disappears before the 404 error. btw I am on WordPress MU 2.8.2.
One thing I have an issue with is the first page; I want to make an own “Latest Discussions” loop with all forums EXCEPT one forum. And then an own “latest discussions” With only the entries on that one forum (It’s linked in RSS posts) on the same page.
Problem is When i used this inside the loop
//Show latest discussions with all forums except id 17
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<?php if( $topic->forum_id != 17 ) { ?>
codeblock
<?php } endif;?>
<?php endforeach; endif; // $topics ?>
//Show latest discussions but only forum 17
<?php if ( $topics ) : foreach ( $topics as $topic ) : ?>
<?php if( $topic->forum_id == 17 ) { ?>
codeblock
<?php } endif;?>
<?php endforeach; endif; // $topics ?>
The pagination gets an error (Shows me fewer posts than the actual limit), and I cant use the same loop (With different conditions) twice.. Then I get a blank page. :S
So how should I do? Have any Idea? Im not so used to the bbpress loop yet..
It’s been over a year since from scratch, I set up and integrated BBpress & WP installation. At first, the idea of having an forum and blog integrated sounded really cool because it was unique feature that no one else offered. Sometimes integration can be a hassle but once it’s up and running, so what?
Other than registrered members being able to post and comment seamlessly, what’s the benefit of having them integrated? I really don’t get it.
I am looking to have a custom BBpress theme made. The goals are fairly simple:
1. Optimized for 1024 pixels with a 571 pixel content area on the left and a 339 pixel sidebar area on the right.
2. Designed to have similar looking header to http://tastyminstrelgames.com with the same navbar + login
3. Place for me to easily update the navbar (a separate PHP file or knowing where the code is is sufficient)
4. Lightweight theme.
5. Do follow links inside of the forums (I think)
I think that is all I am looking for. Please contact me with proposals.
Thanks,
Michael
I really like the sidebar that appears to the right of a post while you’re viewing it on the WordPress.org forums. Here’s a screen shot of said sidebar:
I’m a complete noob to bbPress themes. I’ve been able to get my WordPress them modified to work with bbPress, basically by taking a bbPress theme & modifying the stylesheet and pasting code from the WordPress theme into the bbPress files. But I don’t know how to create that sidebar. I figure there have to be functions you can call to do it, but what are they? Where are they?
Thanks for any help
Tony