Search Results for 'wp user activate'
-
AuthorSearch Results
-
January 13, 2009 at 10:36 pm #36252
In reply to: avatars upload but cannot be cropped etc
mesgains
ParticipantHi 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
January 8, 2009 at 1:24 am #35865In reply to: strange admin address
nickmu
MemberGuys,
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!
December 13, 2008 at 2:41 am #34302In reply to: Group forums working yet not working
bearuser
Memberinstalled, 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.
-
AuthorSearch Results