Skip to:
Content
Pages
Categories
Search
Top
Bottom

Having lots of issues, willing to pay

  • @socialsnus

    Participant

    So I got my base setup for my buddypress setup at SnusSocial.com

    but I cant get login functions to work right, or profile updates to work right, and all the other goodies… and i dont have any errors. willing to pay someone a reasonable rate for a great outcome.

    please help.

    fastest way to reach me is email: jeff.slim.gray @gmail.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • @r-a-y

    Keymaster

    @socialsnus – You fix the member profile problem by adding the following code snippet to wp-config.php:

    define( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE', true );

    @crashutah

    Participant

    @r-a-y What does that actually do? I’ve been wanting to test it. Will it allow spaces and upper case letters?

    @djpaul

    Keymaster


    if ( defined( 'BP_ENABLE_USERNAME_COMPATIBILITY_MODE' ) )
    $username = $user_login;
    else
    $username = $user_nicename;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Having lots of issues, willing to pay’ is closed to new replies.
Skip to toolbar