Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wp user activate'

Viewing 3 results - 901 through 903 (of 903 total)
  • Author
    Search Results
  • #36252
    mesgains
    Participant

    Hi all,

    I had the same problem of cropping and black box. First of all deactivate all your plugin.

    then put the in the .htaccess file thoses comment

    #uploaded files

    #RewriteRule ^(.*/)?files/$ index.php [L]

    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

    #RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    and then in the bp-core-avatars.php file within the mu-plugins/bp-core directory

    replace the line

    $newdir = path_join( ABSPATH, $path );

    $newdir .= ‘/avatars/’ . $user_id . ‘/’;

    by

    $newdir = $path. ‘/avatars/’ . $user_id . ‘/’;

    it ll work.

    Then reactive step by step yours plugins you ll see those one who made the conflicts

    Have so fun

    from Martinique

    #35865

    In reply to: strange admin address

    nickmu
    Member

    Guys,

    I’ve got a solution!

    go to:

    http://www.callum-macdonald.com/code/wp-mail-smtp/

    and download this plugin:

    Download: Current Testing Version: 0.8.2, Released 14/Dec/2008

    activate the plugin and call up the “Email” page on your dashboard

    check: Send all WordPress emails via SMTP.

    bluehost users enter:

    “localhost”

    465

    check: Use SSL encryption.

    check: Yes: Use SMTP authentication.

    username: noreply@yourdomain.com [this is the important part…make sure to enter “noreply” and that you have an email setup up for this on your server]

    password: the password you set up for noreply@yourdomain.com


    you may be able to change other settings using those lines of the bp_core.php files but at least these emails will come from your domain now! YAY!

    #34302
    bearuser
    Member

    installed, integrated, user created, upgraded to admin, pluggin installed, plugin activated, xml etc enabled, pingbacks enabled, wpmu->group forums updated, group created, (if I missed something in the list I did it…read the install several times) error message received:

    “There was an error posting that topic.”

    The forum was created for the group

    I am running BP on a shared account.

Viewing 3 results - 901 through 903 (of 903 total)
Skip to toolbar