I have created a field for user picture. 'admin/config/people/accounts/fields'
I have set to display the user picture preset in '/admin/config/content/advanced-forum'
I have set to display the user picture preset in 'admin/structure/block/manage/author_pane/delta-0/configure'
In the user account page, there is a user picture displaying without any problem
But in the advance forum, there is no user picture displaying.
Is there anything I missing ? Thanks
Comments
Comment #1
michelleAdvanced Forum (via Author Pane) uses the core-provided avatar picture. If you want to use a custom field for a picture, you would need to do custom coding to get Author Pane to use it. You can find more help on using the AP preprocess system in its documentation.
Michelle