Hi there,
I was in need of setting profiles songs and tried out this Plugin:
It didn't work for the customs themes, only for the Default one and similars.
So I just did this..
Went to core->profile->profile and then to the very bottom of the file, I added a code right after:
{{endif}}
{{if !empty( $visitors ) || \IPS\Member::loggedIn()->member_id == $member->member_id}}
<div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'>
{template="recentVisitorsBlock" group="profile" params="$member, $visitors"}
</div>
{{endif}}
Code:
Yeah, that's something easy, but maybe there are more people who would need it.