Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'register'

Viewing 25 results - 4,051 through 4,075 (of 4,248 total)
  • Author
    Search Results
  • #56938

    In reply to: Registration issue

    Morbid
    Member

    Yes, I made sure the registration.php existed. The weird thing is that if it had not existed, my .htaccess should redirect to the main page. It’s driving me crazy.

    To top things off, I now have the bozo issue that I cannot resolve at work, and the users who I had register through WordPress are not able to comment (but I can)…but that’s another support issue entirely…I think.

    #56937

    In reply to: Registration issue

    fel64
    Member

    (Yup, that’s the right thing to do.)

    Interestingly your other pages in the root of the forum (such as bb-login.php or statistics.php) seem to work; are you sure /Blog/forum/register.php exists? I can’t think of any other reason.

    Incidentally, the folks at Top Gear weren’t surprised that the car was blown away, just by how much.

    #1743
    Morbid
    Member

    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?

    #1726

    Topic: I demoted myself

    in forum Installation
    cole07
    Member

    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?

    #1729
    tiszenkel
    Member

    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.

    #55011
    Trent Adams
    Member

    You cannot click a checkbox that says “turn off registration”, but you can do it indirectly through the following steps by editing your theme files. If you have the default template, please upload the changed files to a new folder off the root of /my-templates/

    1) Remove the following file out of your root directory, register.php.

    2) Edit your template file login-form.php and remove the following:

    <p><?php printf(__('<a href="%1$s">Register</a> or log in'), bb_get_option('uri').'register.php') ?>:</p>

    3) Put something like the following in register.php from your template folder:

    <?php bb_get_header(); ?>

    <h3 class="bbcrumb"><a href="<?php bb_option('uri'); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Register'); ?></h3>

    <h2 id="register"><?php _e('Registration Turned Off, Sorry!'); ?></h2>

    <?php bb_get_footer(); ?>

    Unless I am missing something, that should do it!

    Trent

    #53291
    rimian
    Member

    Hey Trent that sounds like a clever solution.

    I’ve just written a workaround for my site by renaming a few of the form fields with str_replace on the /register.php page and then modifying the $_POST array on the mytemplate/register.php page to listen for these renamed fields.

    #54976
    wittmania
    Member

    Just to echo what everyone else is saying, it would be very nice if WP integrated installations could view and edit ALL of the profile information that WP has available. On my blog/forum, the majority of my users register through the BBP side, which means that they don’t have a nickname set. I could always just point the profile link to the WP side, I suppose, but that doesn’t seem to be a good idea.

    If all of the info is already in wp_usermeta, how hard would it be to pull that into the profile editing page???

    #56372

    In reply to: Plugin: bbMenu 1.1

    wittmania
    Member

    Null, thanks for the help. Yeah, going into the table isn’t a whole lot of fun, but this isn’t something that would need to be changed very often.

    PM is private messaging, i.e. this plugin:

    https://bbpress.org/plugins/topic/20

    The plugin adds a page (/yourforum/pm.php) that lets you read/write private messages to other users. Because it is a static page, you can define the address in the table.

    What would be really great, though, is a way to make the links dynamic. The PM plugin also comes with a notification function where users can be given an alert when they visit the forum letting them know a new message has arrived. The tab would say something like “Private Messages (1)” or something like that. Unfortunately, since the page addresses are stored in the DB, I can’t really think of a way to do this.

    As far as wanting to see it, you can check my forum here:

    http://www.lne97.com/bbpress/

    I have it locked down so you have to register, which addresses the issue you mentioned above. However, you can log in using:

    user: just a test

    password: justatest (no spaces)

    Thanks again for the plugin!

    #55300
    Trent Adams
    Member

    Actually, it may reference things in wp, but it really doesn’t need it. The best description is the abolve Proforum entry, but really what it does is add fields to your profile (and registration) that you can use with your site. I have the extra fields for first name, last name, reason registered, and others on my site using this plugin. You can also put if they are required or not with registration!

    Trent

    Trent Adams
    Member

    I registered over at your forums to test this out. I registered and then logged into bbPress. I then went over to your blog and tried the /wp-admin/ link to find out if I was registered. It gave me the login page where I added my information and then was redirected to:

    http://mpm.org.au/wp-admin/

    That URL doesn’t exist. Is there something in your WP install that has the URL of the site as the first URL? That might be causing the problems.

    As well, do you have the integration plugin that pulls the registrations from bbPress across to WordPress? That way all users are in the wp_users and not the bb_users table.

    Trent

    #56347
    tegolino
    Member

    sorry I’m also motiongrapher, but I lost my password and so I register me again

    ok, I try to remove that line

    #56142

    In reply to: Some links do not work

    chrishajer
    Participant

    In the admin panel, the only thing that will show for posts or topics are deleted ones. Posts and topics do not show there until they are deleted. If you want to see the posts or topics, I think the intention is that you would see them in the forum, and as admin, you can edit or delete them there.

    I tried registering on the forum but I did not receive my confirmation email.

    Nope: 10 minutes later, no email confirmation. Sorry, I can’t log in without that.

    #56252
    wittmania
    Member

    I had the same epiphany as you did when I learned that bbpress existed.

    Here’s what I did:

    1. I looked at the currently registered users in WP (I only had a few) and noted their numeric ID numbers. I then went over to my phpbb database to see which users they would conflict with (i.e. which ones had the same unique numeric ID number).

    2. I used a phpbb mod which allowed me to go into these users’ profiles and change their ID (not their name) to a number that would not conflict with the WP users, or any other user in the DB.

    At this time, phpbb.com is having trouble with their mod downloads, so I just uploaded the mod file to my own server. You can view the complete mod here:

    http://www.wittmania.com/change-user-id-mod.txt

    It takes about 10 minutes total to make all of the changes. Basically, what it does is add a field to the user’s profile when viewed by an administrator. In this field you can change their ID number to whatever you want it to be.

    So, once the mod has been implemented, go through and change the ID number for whichever users conflict with your existing WP users.

    3. Once you have gotten rid of all user ID conflicts, download Jaime GÓMEZ OBREGÓN’s incredible phpbb to bbpress importer, which can be found here:

    http://www.iteisa.com/phpbb2bbpress/

    You will need to edit the file so that it reflects your DB permissions for both the phpbb and the bbpress databases. Also, if you are running a WP integrated installation (as you obviously are), you will need to change the prefixes for a couple of tables further down in the code.

    Change lines 172 and 173 from:

    $bbpress_tables['users'] = DB_BBPRESS_TABLEPREFIX . 'users';
    $bbpress_tables['usermeta'] = DB_BBPRESS_TABLEPREFIX . 'usermeta';

    -to-

    $bbpress_tables['users'] = 'wp_users';
    $bbpress_tables['usermeta'] = 'wp_usermeta';

    Note: be sure that you use the actual WP table prefix if it is something different than wp_. This change will make the importer put the users into your existing wp_ tables instead of in new bb_ tables, which would defeat the whole point of your import.

    Once you have modified the file, upload it and navigate your browser to it. It should run automatically, importing all of your phpbb info into your bbpress installation.

    4. At this point my memory gets a little fuzzy. In either WP or BBP (or both?), the imported users did not have a role assigned to them. Make sure you check to see what role they are assigned and that it is what you want it to be.

    Of course, before you do anything you should backup your existing WP database, and probably your phpbb database as well just in case. Then, scrap the bbpress tables that you have in the current (broken) installation so the importer has a blank canvas to work with.

    You will also need to install the bbpress integration plugin in WP, which can be found here:

    https://wordpress.org/extend/plugins/bbpress-integration/#post-34

    This plugin will assign the default WP new subscriber role to users who register through bbpress. However, on my blog/forum I changed things around a bit so registrations for both WP and BBP are handled through the WP registration screen. I don’t know why, but I’m just more comfortable with it that way.

    I’m sure as time goes by more plugins from both sides will be developed which will allow for even tighter integration between WP and BBP.

    Good luck!

    #55577

    In reply to: User ID = 999999999?

    cweb
    Member

    Ok this worked for me, here’s how I actually reset the auto_increment counter.

    NOTE: If you’ve already integrated WP and bbpress and/or if you’ve already had a bunch of new users register, this wont be so easy for you. If however, you’ve performed a fresh installation and conversion then this will be simple.

    1. make sure one of my existing users in the normal ID range is a Key_Master (this is very important). For me, I made one of my users with ID =5 the Key Master.

    2. login with the new Key Master, and delete all the users who are registered with a number => 999999999. For me this wasn’t a problem because “admin” was the only user, I haven’t had any new user registrations. If you do have new users in the 1000000000 range you’ll need to reset their ID’s (I’m not a MySQL guy so I dunno how)

    3. Once all users in the ugly high number range are deleted, you can run the command to reset the counter on your *_users table, for me it was:

    ALTER TABLE bb_users AUTO_INCREMENT = 400

    I just added a few new users and they indeed started at ID 400.

    BTW, here’s the code in the phpbbtobbpress.php converter that sets this very high ID:

    //Let's clean up the trash.
    //Your admin user will be given the biggest possible ID (I tried the biggest BIGINT but it didn't work inside bbPress)
    //If you have more than 999999999 users on your forum, you may have problems... ;-)
    @mysql_query ("UPDATE " . $bbpress_tables['users'] . " SET ID=999999999 WHERE ID=1");
    @mysql_query ("UPDATE " . $bbpress_tables['usermeta'] . " SET user_id=999999999 WHERE user_id=1");
    @mysql_query("TRUNCATE TABLE " . $bbpress_tables['forums']);

    #1645
    #55923

    In reply to: Show off your Forum !!

    Arlo
    Member

    This is my migrated phpBB forum. It’s integrated with my main site rather tightly (UI-wise, not database), and I did a bit of modification to the post layout, making the best use of the narrow column I think. Other than that, just your usual CSS tweakage.

    It’s not live yet, so I welcome feedback:

    http://automatorworld.com/bbpress/

    The plugins I’m using are:

    Comment Quicktags

    Front Page Topics

    Post Notification

    Page links

    Quote

    edit: Please feel free to register and test post, I would welcome the Q&A :)

    #51433
    citizenkeith
    Participant

    I just tried the new version. Instead of listing who is online, it just lists all the currently registered members. When I edited the file to include add_action(‘bb_init’, ‘online_update’); , it lists every member minus me.

    #56058
    Arlo
    Member

    You both ask very reasonable questions :)

    Basically, my forum is such that people tend to sign up just to ask 1 question and disappear. So over the years it has amassed about 700 users with 1-2 posts, tops.

    My current setup is pretty much a mirror of the old forum (it’s at my site at /bbpress if you want to see the design in progress), which can of course work fine, but being the anal type I was thinking of starting this forum with a “clean slate”, as it were. Maybe 2-3 users would be returning and bear the burden of re-registering.

    But I guess I’ll leave it be. As new posts come in the old ones will “flush” off the front page anyway. Thanks for the insights.

    #56057
    chrishajer
    Participant

    This is very interesting to me. How about these ideas?

    For the close a forum, I don’t know how you would do that. There’s nothing I know of in the bb_forums table that marks it open or closed. The best I think you could do is mark the topics closed. To do that with SQL, you could do something like

    UPDATE bb_topics
    SET topic_open=0
    WHERE topic_id IN
    (your comma separated list of topic_ids)

    You could drop the WHERE part if you wanted to mark all existing topics as closed. Before you do anything with SQL though, be sure you have a backup of the data.

    I can see why you want to take a snapshot of the old forums and mark them “archived/old” but, I would assume if you are moving things from phpBB to bbPress that your forum structure is going to be similar, so closing the forums to new topics wouldn’t make sense anyway.

    Another option is to create a new forum called “phpBB Archive” or something then move all the topics and posts over to that “archive” forum, then create your forum hierarchy again in bbPress like it was in phpBB (i.e. World News, World Labs, Support, etc.)

    For the users, why not just change all the passwords? That would make the usernames still valid, so no one else could re-register as an existing name, no one could log in with the old name, and all the existing posts would still be attributed to the original poster.

    Just my thoughts: maybe they’ll be useful. Good questions though…

    #1613
    Sam Bauers
    Participant

    This plugin allows you to limit the email addresses of registering users to certain domains

    Download here

    #1606

    Topic: Setting user data

    in forum Plugins
    fel64
    Member

    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?

    #55838
    wittmania
    Member

    Try the Forum Restriction plugin:

    https://bbpress.org/plugins/topic/27

    or maybe the Force Login plugin:

    https://bbpress.org/plugins/topic/34

    I haven’t used the Forum Restriction one, but from the description it sounds like you can set up forums that will only allow the users you specify to view/post in whichever forums you restrict. This would also allow you to have a “public” area where prospective users/students/whatever could browse around. The only downside would be that you would have to manually add users to the “whitelist” each time someone registers. Still, it is a pretty simple way to accomplish what you’re looking for.

    If you use Force Login, it will at least require that a person be registered and logged in in order to view your content. Since anyone can register, your content would be public to that extent. Good news, though, is that you don’t have to add users to the whitelist. Bad news is that ongoing administration would include deleting unauthorized users whenever they register.

    Plan A means plenty of admin up front (and each cycle) to set up authorized users. Plan B means ongoing (and variable) admin to get rid of unauthorized users if/when they register.

    Good luck!

    #52033

    In reply to: Post Moderation

    karaboga
    Participant

    Hi,

    Can the “post moderation before publishing” property be added to bbPress?

    Some people register only for spam, or some does not obey the rules of the forum. So, we may want to moderate new members’ posts.

    For example, a new member is registered to our forum.

    Like WordPress, a member who has not any approved post, (or a number of posts which is defined by the admin) the message of him/her may be moderated.

    I think this property will be very useful for most of the bbPress users.

    #55633

    In reply to: What’s integration?

    Staffan
    Member

    It means that your registered blog users can use their accounts to post in the forums. When a users logs on to your blog, he’s automatically logged on to your forums.

Viewing 25 results - 4,051 through 4,075 (of 4,248 total)
Skip to toolbar