Hello Mariosgr,
I am really sorry for the delay of this reply as it is a weekend for us here.
Please find your answer in your queries below:
1) I want to add the avatars from kunena to ES profiles
>> Yes, you can download the plugin from
http://stackideas.com/apps/item/1-kunena
>> Then install it from your extension manager a > enable this plugin
2)I want to remove Karma (i dont use is in kunena anymore)
from bottom of profiles http://prntscr.com/54861m
>> You can remove the Karma tab from this file
JoomlaFolder\media\com_easysocial\apps\user\kunena\themes\default\profile\default.php
//Remove LINE 23 - 29
<div class="col-sm-3 stat-item">
<div class="total-replies">
<div class="center"><?php echo JText::_( 'APP_KUNENA_KARMA' ); ?></div>
<div class="stat-points"><?php echo $karma;?></div>
</div>
</div>
3) Signature from kunena to ES
>> You can put this custom field from your backend > Easysocial > profile type > select your profile type > Custom tab > Kunena signature (click and drag) > save (Check my screenshot below.)
Hope this help.