Hello,
in profile_cover.html i found this:
<bx_if:show_action_thumbnail>
<a class="bx-btn bx-btn-small sys-pca-change-background" href="__href_upload_thumbnail__" title="<bx_text_attribute:_sys_btn_thumbnail_change />"> <i class="sys-icon user sys-pca-icon"></i><span class="sys-pca-text" ><bx_text:_sys_btn_thumbnail_change /></span></a>
</bx_if:show_action_thumbnail>
I want to replace:
href="__href_upload_thumbnail__"
with these function:
return $GLOBALS['oTopMenu']->getScriptFriendAdd({ID}, {member_id});
Has anybody an idea or a hint for me, please?
This will be very helpful for me, in order to customize my site.
Thank you and a good new year
Thomas