This seems like it should be easy, but for some odd reason the imagecache preset assigned to imagecache profile comment selection is not displaying next to each comment in a thread.

Examining imagecache_profiles.module the condition at line 35 is never true:

    if ($account->cid) {

I have confirmed on admin/user/settings the preset for comments is set and working correctly. Yet the $account object never seems to contain the cid property.

Comments

neochief’s picture

I had the same situation but everything was solved when I enabled "User pictures in comments" option in my theme settings :)

johnhanley’s picture

Component: Code » Documentation
Category: bug » support
Status: Active » Closed (fixed)

Thanks Neochief.

Maybe it's obvious to most, but this subtle fact should be included in the project description page.

John