Jump to content
WebFlake

Profile Songs Custom Theme "Fix"


vmoisesp2

Recommended Posts

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:

Spoiler

<div class='ipsWidget ipsWidget_vertical cProfileSidebarBlock ipsBox ipsSpacer_bottom' data-controller='core.front.profile.toggleBlock'>
                       {{$profileSong = $member->profileSong();}}
{{if $profileSong->file}}
                                <h2 class='ipsWidget_title ipsType_reset'>Som de Perfil</h2>
<div class='ipsWidget_inner ipsPad'>
    <div class='ipsType_center'>
      <p>
        <audio autoplay="" controls="" loop="" preload="" class="ps_audio">
          <source src="{$profileSong->file->url}"></source>
        </audio>
      </p>

                  </div>
  </div>
{{endif}}
                       </div>

Yeah, that's something easy, but maybe there are more people who would need it.

  • Like 1
  • Upvote 1
Link to comment
Share on other sites

  • 6 months later...
  • 2 weeks later...
  • 1 month later...
On 04/12/2016 at 5:20 AM, REB IS BACK said:

i can confirm that it works

1b26215ae1db4dfa9d2edc084368a673.png

on that note i would like so say thanks :D 

 

On 12/12/2016 at 7:06 AM, markisac said:

Thanks for great share it was working .. just little bit hard to make adjustments ...

Good to know it was useful, I was going to quit on using the player since it didn't work on custom themes :P

Link to comment
Share on other sites

  • 7 months later...
  • 1 month later...
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...