Thanks fel64!
I won’t give up bbpress by now
Regarding Quicktags, can you use it for wordpress as well? I’d like to display the same forms in both, wordpress and bbpress.
Not as far as I know. The worst is behind you, and if you’ll be administrating the site in the future then it’s a good idea for you to do this yourself anyway. Cursing about implementing it now will save you a lot of cursing in the future when something breaks, because you’ll roughly know where things are and how they work. Everything you’ve mentioned there has been done, though, or has a plugin for it. Plus we’re willing to help.
I recommend Quicktags over tiny mce, but it’s a personal thing really.
“It is just nice to know where things are going if you are interested!”
-> you’re right
I’ll join
It is more ‘keeping in the loop’ and your can set it up to ‘digest’ so you don’t get as many emails. It is just nice to know where things are going if you are interested!
Trent
Hi Trent! Thanks for your message;
Dou you mean this list? -> https://lists.bbpress.org/mailman/listinfo/bbdev
I am not a developer anywhere, just a bb/wordpress theme clumsy modifier, not sure if I should join.
I integrated wordpress and bbpress; I succeded in displaying wordpress header, footer and sidebar in bbpress, and user logins are integrated which is great
However, each bbpress modification is being a big step for me and I’m finding quite difficult to add things like emoticons beside post-forms, tiny mce in forms, avatars, ranks, quote buttons…
Is there any theme with this kind of stuff already implemented?
Right now, development on bbPress is for a standalone version of bbPress that can be expanded with plugins. There have already been many discussions in the bbdevlist about integration with wordpress. Mdawaffe (head developer) started out with a couple of plugins to integrate the logins of the 2 programs and anything else that is developed to integrate the 2 programs are also going to be plugins.
Answering your question about the functions, the framework is there to have the 2 integrated, but no plans of yet to release a joint copy. Believe it or not, most people that use bbPress (200,000 or so) do not integrate with wordpress. It is a functionality that is growing in popularity though.
You have some good points on the subject, but I would imagine that if bbPress is released as something that works out of the box with WordPress, it will happen through plugins or through someone ‘forking’ bbPress development towards the integrated solution.
I am not a developer here, so I these are just my opinions and things that I have read. I think that you should join the bbdevlist and put your opinions in! The developers read that more than these forums! Here is the link to join if you haven’t already!
Development
Trent
Feedback for bbpress developers;
Regarding wordpress-bbpress integration, don’t you think wordpress and bbpress projects are starting to overlap?
I’ve been trying to integrate wordpress and bbpress and now I have;
* two login forms and profiles
* there are some css properties in the style sheet that are defined with same names that in wordpress; h2, h3, .alt …
* Afer adding <?php require_once(‘/wamp/www/wordpress/wp-blog-header.php’); ?> for integration, I load wordpress functions again if accessed the web through wordpress frontpage.
* Some times I’d like to use the same plugins in both; wordpress and bbpress, or any other feature/modification, so I need to duplicate the work. You activate a wordpress plugin and you have to find a similar plugin that could work in bbpress or any workaround.
I wonder if developers are considering a bbpress version as a plugin for wordpress
imho
Thanks to drmike,
this was it: template temaplates theme themes english
Noi I got it!
Thanks
hi,
is this impossible? different sites use same users
im building two forum site with bbpress, i want to this sites use same users.
my every users sign in my two sites his/her pass. and his/her user name.
thanks
Hola tengo un problema con el loggin de los usuarios en el foro bbpress que instalé en mi sitio.
Cuando se registran, no envía la contraseña por correo, cómo lo puedo solucionar?
I’ve been watching the resulting code with fire fox and I notice that
a </div> appears and this one was not opened before;
<p>Allowed markup: a blockquote br code em strong ul ol li
.
Put code in between
backticks
.</p>
<input type=”hidden” name=”_wpnonce” value=”9e88410df1″ /><input type=”hidden” name=”_wp_http_referer”
value=”/wordpress/bbpress/?new=1″ />
</form>
</div>
but in post form there is not any div
did some more searching and found this post about localhost installs.
seems to be a known problem https://bbpress.org/forums/topic/988?replies=6
My bbpress is having trouble displaying stylesheets correctly. I am using the default style that bbpress comes with. I have it installed locally on a test environment.
The admin section looks exactly how it should, but the forum itself does not. I have noticed that the path to the stylesheet is incorrect.
<link rel=”stylesheet” href=”http://localhostbbpress/bb-templates/kakumei/style.css” type=”text/css” />
notice how after localhost the “” is the wrong way.
Not sure if anyone can tell me how to fix it.
in the admin page, the stylesheet path is correct
<link rel=”stylesheet” href=”http://localhost/bbpress/bb-admin/style.css” type=”text/css” />
my config.php looks like this
// If your bbPress URL is http://bbpress.example.com/forums/ , the examples would be correct.
// Adjust the domain and path to suit your actual URL.
// Just the domain name; no directories or path. There should be no trailing slash here.
$bb->domain = ‘http://localhost’; // Example: ‘http://bbpress.example.com’
// There should be both a leading and trailing slash here. ‘/’ is fine if the site is in root.
$bb->path = ‘/bbpress/’; // Example: ‘/forums/’
Hi!
I put es_ES .mo and .po translation files in this folder;
bb-includes/languages/
Then I changed config.php;
define(‘BBLANG’, ‘es’);
and as a result the whole forum stops working and I’m getting this message;
Fatal error: Cannot redeclare class CachedFileReader in
wampwwwwordpressbbpressbb-includesstreams.php on line 163
Any idea of what’s wrong?
I have another question;
Is there anyway I can make bbpress to read wordpress language files in wordpress language folder?
That’s too bad. It’s a pretty nice site anyway.
Beige with green’s an interesting combination, but I think it works. The link colour when you hover over them clashes a bit, and I suggest making the brown you get when you hover over a thread title to be the same beige as that for the table headers, but I like it – especially the header.
Why not!
Still tweaking it to fit my needs but:
http://www.26inches.com
…and NO, it’s not a nudy site!
Hi;
The “Add new” link that is just below “Latest Discussions” title in bbpress frontpage messes my bbpress theme.
Latest Discussions
Topic — Add New »
Whenever you click that “add new” you are taken to a new page with this link; …/bbpress/?new=1 and I can see the header and footer ok but sidebar and post-form are messed.
Which template files are used to create the ?new=1 page? I can’t locate my mistake.
“Ahora mismo pienso que la solución real es incluir la traducción del foro en el archivo .mo de WordPress.”
-> Hola! ¿Como se configura bbpress para que lea el archivo .mo de wordpress?
Esto;
define(‘BBLANG’, ‘es_ES’);
en el config.php me da este error;
Fatal error: Cannot redeclare class CachedFileReader in
wampwwwwordpressbbpressbb-includesstreams.php on line 163
Do you have the bbPress and WP integration plugin for WP?
https://wordpress.org/extend/plugins/bbpress-integration/
Trent
I would imagine it was this:
$bb->domain = 'http://saladtossers.org'; // Example: 'http://bbpress.example.com'
// There should be both a leading and trailing slash here. '/' is fine if the site is in root.
$bb->path = '/bbpress/'; // Example: '/forums/'
It needed the additional /wp/bbpress/ as the path.
Trent
Pop this in at the top of your register.php file:
header("Location: http://www.example.com/"); /* Redirect browser */
/* Make sure that code below does not get executed when we redirect. */
exit;
In the long term it might be good to solve why bb users don’t work with WP, but I can’t think of anything off the top of my head.
What was the stupid thing? So future people can also solve their problem.
Was it that $bb->path should have been ‘/wp/bbpress/’?