Posted by Bacteria Man on February 4, 2009 at 12:44am
Jump to:
| Project: | ImageCache Profiles |
| Version: | 5.x-1.4 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
I had the same situation but everything was solved when I enabled "User pictures in comments" option in my theme settings :)
#2
Thanks Neochief.
Maybe it's obvious to most, but this subtle fact should be included in the project description page.
John