-
Chad Holden posted an update in the group How-To and Troubleshooting: 13 years, 5 months ago
On my clients site learn.cacuss.ca, when you go to a user activity page or anything in the users pages, it defaults to the members list. Odd thing is that the files and DB were taken from my dev install which works as it should at http://www.maifith.com/sasa/
Anyone have any ideas as to why this isn’t working? Another thing is that I am not allowed…[Read more]
-
Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
WIERD! I took out the file upload URL and media directory and it all started to work. Magically. Now … I’ve been messing with numerous files for the past week as you can see from my activity, but it all came together this morning when I cleared those fields.
-
Chad Holden posted on the forum topic crop avatar bug? in the group Creating & Extending: 14 years, 6 months ago
I would have loved if this worked for me as well, but alas, no such luck. I am using non MU wp3 beta 2 and bp 1.2.3.
-
Chad Holden joined the group Creating & Extending 14 years, 6 months ago
-
Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
Oddly enough, when I go to view my Avatars at their respective URLs, nothing shows and the document returns 0 bytes — HOWEVER when I look using FTP and download the file, it is there and shows properly. For instance, if no file was found, this URL would return a 404 error and all I […]
-
Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
Still nada. All changes made to my site in all places. I also had to change this :
$bp->avatar_admin->image->url = str_replace( “/home/utwebdev/public_html/”, “http://utwebdev.utoronto.ca/”, $bp->avatar_admin->image->dir );
or the thumbnails didn’t work. But that shouldn’t affect the uploads.
-
Chad Holden posted on the forum topic Avatar Upload Issue in the group How-To and Troubleshooting: 14 years, 6 months ago
This still didn’t work for me @Phlux0r. But thanks for the code. I’ve added it to my file anyways.
-
Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
@Mike Henderson
Did you comment out those two lines like I said?
-
Chad Holden posted on the forum topic BuddyPress and WordPress 3.0 in the group Miscellaneous: 14 years, 6 months ago
I’ve tried the installation a few times on WAMP, MAMP and multiple installations on the same server … It should be important to note that THIS site bp.org has the same avatar uploading issues with this new template/release. This is my htaccess file, which makes the avatar cropper work, but I still get the upload […]
-
Chad Holden joined the group Miscellaneous 14 years, 6 months ago
-
Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
OK, so it’s not just me. Try uploading an avatar to THIS SITE. You get the same issues I had! Jesus, hallelujah!
-
Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting: 14 years, 6 months ago
Unfortunately not. I assume you also commented out the lines ->
if ( getimagesize( $bp->avatar_admin->original ) > BP_AVATAR_ORIGINAL_MAX_WIDTH )
$bp->avatar_admin->resized = wp_create_thumbnail( $bp->avatar_admin->original, BP_AVATAR_ORIGINAL_MAX_WIDTH );
@chadmaifithcom
Not recently active