Search Results for 'register'
-
AuthorSearch Results
-
August 24, 2008 at 2:22 pm #66889
In reply to: Blank Screen
chrishajer
ParticipantThe password normally contains special characters and that’s fine. That’s how I can usually tell if the bbPress is an old version or new version, based on the password being sent out when you register.
There is no problem with having special characters in the secret keys: it’s just that if they’re not properly escaped, the server will choke on the config file because the bb-config.php does not have proper syntax.
So, make sure the keys are the same for WordPress and bbPress, make sure the bb-config.php is syntactically correct (
php -l bb-config.php
from a Linux command line) and then figure out why you can’t log in.You can also make the secret keys really short and easy to compare while testing to see if that’s the problem.
It’s also worthwhile to check any php file you edited for the proper syntax. Maybe once you log in, you are being served another page that has a syntax error (a template file?) and that is causing the blank screen.
Also, access to error logs will help with this, if you have them.
August 24, 2008 at 5:46 am #49962In reply to: En español
cesarvirtual
Membertengo un problema, y es que no se me permite el registro de usuarios, me arroja el siguiente mensaje:
Registration is closed for a while… sorry!
Cómo habilito la opción?
aquí la dirección para que vean: http://alumnosutalca.syslive.com.ar/register.php
Agradecería respuesta por este medio y a cesar.rivera.martinez@gmail.com
Saludos.
Nos estamos topando por aquí.
August 21, 2008 at 12:18 pm #67052In reply to: Akismet spam false positives
chrishajer
ParticipantDitto on the bozo feature. Never did understand that or get any benefit from it. At least it’s a plugin now where you can disable it. And the Human Test plugin works remarkably well in the arms race against preventing spammers from registering.
August 21, 2008 at 10:53 am #67051In reply to: Akismet spam false positives
_ck_
ParticipantI turn off Akismet and just use Human Test to prevent bots from registering: https://bbpress.org/plugins/topic/human-test/
You just never know when a user will improperly get “bozo-ed” and you might miss their messages entirely. In fact i turn off the bozo feature too, it’s never quite worked right.
August 20, 2008 at 12:59 pm #67058In reply to: can you change user names?
chrishajer
ParticipantThey have to re-register under a new name. Editing the username is not possible normally. You can do it with direct access to the database, but it’s not possible from the user’s perspective.
August 20, 2008 at 9:39 am #67007In reply to: letter limit on user names
RossB
Member_ck_,
May I seek some clarification re your post above, please?
With that line in the register.php template, to reduce the max letter limit lower than 30, would I change both references to “30”? That is:
size=”30″ AND maxlength=”30″?
Or just maxlength=”30″.
Cheers
Ross
August 20, 2008 at 5:11 am #3843Topic: can you change user names?
in forum InstallationRossB
MemberThis is basic, guys – sorry! I’ve had a request from a new user to change their user name. I can’t figure out how to do this in the User section. Can it be done, or do they have to re-register under their preferred user name?
August 19, 2008 at 6:30 pm #67073In reply to: Redirect Loop after installation
f3lix
Memberin my case I can successfully go through step 2, and the system tells me:
“Your WordPress integration cookie and database settings have been successfully validated. They will be saved after the next step.
…”
After that I name the forum, choose my normal WP-Admin-User,etc.
When I want to complete the next step it prompts me with: Installation Errors:
“Forum could not be created!” and tells in the complete log:
“Referrer is OK, beginning installation…
>>> Setting up custom user table constants
Step 1 – Creating database tables
>>> Modifying database: <my_db> (<my_host>)
>>>>>> Table: bb_forums
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_meta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_posts
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_tagged
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_tags
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_terms
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_relationships
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_term_taxonomy
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_topics
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: bb_topicmeta
>>>>>>>>> Creating table
>>>>>>>>>>>> Done
>>>>>> Table: wp_users
>>>>>>>>> Changing column: ID
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_login
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_pass
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_nicename
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_email
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_url
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_registered
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_status
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: display_name
>>>>>>>>>>>> Done
>>>>>> Table: wp_usermeta
>>>>>>>>> Changing column: umeta_id
>>>>>>>>>>>> Done
>>>>>>>>> Changing column: user_id
>>>>>>>>>>>> Done
Step 2 – WordPress integration (optional)
>>> WordPress address (URL): http://www.fl3x.org/blog/
>>> Blog address (URL): http://www.fl3x.org/blog/
>>> WordPress cookie keys set.
>>> WordPress “auth” cookie salt set from input.
>>> WordPress “logged in” cookie salt set from input.
>>> Fetching missing WordPress cookie salts.
>>>>>> WordPress “secure auth” cookie salt not set.
>>> User database table prefix: wp_
Step 3 – Site settings
>>> Site name: fl3x Forum
>>> Site address (URL): http://www.fl3x.org/blog/bbpress/
>>> From email address: <my_email>
>>> Key master role assigned to existing user
>>>>>> Benutzername: <admin_user>
>>>>>> E-Mail-Adresse: <my_email>
>>>>>> Passwort: Your existing password
>>> Beschreibung: Just another bbPress community
>>> Forum could not be created!
>>> Key master email sent
There were some errors encountered during installation!”
Thats all, and afterwards I won’t see a forum, I only get error messages on Firefox regarding a redirection loop.
August 19, 2008 at 2:28 am #67001In reply to: password protection possible for bbPress forums?
chrishajer
ParticipantWell – you can have specific forums restricted to certain users right now with a plugin. It’s easier than using .htaccess.
https://bbpress.org/plugins/topic/hidden-forums/
That’s not what you asked initially though.
require a password before someone can register and see the forum
Both are possible, the first request just doesn’t make any sense unless there will be a company wide memo with the username and password on it. If it’s truly for internal use only, just put it on an intranet rather than the Internet, or use .htaccess to restrict by IP address rather than passwords. If you have a fixed range of IP addresses, you could allow only those to access the bbPress forum.
You can do both.
August 18, 2008 at 9:45 pm #66812jon775
MemberI can’t seem to get this to work. I followed the instructions and put in the paths to my SwiftMailer directory, but the plugin just errors out when I try to activate it.
I really would like to get this sorted out, new users are registering on my forums, and many are not getting registration emails…
August 18, 2008 at 5:33 am #67003In reply to: letter limit on user names
_ck_
ParticipantThat’s another one of those silly things that got carried over from WordPress. The database limits it to 60 characters and the default template limits it to 30 characters but it’s still overly long.
Fortunately in bbPress (unlike WordPress) the registration form is done in a template and not in the core, so the easiest way is just to modify the register.php template under my-templates (or copy it from bb-templates) and change the line that looks like this:
<td><input name="user_login" type="text" id="user_login" size="30" maxlength="30" value="<?php if (1 != $user_login) echo $user_login; ?>" /></td>
And instead of 30, make it the size limit you want.
However people that are sneaky and bypass the registration form can still make it 60 characters (ie. spammers). But they will stick out, so you’ll notice it right away.
This can be fixed via a plugin but it would be way too much code to justify the fix. The template method is best.
August 18, 2008 at 4:34 am #3831Topic: password protection possible for bbPress forums?
in forum InstallationRossB
MemberIf it can be done, how would I go about password protecting a forum? I want to have the main website open to the public, but the forum to require a password before someone can register and see the forum posts.
August 16, 2008 at 3:39 am #66863In reply to: WordPress + bbpress + register plus>>>>
balgo
Memberbetter not do it that way, as updates will break your work. create an .htaccess and put the following in:
Redirect 301 /yourbbpressdirectory/register.php http://yourdomain.com/yourwordpressdirectory/wp-login.php?action=register
August 16, 2008 at 2:21 am #66862In reply to: WordPress + bbpress + register plus>>>>
superann
MemberReplace register.php with:
<?php
header(‘Location:http://your-wordpress-url.com/wp-login.php?action=register’);
?>
August 15, 2008 at 7:46 am #3798Topic: WordPress + bbpress + register plus>>>>
in forum Pluginsconspirewire
MemberI’ve installed wordpress and bbpress im using the plugin call register plus attached to the wordpress installation. both wordpress and bbpress are integrated but i cant get regsiter plus to integrate. It works with word press and clients can use there user name and password on bbpress… BUT…. when cleints try and register on bbpress it uses th default bbpress registration. can anyone help me redirect bbpress registration to the reister plus plugin?
August 14, 2008 at 8:35 pm #66588In reply to: Confusion about sharing databases
keress
Memberblockquote
You only need to share databases to have integrated user logins.
/blockquote
Thanks for responding, Chris. I’m still confused about this. It sounds like, from the documentation like above, integrating the cookies will accomplish the same thing:
blockquote
Integrating cookies allows your users to log in to either your WordPress blog or your bbPress forums and be effectively logged in to both./blockquote
I do want it to be pretty seamless for our users. I want them to only have to register once, and not to have to log in again when they cruise to the forum. On the face of it, it would seem like we need to share one database. BUT, that seems a bit scary, like the kind of scenario where I could wipe out our existing WP installation.
If that’s the route I should go, how do I go about it? Uninstall the bbpress I just created, then go through the installation again, except this time enter our wp database info?
I tried doing the integration last week for the two databases I have currently set up, and had to add a line into my wp-config about a secret key. With that, an error message came up instead of the blog, choking on that line. It was a day before I got wind of it, so it didn’t look very good.
I want to have a clearer understanding this time before I start messing around with these settings.
BTW, what am I missing with the markup here? It says to put the code between backticks `, but it’s not working.
August 11, 2008 at 8:59 pm #64023In reply to: Merge registration pages
chrishajer
ParticipantInstead of this WordPress function:
<?php wp_register(); ?>
You would have a link to bb-login.php. Then bb-login handles the whole thing. In the login form, you would add that hidden form field to redirect then after login, as explained here.
https://bbpress.org/forums/topic/heres-a-trick-to-redirect-user-back-to-topic-after-login#post-14268
August 11, 2008 at 8:53 pm #64022In reply to: Merge registration pages
mattbaehr
MemberHow do I change the reg links? In my theme, here is the reg code:
<li id="meta" class="widget">
<h2><?php _e('Members') ?></h2>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>What would I do to get it to redirect to the bbpress registration page?
August 11, 2008 at 3:42 pm #64020In reply to: Merge registration pages
Hellweaver666
MemberYou can just change the register links in the wordpress template to point to the bbpress login and registration forms… that’s easy enough (you can even copy the login form code into the template directly and it seems to work).
The problem is, how to get users back to the URL they came from after they login (by default they seem to get bounced to the forum home page instead)… any ideas?
August 11, 2008 at 9:06 am #65978In reply to: Why is integration so troublesome?
_ck_
ParticipantWell we know what causes “anonymous” to show up, it’s because bbPress is not creating the display name for the user when the user registers on the bbPress side and then goes to use WordPress.
The question is, why is this suddenly happening when bbPress is supposed to create it already. This might be a question for Sam – but I hope he can reproduce the problem.
Did you add the above code to insert the display name?
I hope I didn’t lead you wrong by implying you should try 2.6 because that will be incompatible with bbPress 0.9
2.6 has compatibility with bbPress 1.0 alpha but a few plugins won’t work with the alpha yet (like bb-topic-views)
Oh and the display name persists in 1.0 alpha and is on line 487 in pluggable. I’ve filed a trac report:
August 7, 2008 at 9:16 pm #64019In reply to: Merge registration pages
mattbaehr
MemberMe too. My main page is WP. I would like users to be able to click the register button and get the BB registration that both would ideally share (once I get that bug fixed).
August 7, 2008 at 5:06 am #66662In reply to: error on click, help
843008
Inactiveis it because i’ve just registered? :S how do i edit my profile? tks a lot
August 6, 2008 at 1:37 am #66639In reply to: Change Username Name?
chrishajer
ParticipantJust register again. I don’t think you can change the username without access to the database. If you’re talking about your own forum and have access to the database, you can edit the username directly.
August 5, 2008 at 2:39 pm #66594In reply to: htaccess muwordpress +bbpress
810798
Inactivethanks _ck_,
It seems to be a problem with when you include the wp-config… There must be a check somewhere in one of the files included in it that checks if that has been registered or is a banned blog, and wp-admin must be hardcoded in somewhere to be a safe directory.. i just havent had time to go through and look for where that happens.. been making a bunch of other customizations instead, as this problem can be solved by just using sub-domains..
James
August 4, 2008 at 5:26 am #66586In reply to: Show the last user have joined
thion
MemberShow last registered user? Here y’go:
<?php include_once("bb-includes/statistics-functions.php"); ?>
Our newest member is <?php if ( $users = get_recent_registrants(1) ) : foreach ( $users as $user ) : ?>
<a href="<?php user_profile_link( $user->ID ); ?>"><?php echo get_user_name( $user->ID ); ?></a>
<?php endforeach; endif; ?> -
AuthorSearch Results