Move Downloaad link

shawn
shawn
Offline
0
hello

I am would like the download like to appear under the songs, I would like some help editing the code so the download link and image will appear under the list of songs. Basically move from top to bottom of the page.

Link to site


Thanks
Lee
Responses (9)
  • Accepted Answer

    Sunday, April 01 2012, 11:24 AM - #Permalink
    0
    the layout for this page is /components/com_muscol/views/album/tmpl/default.php
    The reply is currently minimized Show
  • Accepted Answer

    shawn
    shawn
    Offline
    Monday, April 09 2012, 06:12 PM - #Permalink
    0
      album_file; ?>" title="">


    I think this is the correct code for the download Icon, now will I have any effect on the application if I move this code to a different part of the page?
    The reply is currently minimized Show
  • Accepted Answer

    Monday, April 09 2012, 06:24 PM - #Permalink
    0
    well you have to be careful if the download button is in a loop (foreach or something)
    The reply is currently minimized Show
  • Accepted Answer

    shawn
    shawn
    Offline
    Monday, April 09 2012, 06:33 PM - #Permalink
    0
    Yes I noticed that it was in a if loop in php, so I didnt want to just move that code out because I assumed It would break the loop. I am using notepad++ to look over the code and from line 85 to line 93, appears to be the loop for that part of the app. How can I move that so the download album icon will show at the bottom or anywhere else on that page?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, April 11 2012, 04:13 PM - #Permalink
    0
    but let's see: the downlaod button is for EACH song, so you don't want to move it out of the loop! do you? makes no sense! ;)
    The reply is currently minimized Show
  • Accepted Answer

    shawn
    shawn
    Offline
    Thursday, April 12 2012, 11:52 PM - #Permalink
    0
    I mead just the Album download button ;) Not the individual song download.
     [img]http://www.joomlamusicsolutions.com/images/fbfiles/images/Capture2-20120413.PNG

    Here is a picture OF want I would like to do.
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Friday, April 13 2012, 09:50 AM - #Permalink
    0
    ah!! ok.

    then what is the problem...? just crop it from the top and move it to the bottom! :)

    the code you are looking for is in line 94
    The reply is currently minimized Show
  • Accepted Answer

    shawn
    shawn
    Offline
    Saturday, April 14 2012, 07:57 PM - #Permalink
    0
    what do you mean by crop it?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, April 15 2012, 08:38 PM - #Permalink
    0
    copy/paste
    The reply is currently minimized Show
Your Reply