Closed (fixed)
Project:
ImageCache Profiles
Version:
5.x-1.4
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 00:44 UTC
Updated:
11 Jul 2009 at 22:12 UTC
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
Comment #1
neochief commentedI had the same situation but everything was solved when I enabled "User pictures in comments" option in my theme settings :)
Comment #2
johnhanley commentedThanks Neochief.
Maybe it's obvious to most, but this subtle fact should be included in the project description page.
John