Search Results for 'bbpress'
-
AuthorSearch Results
-
February 26, 2011 at 11:28 am #99560
In reply to: Can I use WordPress Themes for BBpress themes?
Luzifull33
Memberyess Ok Thankss!
February 25, 2011 at 10:02 pm #104672In reply to: Cookies, Salt, User Database
mwdewitt
MemberI think I am going to uninstall bbPress for now and wait until they make it into a plug-in for WordPress, which they said might happen as early as next month. So, hopefully the whole process will be a lot simpler.
February 25, 2011 at 10:02 pm #99572In reply to: Cookies, Salt, User Database
mwdewitt
MemberI think I am going to uninstall bbPress for now and wait until they make it into a plug-in for WordPress, which they said might happen as early as next month. So, hopefully the whole process will be a lot simpler.
February 25, 2011 at 9:34 pm #95003In reply to: bbPress 2.0 – Updates
John James Jacoby
KeymasterQuickD – Your question has been addressed a number of times in this topic. Pushing really hard for early March for an alpha to be available.
February 25, 2011 at 9:21 pm #104671In reply to: Cookies, Salt, User Database
Ashish Kumar (Ashfame)
ParticipantI meant a new copy of bbPress files. I am not sure about the SQL errors, “ALTER TABLE wp_users DROP PRIMARY KEY;”
AFAIK, this shouldn’t happen.
February 25, 2011 at 9:21 pm #99571In reply to: Cookies, Salt, User Database
Ashish Kumar (Ashfame)
ParticipantI meant a new copy of bbPress files. I am not sure about the SQL errors, “ALTER TABLE wp_users DROP PRIMARY KEY;”
AFAIK, this shouldn’t happen.
February 25, 2011 at 8:55 pm #95002In reply to: bbPress 2.0 – Updates
QuickD
MemberThis is my second time asking this question along with another poster. When is the plugin to be ready and available on wordpress.org?
It was my understanding that the plugin was to be released at the end of 2010
February 25, 2011 at 8:16 pm #104670In reply to: Cookies, Salt, User Database
mwdewitt
MemberNothing is zipped. It is all unzipped into a directory called “acidhouse” and ready to rock. Or maybe I am not understanding what you are saying. But at least I can get to the forum now, along with simultaneously being signed into my WordPress Admin and my bbPress Admin. The only difference is, this time it lets me see my forum where as before it would give me an error. So there is a little bit of progress, but I would still like to know how to get rid of the SQL errors.
February 25, 2011 at 8:16 pm #99570In reply to: Cookies, Salt, User Database
mwdewitt
MemberNothing is zipped. It is all unzipped into a directory called “acidhouse” and ready to rock. Or maybe I am not understanding what you are saying. But at least I can get to the forum now, along with simultaneously being signed into my WordPress Admin and my bbPress Admin. The only difference is, this time it lets me see my forum where as before it would give me an error. So there is a little bit of progress, but I would still like to know how to get rid of the SQL errors.
February 25, 2011 at 8:11 pm #104659In reply to: Can I use WordPress Themes for BBpress themes?
Ashish Kumar (Ashfame)
ParticipantNo! You can hack your way out by deep integration though.
But also read the advantages disadvantages of deep integration.
February 25, 2011 at 8:11 pm #99559In reply to: Can I use WordPress Themes for BBpress themes?
Ashish Kumar (Ashfame)
ParticipantNo! You can hack your way out by deep integration though.
But also read the advantages disadvantages of deep integration.
February 25, 2011 at 5:09 pm #104676In reply to: Unwanted Anonymous Posts?
John James Jacoby
KeymasterAsk your webhost to provide you with access logs of your site, and see where those _POST requests came from. You can also try updating to 1.0.3 which is tagged in the repository but not available for download via .zip quite yet.
February 25, 2011 at 5:09 pm #99576In reply to: Unwanted Anonymous Posts?
John James Jacoby
KeymasterAsk your webhost to provide you with access logs of your site, and see where those _POST requests came from. You can also try updating to 1.0.3 which is tagged in the repository but not available for download via .zip quite yet.
February 25, 2011 at 4:14 pm #37587Topic: Unwanted Anonymous Posts?
in forum Troubleshootingcitizenkeith
ParticipantI maintain a website that has an install of bbPress 1.0.2. There haven’t really been any posts in about a year (just one or two updates from moderators).
Today I viewed the forum to see hundreds of Anonymous spam posts.
This confuses me, since I don’t have an Anonymous Posting plugin installed or enabled. Which makes me think somebody may have found a back door. I would like to close that door, but I have no idea where to start.
Thoughts?
February 25, 2011 at 12:06 pm #99342In reply to: So….Whats happening with bbpress?
[removed]
ParticipantWhy aren’t we able to add comments to plugins anymore?
February 25, 2011 at 12:06 pm #104442In reply to: So….Whats happening with bbpress?
[removed]
ParticipantWhy aren’t we able to add comments to plugins anymore?
February 25, 2011 at 9:52 am #37577Topic: Can I use WordPress Themes for BBpress themes?
in forum ThemesCarl_bbDood
Memberbasically what I’m asking is can I upload a WP theme to bbpress the normal way as I always have done using WP?
Thanks all!
Carl.
February 25, 2011 at 8:42 am #95001In reply to: bbPress 2.0 – Updates
selise
Participant“Does Twentyten somehow “create” the /forums/forum/ and /forums/topic/topic-name/ pages when it’s initialized?”
mralexweber – you may need to uncheck the “Include base?” option at the bottom of the admin -> settings -> forums page. anyway, that’s what i did. that and making sure my forum page slug matches the “Forum slug” at forums settings seems to have done the trick for me.
disclaimer: i’m just a general user, not a wp or bbp expert.
February 25, 2011 at 8:26 am #104662In reply to: is this not a plugin?
zaerl
Participantinto plugins folder
If you aren’t using the experimental plugin version which can be downloaded only by the SVN repository THEN you aren’t actually using a WordPress plugin.
bbPress is a standalone software.
February 25, 2011 at 8:26 am #99562In reply to: is this not a plugin?
zaerl
Participantinto plugins folder
If you aren’t using the experimental plugin version which can be downloaded only by the SVN repository THEN you aren’t actually using a WordPress plugin.
bbPress is a standalone software.
February 25, 2011 at 7:30 am #95000In reply to: bbPress 2.0 – Updates
ch8rt
MemberActually, that is where I’ve been looking, the trouble is that it is feed a query before being called. Like…
<?php bbp_set_query_name( 'bbp_user_profile_topics_created' ); ?>The above example doesn’t work when I try it on another page (specifically my hacked up Buddypress Profile page).
February 25, 2011 at 7:21 am #94999In reply to: bbPress 2.0 – Updates
ch8rt
MemberI’ve you tried just resaving your permalinks? I think that has solved some of those issues.
Thanks for the suggestion above, I’ll give it a try.
February 25, 2011 at 7:03 am #104667In reply to: Cookies, Salt, User Database
Ashish Kumar (Ashfame)
ParticipantCan you try this once – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
February 25, 2011 at 7:03 am #99567In reply to: Cookies, Salt, User Database
Ashish Kumar (Ashfame)
ParticipantCan you try this once – http://blog.ashfame.com/2009/07/integrate-bbpress-10-with-wordpress-28/
February 25, 2011 at 7:02 am #104620Ashish Kumar (Ashfame)
ParticipantThing is, you configure role mapping before changing table so that roles of members from the new user table can have proper bbPress roles.
So WP admin will be your bbPress keymaster
-
AuthorSearch Results