Search Results for 'bbpress'
-
AuthorSearch Results
-
February 25, 2011 at 8:16 pm #104670
In 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
February 25, 2011 at 7:02 am #99520Ashish 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
February 25, 2011 at 4:50 am #94998In reply to: bbPress 2.0 – Updates
mralexweber
ParticipantOkay, I hate to be ‘that guy’ but I’ve gotta ask…
I created forums through the admin interface, created a page (named “forum”) and set the page template to bbPress index. So far, so good. The page loads and I can see the forums I created.
However, when I click on one of the forums, for instance, “General Discussion”, I get a 404.
I’m using the DynamiX theme and I have added the various page templates, loop templates, css, etc. from the plugin. I tested on a different subdomain and it was working, but now it’s not.
Does Twentyten somehow “create” the
/forums/forum/and/forums/topic/topic-name/pages when it’s initialized? I looked at the functions.php included and didn’t see anything like this going on.I have also made sure to network activate the plugin, it was previously only activated on this site. Could that be the source of the problem?
Thanks again, everyone.
February 25, 2011 at 1:21 am #104666In reply to: Cookies, Salt, User Database
mwdewitt
MemberOkay, I figured out I had to go to my wp-config file where I installed WordPress to find all that stuff. Okay, now I have a new problem. Now that I have bbPress installed, it is giving me this error:
SQL ERROR!
>>> Database: acidhouse-forums (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_posts(
post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usersDROP PRIMARY KEY;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usersADD PRIMARY KEY (ID);>>>>>> Multiple primary key defined
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usermetaDROP PRIMARY KEY;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usermetaADD PRIMARY KEY (umeta_id);>>>>>> Multiple primary key defined
Key master email not sent!
And when I try to go to bb-login it gives me a 404 error, saying that the page was not found. Okay, what did I do wrong?
I am running…
Windows XP SP3
Apache 2.2.17
PHP 5.3.5
MySQL 5.5.8
February 25, 2011 at 1:21 am #99566In reply to: Cookies, Salt, User Database
mwdewitt
MemberOkay, I figured out I had to go to my wp-config file where I installed WordPress to find all that stuff. Okay, now I have a new problem. Now that I have bbPress installed, it is giving me this error:
SQL ERROR!
>>> Database: acidhouse-forums (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_posts(
post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usersDROP PRIMARY KEY;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usersADD PRIMARY KEY (ID);>>>>>> Multiple primary key defined
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usermetaDROP PRIMARY KEY;>>>>>> Incorrect table definition; there can be only one auto column and it must be defined as a key
SQL ERROR!
>>> Database: acidhouse (localhost)
>>>>>> ALTER TABLE
wp_usermetaADD PRIMARY KEY (umeta_id);>>>>>> Multiple primary key defined
Key master email not sent!
And when I try to go to bb-login it gives me a 404 error, saying that the page was not found. Okay, what did I do wrong?
I am running…
Windows XP SP3
Apache 2.2.17
PHP 5.3.5
MySQL 5.5.8
February 25, 2011 at 12:52 am #104657In reply to: google site summary
intimez
ParticipantSPAM post? Unless somehow your site is bbpress related.
February 25, 2011 at 12:52 am #99557In reply to: google site summary
intimez
ParticipantSPAM post? Unless somehow your site is bbpress related.
February 25, 2011 at 12:18 am #37583Topic: Cookies, Salt, User Database
in forum Installationmwdewitt
MemberI am new to this and I am trying to integrate WordPress and bbPress, but I am having a few issues. How do I find out what the WordPress “auth” cookie key is, along with the WordPress “secure auth” cookie key, and WordPress “logged in” cookie key, including all of the “cookie salt.” Also, what should the user database table prefix be (right now it is wp_) and what is the WordPress MU primary blog ID? If someone could explain all of this to me, I would greatly appreciate it. Thank you in advance!
-
AuthorSearch Results