Search Results for '\"wordpress\'
-
Search Results
-
I’ve created a custom user system for a website and am looking for a forum solution; a friend recommended bbPress to me. However, I need to be able to integrate bbPress so I have a single sign-on and registration point.
Searching around, I’ve found that I’ll need to write a plugin that overrides some of the functions in bb-includes/pluggable.php. All right, sure. This is my first time working with bbPress (no WordPress experience either), so I might as well ask those with more experience in case there’s any advice that could make this easier for me.
I manage authentication through a single cookie with a login_key. This is a randomly-generated string of characters that gets stored in the user’s row in the users table. Each time the user signs in, the site generates a new key and stores that in the table and the cookie.
The users table itself contains fields similar to those of bb_users: id, username, email, first_name, last_name, etc. So integration seems to be a matter of getting bbPress to check for my login_key cookie, and if the cookie is valid, load the data from my users table instead of from bb_users. I’m not concerned about registration, profiles or password changes, since those are all handled by the site on a larger level (although if I could disable those parts of bbPress, that would be helpful).
Looking at pluggable.php, I’ll need to override wp_validate_auth_cookie() and bb_current_user() at the very least. Any other guidance?
I cannot access my admin since I turned on integration with wordpress. I have the latest versions of wordpress and bbpress. Everything worked great until I turned on integration and now I can’t get to the admin area at all. It just redirects me back to the main bbpress page.
anyone know how to fix this?
Or can someone tell me how to manually shut down integration in the files without admin access?
Topic: Database error
When trying to post I get this message:
bbPress database error: [Unknown column ‘post_title’ in ‘field list’]
UPDATE bb_posts SET post_title=’Testy mctest test’ WHERE post_id=’11
I am using the wordpress database (different prefix for bb stuff) but there doesn’t seem to be a post_title column, here’s the output from mysql:
mysql> describe bb_posts;
+
+
+
+
+
+
+| Field | Type | Null | Key | Default | Extra |
+
+
+
+
+
+
+| post_id | bigint(20) | NO | PRI | NULL | auto_increment |
| forum_id | int(10) | NO | | 1 | |
| topic_id | bigint(20) | NO | MUL | 1 | |
| poster_id | int(10) | NO | MUL | 0 | |
| post_text | text | NO | MUL | | |
| post_time | datetime | NO | MUL | 0000-00-00 00:00:00 | |
| poster_ip | varchar(15) | NO | | | |
| post_status | tinyint(1) | NO | | 0 | |
| post_position | bigint(20) | NO | | 0 | |
+
+
+
+
+
+
+9 rows in set (0.00 sec)
I have looked around, but can’t seem to find anything about it on here. The forum/topic actually shows up when I go back to the page, but this is rather inconvenient. Thanks to anyone willing to help out with this.
WP version = 2.51
MySQL version = Server version: 5.0.45-Debian_1ubuntu3.3-log Debian etch distribution
bbPress version = latest (just got it 3 or 4 days ago) so 0.9.0.2
Thanks,
-Scott.
hi, I wanna inset bbpress into my wordpress just like what bbpress.org website does. Is there any clue? Thanks!
I’ve recently upgraded my WP to 2.5.1, and the integration with BBpress 0.8.2 (via bbPress Integration 0.74 by Michael Adams) has broken the login on the BBpress side for the admin/keymaster account. It doesn’t help that my server won’t send emails, so I can’t set the password because I never get the registration email (weirdly it never change the WordPress admin login. Should it?).
Anyway, my question is this – how can I manually reset the password for the admin account, or re-create the link between admin (WP) and keymaster (bb)? Is it possible, without going through the link that auto-generates a password?
Also, if I de-activate the integration plugin (on WP and bb) and upgrade bbPress to 0.9.0.2, can I force a new password for the bb keymaster account? There doesn’t seem to be a table for bb_users, and I don’t want to mess with the WP admin account.
Without a keymaster account, can I even upgrade?
Thanks,
Yes, yes, newbie, here. Sorry about that before anyone bumps me or deletes me for duping or just raises their eyebrows and walks swiftly on. I have used google and other searches frequently. But I still can’t work out this database name, database user and password issue. I have copied the unzipped files into website.com/htdocs/blog1 where NetworkSolutions put WordPress for me. So now BBpress sits at the same level as WordPress. Is that right?
Now I have copied the values from the WP_config file (did it make those up on install?) but I still get “There was a problem connecting to the database you specified. Please check the settings, then try again.” I’m surprised these bear no relation to my actual WordPress password and user name.
I haven’t changed any settings from WordPress since I installed it. Is there a permissions issue?
Thanks (please)
Michael
Topic: Security issues?
I have never been hacked while using it but after reading about the recent security issues with WordPress 2.3 and script kiddies hacking those sites, I have to make sure that its completely safe. Were you ever hacked while using bbpress on your website. Thanks for your opinion and views.
Hi,
I want to convert from my phpBB forum to bbPress however I need 1 more plugin to make it happen.
I need a Plugin for bbPress which will monitor RSS feed’s and post new items into bbPress as a post.
Does anyone know of a free plugin which does this today?
For WordPress, I’m using the Plugin – FeedWordpress
URL – http://projects.radgeek.com/feedwordpress/
It works great and has many great options. Hopefully something exists for bbPress.
Thanks!