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?
Maybe you need a plugin to send email using an external SMTP mailer?
https://bbpress.org/plugins/topic/smtp-mailer-for-bbpress/
I’ve heard a couple times about bbPress on IIS not sending emails, but I’ve never been able to nail down why. I think people have successfully integrated SwiftMailer into bbPress as well, but that was with 0.9 or earlier. The plugin is good for 1.0+.
When do you get bumped to the top? After posting a reply, or when you go to view a topic, you always start at the top?
Also, what version bbPress are you using?
Yes, just click the hash (#) next to the time posted and you’ll see that that’s a permalink to the one specific reply. This is yours. Might not look like much unless your browser window is very small, but you can check the address bar to be certain it’s working.
This site isn’t too bad:
http://www.w3schools.com/css/
But if you just search the internet, you will find lots of tutorials and references. You’ve already gone about modifying your template files, so modifying the CSS is not going to be too difficult for you.
There’s no need to have all those folders. Just put bbPress into a folder called whatever you want (forums?) and call it a day.
If you took the database connection details from your wp-config.php, be sure you don’t copy the CONSTANT names as well, just the variable part (the part about your database.) The constants are named differently in bb-config.php and wp-config.php.
If you copied over just the variable portion, then you did something wrong because it will connect in both places (WordPress and bbPress) if you have the connection details correct. It’s telling you right here that it’s not.
There was a threaded posts plugin a while back:
https://bbpress.org/plugins/topic/threaded-posts/
I have no idea what version you’re running or if that plugin will work with it.