Search Results for 'register'
-
Search Results
-
I’d like to have a user list at the bottom of the forum, like:
10 registered user. Most recently registered: username3, username2, username1
also, users online.
I was trying to play with it, but kept breaking it.
Topic: deleting users
FOr some reason, when I created a new user I never got the e-mail. After trying a few times, unsucessfully to resend the e-mail I deleted the user so that I could re-create it. Immediately after clicking Submit I got an User Not Found message.
Now, my user list contains a blank entry:
ID Username Registered Since Actions
0 Edit
If I try re registering, it wont let me use that name again. (Name is invalid)
Also, why does it say “No role for this blog” in the user list?
Hi,
I have a forum running on phpbb2.
I’ve reciently got bbpress set up and running in a breeze! So I am wondering if I can transfer all my databases of posts and users from my phpbb2 site into bbpress, so my users can just login agian, rather than re-register? Also I like to migrate all my posts as well.
I have a list of users and passwords that I would like to register on my forum. The usernames and passwords are already in another mysql database. Would there be any way of bringing them in? Could I automate this process?
Topic: admin user creation
It would be useful if users could be added from the admin section, so admins don’t have to keep logging out and re-registering to add users.
Also, the admin area currently does not allow for editing of user email addys.
Topic: Time is all messed up…
Topic: Combined Register + Post
Topic: Can’t register
Install succeed and it works all fine but when I register a new user, I can’t receive the mail containg the password, and also can’t receive the mail when I try to recover password.
I have checked the database, and the new register user is already in the database.
Anyone could help me?
Thanks a lot
Topic: wpmu bbpress issues
my wpmu is conviced that
mydomain.com/forums is someone who wants to register with my domain. I added forums in the site admin -> options -> exclude the following names. However, this is only causing this message:
Warning: Cannot modify header information – headers already sent by (output started at /Users/mynick/Sites/wp-content/themes/home/header.php:5) in /Users/mynick/Sites/wp-signup.php on line 347
anyidea anyone!?!?!?
They were working fine up until i added
require_once(“../wp-config.php”)
Topic: Can’t Login…
Integrated WordPress with bbPress. I’ve added the integration plugins. But can’t get logins to work in bbPress.
I pre-registered a few new users in WordPress. Can login fine in WP. But I can’t even seem to login as admin in bbPress even to write/comment on a post – regardless of admin or other users. Can see an admin screen, but not allowed to do anything there without login – which I can’t do.
No error message comes up. I login, checks the database and returns to the screen. Doesn’t matter which login link I’m using in bbPress, I can’t create/edit a thread, nor can I gain admin access.
Any ideas?
When I visit a fresh bbPres installation Opera seems to hide the whole text “Register or login:”. The text isn’t visible because it seems to be outside the screen.
I made a screenshot where you can see the problem.
Topic: Can’t Login!
I seem to be having trouble logging in at all in bbpress. I integrated it successfully with WordPress, but I can’t login with my wordpress user name and password. I figured, something must be up, so I registered a new account in bbpress to try it out – password was mailed and everything – and when I went to login, still nothing. The page refreshes but goes nowhere and doesn’t say I’m logged in. Seems like a mod rewrite issue, but I can’t figure out what it is. During the initial install I set the config to clean urls, then used an .htaccess like the following:
# BEGIN BBPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /location_of_install/
Options +MultiViews
</IfModule>
# END BBPress
After doing so I kept getting 404’s when clicking on topics, etc (only to find out later I needed to fix my url at the beginning of config). Now everything is working except logins. Any ideas?
Quick Version:
Is it feasible internally, to have a user post a comment to the forum and register at the same time?
Detail:
Something that’s been mentioned already by a regular reader of my blog is that he’d be far less inclined to leave a comment anywhere that he had to register first.
The BBPress registration process is mind-numbingly simple, but users first have to get over the two-step-hurdle of registering and then leaving their comment.
So it strikes me that, since the registration details are the same as you have to provide when blog-commenting some middle ground might be beneficial.
I imagine it working such that when the user submits their comment (topic) their confirmation message is along the lines of:
From here it becomes a small step to replace the wordpress comment mechanism with bbpress, which is somehting I’d like to do.