But when you go to the profile you get only the profile fields with the value.
1234.png 4.34KB
6 downloadsWhy is there not an option to show the field icon?
Example:
12345.png 6.87KB
6 downloadsI custom made it by replacing the customField__generic with
<if test="$f->parsed != ''">
<span class="row_title">{$f->raw_data['pf_title']}</span>
<div class="row_data">
<if test="genericIsArray:|:is_array($f->parsed)">
{parse expression="implode( '
', $f->parsed )"}
<else>
<if test="$f->raw_data['pf_icon']"><img src='{$this->settings['board_url']}/public/{$f->raw_data['pf_icon']}' alt=''/></if> {$f->parsed}
</else></if>
</div>
</if>
But i think it should be a standard feature because now the profile icon field is just useless? (Except some contact information fields build in IPB)












