My BBPress installation is in a different database than wordpress. Will it still work?
I had to do this because integration was a mess. So I simply made a whole new database.
Will it not work then?
My BBPress installation is in a different database than wordpress. Will it still work?
I had to do this because integration was a mess. So I simply made a whole new database.
Will it not work then?
I don’t think bbPress can do this in its current version (IIRC), but what you can do is put something like this at the top of your forum template:
if ( get_forum_id() == 7 ) {
bb_load_template( 'forum-7.php' );
return;
}
And then copy the forum template (minus the added lines) to forum-7.php and edit it as you want to.
I don’t think bbPress can do this in its current version (IIRC), but what you can do is put something like this at the top of your forum template:
if ( get_forum_id() == 7 ) {
bb_load_template( 'forum-7.php' );
return;
}
And then copy the forum template (minus the added lines) to forum-7.php and edit it as you want to.
Upload them via FTP, the same way you uploaded bbPress core.
Edit: If you meant to the plugin repository, there’s a big button in the upper right to request commit access.
Upload them via FTP, the same way you uploaded bbPress core.
Edit: If you meant to the plugin repository, there’s a big button in the upper right to request commit access.
I’m searching a method to customize some forums and Sub-forums separately.
Something like WordPress Template Hierarchy. Which says,
In the case of categories, the hierarchy is fairly simple. For instance, suppose the slug of the Category in question is default and the Category ID is 6. The Template Hierarchy specifies that WordPress will use the first Template file it finds in your current Theme’s directory from the following list:
category-slug.php (Note: available with Version 2.9)
category-ID.php
category.php
archive.php
index.php
That is, if you do not have a category-slug.php (lets say category-news.php), WordPress will check for a category-ID.php (like category-6.php), and so on.
Did bbPress have this function? How can I get this?
Can I make a separate template file for a separate forum?
Thanks
Hey,
Im a wordpress developer, but i got a client who wanted to have a forum so i chose bbpress. As im almost finnished with this project which has given me the opportunity to develop some plugins which i couldn’t find. Therefore I would like to share those, so my question is: how do I get the rights to upload a plugin.
One of the plugins I’ve developed is Janrain engage connection, which allows bbpress to create and login users via facebook, twitter, gmail etc.
hi gautam
great job. welllll done . keep it up
hi gautam
great job. welllll done . keep it up
edParticipant
I have everything installed and running great…bbpress and wordpress no issues but I have two questions:
1. When a user logs in with their wp username/password and they click forums on my front page, they have to login again. Is there a way where they would not have to log in again?
I have the bbpress integration plugin installed too
2. When a user does sign in they can’t edit profile? is this right? How to fix if it’s not working right?
Thanks in advance.
Awesome work John as usual. Waiting anxiously for the new plugin version of bbpress for wordpress.
Awesome work John as usual. Waiting anxiously for the new plugin version of bbpress for wordpress.
I use the following four way spam stopper:
Approve User Registration
bbCaptcha
Akismet
Human Test for bbPress
We have had minimum issues at our bbpress forums
I use the following four way spam stopper:
Approve User Registration
bbCaptcha
Akismet
Human Test for bbPress
We have had minimum issues at our bbpress forums
I’ve been using it for years to block spam registrations on my forum. However, over the last couple of months it’s become effectively useless. There are bots out there now that defeat it easily. My forum now gets multiple spam registrations per hour and it’s impossible to keep up with. I’ve had no choice but to disable registration completely and tell people to email me instead. 
What are people doing currently to block spam registrations to bbPress forums?
You won’t need to. The plugin will handle it for you, provided the data lives in the same database.
You won’t need to. The plugin will handle it for you, provided the data lives in the same database.
I suspect it is a trac issue. I had the same with buddypress from there. I’m guessing I must have changed the permissions like you say, whilst I was doing something else.
Never mind
possibly caused by downloading via Trac, I’d leave it and see what happens when it gets released as a plugin on WordPress.org
I was having the same problem as ch8rt in regards to installing on osx with a similar setup.
It turns out that bbpress.php has its file permissions set to “No Access” upon install for all other users. In fact all files seems to be installing with “No Access”, something I have yet to see happen in any other WP plugin on my local install. Perhaps something to look into for future installs?
No one can help on this at all
No one can help on this at all