Profile picture of Chad Holden active 7 months, 4 weeks ago

Chad Holden

@chad@maifith.com
Location: Toronto, On
  • Chad Holden posted an update in the group How-To and Troubleshooting:

    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]

    7 months, 4 weeks ago
  • Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting:

    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.

    1 year, 9 months ago
  • 1 year, 9 months ago
  • Chad Holden posted on the forum topic crop avatar bug? in the group Creating & Extending:

    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.

    1 year, 9 months ago
  • Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting:

    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 [...]

    1 year, 9 months ago
  • Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting:

    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.

    1 year, 9 months ago
  • Chad Holden posted on the forum topic Avatar Upload Issue in the group How-To and Troubleshooting:

    This still didn’t work for me @Phlux0r. But thanks for the code. I’ve added it to my file anyways.

    1 year, 9 months ago
  • Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting:

    @Mike Henderson

    Did you comment out those two lines like I said?

    1 year, 9 months ago
  • Chad Holden joined the group Miscellaneous
    1 year, 9 months ago
  • Chad Holden posted on the forum topic BuddyPress and WordPress 3.0 in the group Miscellaneous:

    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 [...]

    1 year, 9 months ago
  • Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting:

    OK, so it’s not just me. Try uploading an avatar to THIS SITE. You get the same issues I had! Jesus, hallelujah!

    1 year, 9 months ago
  • Chad Holden posted on the forum topic Avatar Upload Issues in the group How-To and Troubleshooting:

    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 );

    1 year, 9 months ago