Search Results for 'register'
-
Search Results
-
What I want is something where everyone can view topics in a specific forum, but only registered users can reply (normal) and only a specific userlevel and higher can post new topics.
OK, I got the bb running, seeing the usernames from wp.
Two issues, first, I installed the bb plugin mentioned in the faq (name-display) into the my-plugins sub-directory. It doesn’t show up in the plugins section of bb.
Which makes me wonder if that is the reason users who register on BB are not found on WP. If this is the case, figuring out how to get the plugin active will solve the problem… If it isn’t, any ideas why wp isn’t recognizing bb registrations?
Second, I noticed that WP usernames with a space (Joe West) can not log in to bb with that name, but usenames without spaces (Joe) work fine.
Since this bb install is later than my wp install, I have users who have spaces in their names… Any way to fix this?
Hi,
Probably a stupid question, but I don’t register users in WP, just ask that they enter name and e-mail. So, that means I don’t have to worry about integrating with WP, right?
After filling in step one of the installation I get this message:
Now we’re going to create the database tables and fill them with some default data.
bbPress database error: [A table must have at least 1 column]
CREATE TABLE wp_
Created table wp_
bbPress database error: [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 ‘;$bb->wp_homeusers (user_login, user_pass, user_email, us]
INSERT INTO wp_;$bb->wp_homeusers (user_login, user_pass, user_email, user_url, user_registered) VALUES (‘JeffV’, ‘145d638abb3245b4362f959f774bf1b2’, ‘jeff@jackhammr.org’, ”, ‘2007-11-13 06:30:26’)
bbPress database error: [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 ‘ ”, , ”, ‘200]
INSERT INTO bb_topics (topic_title, topic_slug, topic_poster, topic_poster_name, topic_last_poster, topic_last_poster_name, topic_start_time, topic_time, forum_id) VALUES (‘Your first topic’, ‘your-first-topic’, , ”, , ”, ‘2007-11-13 06:30:26’, ‘2007-11-13 06:30:26’, 1)
bbPress database error: [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 ‘;$bb->wp_homeusers WHERE ID = 0’ at line 1]
SELECT * FROM wp_;$bb->wp_homeusers WHERE ID = 0
Finished!
I’m sorry I don’t understand what all that means. Can someone here help me? Thanks.
Jeff Voegtlin
Topic: bbpress user comments in wp
Topic: Change size of input boxes
Hi,
How do you change the size, mainly height, of the input boxes in registration.php like in http://bbpress.org/forums/register.php?
You might need to log out and go to that page to see what I’m talking about. I want to change the height of the input boxes next to username, e-mail, website, etc.
Thanks,
Eric
hi, I have bbpress and wordpress fully working together, the only issue is that when a user registers with bbpress and leaves a comment it appears as anonymous. I have tried adding post_author but no joy, any ideas?