In node.inc you're doing:

$default_picture = drupal_get_path('theme', 'stanley') . '/assets/images/user.png';

and it should be:

$default_picture = drupal_get_path('theme', 'radix_stanley') . '/assets/images/user.png';
CommentFileSizeAuthor
#2 default-user-photo-2247363-2-D7.patch592 bytesmike.roberts

Comments

shadcn’s picture

Assigned: Unassigned » shadcn
Status: Active » Needs work

Ah, we renamed the theme and missed this. I'll push a fix. Patch welcomed.

mike.roberts’s picture

StatusFileSize
new592 bytes

Sure, here you go :)

mike.roberts’s picture

Status: Needs work » Needs review

  • Commit 01b771e on 7.x-1.x authored by mike.roberts, committed by arshadcn:
    Issue #2247363 by mike.roberts: Default user photo link is broken.
    
shadcn’s picture

Status: Needs review » Fixed

Fixed. Thanks Mike ^^

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.