zelalem
zelalem
Offline
0
You already answer most of the questions for my radio archive. Thank you for the support. I have two additional questions.

1. I want to change the buy link image to download link image. how can I do it??

2. The buy link is not available in songs page. how can I make it available

example

available albums page

http://ethiovoices.com/component/muscol/r/3-radio-fana/2-erso-bihonu

not available in songs page

http://ethiovoices.com/component/muscol/r/3-radio-fana/2-erso-bihonu/2-eriso-bihonu-20-09-14
Responses (5)
  • Accepted Answer

    Saturday, September 27 2014, 11:28 AM - #Permalink
    0
    try removing the

    $this->params->get('allowsongbuy') &&

    part
    The reply is currently minimized Show
  • Accepted Answer

    zelalem
    zelalem
    Offline
    Friday, September 26 2014, 02:09 PM - #Permalink
    0
    Hi I tried it but everything is already there(/components/com_muscol/views/song/tmpl/default.php) . But the Buy link is not displayed in songs view. eg from your site in this link
    http://www.joomlathat.com/demo/music-collection/e/elton-john/goodbye-yellow-brick-road/funeral-for-a-friend-love-lies-bleeding


    params->get('allowsongbuy') && $this->song->buy_link != ""){ ?>
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 23 2014, 03:24 PM - #Permalink
    0
    hello

    well the buy link is available in the PHP variabel $this->song->buy_link

    you just need to print this in an element
    The reply is currently minimized Show
  • Accepted Answer

    zelalem
    zelalem
    Offline
    Monday, September 22 2014, 04:11 PM - #Permalink
    0
    I managed to change the buy icon to download icon based on the guide you gave me.

    but for quest number 2. What is the code that is necessary to display the buy link on song page.
    The reply is currently minimized Show
  • Accepted Answer

    Monday, September 22 2014, 02:55 PM - #Permalink
    0
    1. this is coded inside the component... in particular, in file /components/com_muscol/views/album/tmpl/default.php

    2. small code addition would be necessary on that page to display the link the file in this case is /components/com_muscol/views/song/tmpl/default.php
    The reply is currently minimized Show
Your Reply