Search Results for 'register'
-
Search Results
-
Topic: Registration issue
I have done a complete site re-design and have been debating between using vBulletin, which I own, or bbPress. I decided to try out bbPress purely from the simplicity and low-maintenance aspect. But I am having a registration issue that may be cookie related, but I am not sure.
I have bbPress installed within my WordPress directory. I also have bbPress integration as well as WordPress integration to keep users synced between the two (I hope that is what I was supposed to do).
My WordPress register page seems to be working:
http://www.dreamindemon.com/Blog/wp-login.php?action=register
But my bbPress does not:
http://www.dreamindemon.com/Blog/forum/register.php
I have verified that registering in WordPress does integrate the user automatically into bbPress.
Any ideas on what I should be looking at to resolve this?
Topic: I demoted myself
I was a Keystone Master or something and I demoted myself to admin… how can I get the spot back?
Or how can I hack the script to give the next registered members this Keystone Master spot?
I just installed bbPress for the first time, and I’ve noticed a certain oddity that was incredibly frustrating until I figured out what was going on. The first thing I did after installing was make a bunch of test posts. But after only a couple, the posts stopped showing up. They’d appear in yellow after I posted them, and then, when I went back to the homepage, I couldn’t find them again.
Now, I think I’ve figured out what happened. My guess is that bbPress doesn’t like it when one user posts too many times consecutively. (Registering a new user and posting under that account did work.) But those posts don’t appear in the control panel under the Content tab. The only place I can find them is in the Dashboard, under “Recently Moderated.” And the only way to make them display seems to be to click into the individual post, scroll to the bottom and click “undelete,” even though, confusingly, there’s also a “delete” link higher up on the page.
I suppose I’m OK with this, but I just wanted to come here and confirm: Is this proper behavior? Am I missing something? What’s the post limit? Is there any way to turn it off, even if just for admins? I suspect on this forum there might end up being one or two users making a bunch of consecutive posts, and I’m all right with that. Can I at least get e-mail notification when something is moderated, and can it show up somewhere in the control panel? Plugins, perhaps?
A lot of questions, I know. Sorry, but this was really throwing me off.
I have previous successful installs of bbPress under my belt, and honestly, there isn;t much to it. Problem is, after uploading all the files into their “forums” subdir, running through the install script (And entering all the info), I go follow the link to the forums to login and the forums refuses to log me in, (Copy and paste on the password from the intro email).
The first post is in the forums, the keymaster is set in the metadata table, but having done this 6 times now I can’t figure out what the problem is.
Tried registering another user, and the same thing happens to that login.
Any Ideas?
bbPress 0.8.1 on a linux server.
This plugin allows you to limit the email addresses of registering users to certain domains
Download here
Topic: Setting user data
How do I add some miscellaneous userdata? When each user registers they should be automatically assigned an identicon. I was thinking I’d read the userdata using
get_profile_info_keys()
but I can’t find a corresponding set_profile_info_keys() or the like. Does anyone know?