Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • @Boone Gorges

    thanks a lot…this helped my understanding, because I thought that you had to “login” on the “key/activation page” to be classified as “active”.

    Thanks for replying.

    `Did you try closing the window or tab, and then simply clicking the email link again?`

    Didn’t try this.

    `And the code snippet in this thread works very well..`

    I’ll be looking into this in a few minutes…thanks a lot. This is something that should be looked into by the BP developers. This problem is consistent with one of the previous two versions of BP (I have 1.2.8, but I can’t remember which of the previous two I had)…

    Of course since I get a joy out of learning programming, I’ll dig into the code myself… :-)

    Thanks…this is what I needed..

    nevermind…I’ve found where to start…


    v_andreev
    Member

    @v_andreev

    …will do…thanks…


    v_andreev
    Member

    @v_andreev

    “If you make a new user account, does it work ok?”

    Well, yes and no. The user information is saved to the database, but as mentioned earlier, in two’s. I’m getting two of everything.

    1. When I submit the form field, and if there’s an error, I get two error messages for the same error (per field).
    2. I get two activation emails per user.
    3. I have two wp_users with same username
    4. Then when I click the members link, I have two members with the same name, avatar..etc. (at least this is consistent with wp_users :-) )

    And I just began to notice that my avatar uploads isn’t working either….do I need to start over? or create a DB hack where it deletes duplicate rows before sending an activation email?

    Some things are working, like when someone signs up, and activates their account, the cookies are saved and the login status is active. This is why I’m not sure if I just need to delete and re-create everything.


    v_andreev
    Member

    @v_andreev

    “What versions of WP/BP are you using?” WordPress 3.0.1 / Buddypress 1.2.7

    “You’re saying your found two rows per user in prefix_users table?” Yes..

    “In those two rows per user, do they both have same email address and username? Are there any differences?” Yes, there are some differences…

    1. The user password looks to be encrypted differently for both rows.

    2. User status in the first row is “0” and the second row is “2”

    3. The first row has a user display name and the second row doesn’t.

    thanks guys..

    thanks so much for the reply…

    I found it almost right after I made my second post and began adding fields already…so basically the register.php code looks for these fields and displays them…my only other question is how would someone add a avatar for their profile..is this one of the options in the admin area too?…

    I came across this code in the register.php file

    I’m creating a join page with registration fields (regardless of if someone has signed in or not) and I want all of them to show, but apparently the fields stop loading when it reaches the line above.

    How does that line affect the display of my fields? Is it saying “if the ability for someone to create a profile has been approved”?..what does that mean?

Viewing 10 replies - 1 through 10 (of 10 total)
Skip to toolbar