yes Tom, and they correspond!!!! i’ve put the exact code from the bbpress integration plugin… any idea?
Have you posted this in Trac? > https://trac.bbpress.org/
I’ve just reported this issue of HTML characters being displayed in edit post in Trac. (https://trac.bbpress.org/ticket/1158).
It looks like a minor bug in bbP rather than an issue with the plugin… although it could affect people who are trying to type HTML characters out in their code examples. That rarely happens on my forum though.
I have already installed the plugin bbPress Integration for WordPress. I can’t find anything wrong during my installation. I think maybe I need to upgrade my WPMU to 2.8.
sign~~
So I was able to take hybrid bits and pieces of what you posted above, and the .htaccess for 1.0.1, and get the forums working, but still no .css and no .js, and no access to the admin panel or any directory either. Seems if I navigate to the physical URL domain.com/forums/bb-admin/ I can get in, but forums.domain.com/bb-admin/ gives an internal server error and a 500.
Still troubleshooting.
Are you trying to install bbPress as a plugin in WPMU?
It’s a separate program… you have to install it separately.
Hi,
i’ve installed WP (not mu) 2.8.1 and bbPress 1.0.1 with user and cookie integration, users work without problem but the cookie not.
i’ve installed the bbpress integration plugin added the code to my wp-config.php but nothing change… the key are checked, i really don’t know how to resolve this… please help me… thanks!
crackpixels,
In bbPress Comments are generally called Posts.
I think the Posts column is set up by default.
In the Latest Discussions table, look for this cell: <th><?php _e(‘Posts’); ?></th>, which is the title of the column, and this:<td class=”num”><?php topic_posts(); ?></td>, which is the content of the comuns, displaying the number of Posts (Comments).
_ck_ and others were helpful in describing how to get Gravatars to display on the front page (works like a charm)
Show (gr)avatar on frontpage
What about getting Identicons, Wavatars and MonsterIDs to appear along with Gravatars on the front page?
(The Identicons, Wavatars and MonsterIDs show up inside posts, but they don’t want to show up on the front page using the method linked to.
Any thoughts?
Hello, I’m using wordpress + bbpress integrated and I want that the user profile page (for example, when you click on the profile in the comments) was the one for them both, preferably the WP profile page. Is there any plugins which makes this possible or may be someone could say how to do it, i think it’s not so difficult.
Thank you and sorry for my english.
On both Chrome and Safari (latest stable on both, and up-to trunk on Chrome) these do not work for me:
– Adding/Removing from favorites ajax script within a viewed topic: Clicking on the span wrapped anchor shows animation but state unchanged.
– keymaster removal of posts: input box and animation plays, upon refreshing page (Manual F5) posts re-appear.
These situations do not occur with FireFox or I.E.
I’ve also replaced jQuery 1.2.6 with jQuery 1.3.2 (without errors, and requires a few php changes to the script loader) but this does not work. I had thought maybe there were fixes to 1.3.2 ajax code.
Still not discounting my own server config, and I haven’t fully debugged the javascript yet. I have jQuery debug up and running, just going to be a while.
Stack is: WPMU 2.8.1 >> BBPress 1.0.1
Anyone have similar issues?
Why does bbPress make the directories using PHP and not just include empty directories in the download?
I thought at first that WordPress shipped a couple empty directories/folder, but it doesn’t appear to. So how can WordPress get this correct (creating directories as needed) and bbPress not, on the same host? Is it as Sam says, choosing security over usability (and in the process making it completely unusable)?
I did report this a little while ago:
https://trac.bbpress.org/ticket/1139
This plugin seems to have some compatibility issues, but might be worth checking out:
https://bbpress.org/plugins/topic/live-comment-preview/
As an fyi, plugins are generally made by users and aren’t necessarily supposed to work with version 1.0.1; they work with whatever version each developer has tested the plugin on. In most cases, that’s version 0.9.
Right now, very few plugins are officially compatible (i.e. tested) with version 1.0 and 1.0.1. But a number of them are unofficially compatible – they worked on 0.9 and still work (inadvertently) on 1.0.
Good luck!
Fair enough _ck_, fair enough.
Please, note that I was just asking for some quick advice, as I thought that previewing a post before actually posting it is a feature that everybody need and want, so I thought that a few plugins or solutions would out there, and maybe somebody could have answeared: You may want to check this one out!, and point it to the right direction as often happens here (or on any other forum).
I spend more than a few minutes before asking questions. I am aware of the fact that bbPress is young and not all plugins are working in 1.0.1 as they are supposed to, but if I didn’t believe in the future of bbPress I would have just installed vBullettin or PHPbb. But I didn’t, and that it’s because of my belief in bbPress potential.
Cheers.
Something similar was reported here:
https://bbpress.org/forums/topic/add-new-goes-to-404-for-logged-out-users
These issues are usually the result of a messed up htaccess file… or you could try the template hack that the previous person reported.
sir,
in my website use bbpress when i install Add New link not goes to login page. pls give me soln.
Thought I had it going and it was time to celebrate, but maybe not…
The .htaccess method worked awesomely on the install, but dies for me on the forum itself. Can’t get to anything but the index.php. No styles load, and I can’t access things like the CSS files directly either.
Suggestions? I tried removing the rewriting rules all together because I haven’t setup my permalinks yet, and still nothing there either.
Hmmm…
Just finally got around to doing this. The .htaccess method worked awesomely.
To clarify for anyone else reading this, you’ll want to put the above .htaccess code in your WordPress .htaccess file, because that’s where the bbPress requests will still be hitting. You can remove the .htaccess file in your bbPress directory using this method.
Hey fellow bbPress enthusiasts,
I have just spent forever playing with PHP trying to get the name generated by “Last Poster” in Latest Discussions on Forum or Front-Page to link to THAT user’s bbPress profile.
My apologies if I am missing an easy “<a href=” command to surround the php in:
<td class="num"><?php topic_last_poster(); ?></td>
Nothing seems to work.
Many thanks as my brain has been fried working on this.
Could you use the “Data Dictionary” link at the bottom of the page in phpMyAdmin? I think it shows you everything you need to know about the tables. Not sure what versions of phpMyAdmin that’s in, but it’s in version 3.2 for sure and I think I recall that being in at least as far back as 2.9.
http://www.chrishajer.com/bbpress/data-dictionary.png
Does that give enough information to start converting?
So you installed bbPress into a different database from WordPress, but you previously integrated the users, so bbPress is already using the wp_users table?