Search Results for 'register'
-
Search Results
-
I know the emails have to come from somewhere, but still… this was surprise.
Could there be a notice somewhere that the admin email is used to send every registration notification? Spambots are getting it too
I had expected that bbPress would use it only to send notifications to the admin.
Topic: Bug in register-success.php?
I’m not sure if this is a bug, or just something I have wrong, but my husband noticed it right away. I missed it even though I’ve been working with bbPress for several weeks and have installed it on three different sites! LOL
Anyhow, it’s a relatively minor issue, but has anyone seen this?
When a user registers, the success message reads “Your registration as was successful…”. I thought it was a simple typo, but when I looked at the code it goes like this:
<?php printf(__('Your registration as <strong>%s</strong> was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?>
BTW, I have the same result when I register on this support forum. I think the main issue is that the variable
$user_login
, created in register.php, is no longer available afterbb_load_template( 'register-success.php' );
.Does anyone know if there is a variable containing this info? Since the user is not logged in at that time, I can’t use any of the current user info. As I said, this is quite minor – the success message would be almost as good without the user login ID in there.
hi guys, please help..
i have a regular php website to which many people are already registered. is it possible to integrate the BBPress login to be the same ? or does integration only work between BBPredd and WordPress?
i would like people to only log in once to my site and have access to the registered people content, as well as to the forums without loging in again.
thank you
I’d like to hide the login/pass fields after a user has logged in and there are some other things I would like to hide or be available only to registered users.
Can anyone help?
I’ve just discovered that any member who registers through BBpress instead of WordPress never gets a Role set (ie. Subscriber) so while they can use the forum, they can do anything on the WordPress part, even though they are logged in.
I have had wordpress 2.2.1 up and running for a while. I just tried to install bbpress, using the table prefixes ‘wp_’, since I think that is necessary to have any authors registered on my wp site to be able to get on to bbpress, and vice versa. My bb’s config.php has the same database info as my wp’s config.
When I ran the install.php file for bb, I recieved some errors:
Second Step
Now we’re going to create the database tables and fill them with some default data.
bbPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE wp_posts ADD COLUMN post_id bigint(20) NOT NULL auto_increment
bbPress database error: [Key column ‘post_id’ doesn’t exist in table]
ALTER TABLE wp_posts ADD PRIMARY KEY (post_id)
bbPress database error: [Multiple primary key defined]
ALTER TABLE wp_tags ADD PRIMARY KEY (tag_id)
1. Created table wp_forums
2. Created table wp_topics
3. Created table wp_topicmeta
4. Created table wp_tagged
5. Changed default value of wp_posts.post_status from publish to 0
6. Added column wp_posts.post_id
7. Added column wp_posts.forum_id
8. Added column wp_posts.topic_id
9. Added column wp_posts.poster_id
10. Added column wp_posts.post_text
11. Added column wp_posts.post_time
12. Added column wp_posts.poster_ip
13. Added index wp_posts FULLTEXT KEY post_text (post_text)
14. Changed type of wp_tags.tag_ID from int(11) to bigint(20) unsigned
15. Changed type of wp_tags.tag from varchar(255) to varchar(200)
16. Added column wp_tags.raw_tag
17. Added index wp_tags KEY name (tag)
bbPress database error: [Unknown column ‘post_id’ in ‘field list’]
SELECT post_id, poster_id FROM wp_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time
bbPress database error: [Unknown column ‘post_id’ in ‘where clause’]
SELECT * FROM wp_posts WHERE post_id = 114
Finished!
Now you can log in with the username “admin” and password “*Your WordPress password*”.
However, when I try to log in to my wordpress admin area as the ‘admin’ now, I receive the error:
“You do not have sufficient permissions to access this page.”
I am able to log into bb, but there are multiple errors on each page; this is repeated many times on the page:
“bbPress database error: [Unknown column ‘post_id’ in ‘where clause’]
SELECT * FROM wp_posts WHERE post_id = 0
Anonymous.”
I would just remove the bbpress completely, just to get wordpress login working again, but bb seems to have altered my wp user data?
thanks
I have a question-
One of my members wants to make sure he stays logged in. I had an SMF forum which allowed you to choose “stay logged in for a week” or “forever”. He would like something similar, and claims he has to log in every time he comes back to the forum.
I know I don’t have that issue, but I’m also the keyholder- is it supposed to be automatic that someone stays logged in?
If not, is there a plugin, or a hack, that could make this possible?
Thanks.
EDIT: To elaborate on this, I have integrated this with wordpress, and I’m beginning to wonder if I have an integration problem:
He registered through BBpress, and the account was created in my WP-admin, no problem. I asked him to try logging in to the WP control panel, to see if checking “remember me” on that login was what did it. He couldn’t log in with his BBpress password, not even the random one that was sent to him.
I had to go in and manually set the password for him. Is that how it’s supposed to work? Am I going to have to do this for each user created? (I can’t believe that, so there must be another issue.)
Sorry to bring up two problems in the same thread, if it’s better I can start a new one for the integration issue.
Thanks in advance.