I have a user profile picture field already, and was trying to figure out where the "enterprise_blog_picture" field is used so that I can make adjustments accordingly. I couldn't find it, so I'm asking here.

Thanks!

Comments

August1914’s picture

enterprise_blog_picture belongs the entity bundle "user"

you can manage the attributes here:
/admin/config/people/accounts/fields

you can set the image and related attributes by editing the user at
/admin/people

bjlewis2’s picture

Right. Let me rephrase my question:

I already have a user profile photo field, so I was wondering if the enterprise_blog_picture is being used in a view (or something else) somewhere so that I can replace it with my existing photo field.

I just don't want to break anything if I delete the enterprise_blog_picture field.

August1914’s picture

The enterprise_blog_picture is intended to be attached to comments that the user makes, as a alternate to the profile image; that's what it looks like to me. It is not used in the enterprise_blog views, as far as I can tell.

Maybe I'm missing something, but, I think that the intended functionality is orphaned as of 7.x-1.0-rc1, because it styled with 'enterprise_blog_thumbnail', which is not included in the feature.

bjlewis2’s picture

Alright, I'll just delete it and hope that nothing explodes. :)
Thanks!

boonthanom’s picture

Hi ,all
I would like to display image user'profile on the last blog post
how i can do that.
Thank you

bjlewis2’s picture

@boonthanom Please open a new issue if you need support for this module. Your request has nothing to do with the original post, so this is not the place to ask your question.

Issue queues are generally not a great place to ask for site configuration help anyway. You would be better off getting on IRC (http://drupal.org/irc) to ask for support.