Make download link clearer or bigger

Junior
Junior
Offline
0
Hi,

I want to make the download link clearer and bigger, so that people will be able to see it quickly and easier.

Can somebody please tell me how to do this.

Please tell me the exact file to edit and its location.

Thanks
Responses (7)
  • Accepted Answer

    Saturday, January 14 2012, 06:16 PM - #Permalink
    0
    well, you could just change the image button...! would that work for you?
    the button image is located in:


    /components/com_muscol/assets/images/music.png
    The reply is currently minimized Show
  • Accepted Answer

    Junior
    Junior
    Offline
    Tuesday, January 17 2012, 03:45 PM - #Permalink
    0
    Hi Germi,

    That doesn't work for me.

    I tried changing the file music.png. But that image is being used on many places, i.e next to the word song or songs.

    Is there another way to make the download link bigger?
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, January 18 2012, 05:25 PM - #Permalink
    0
    I see...

    well in that case you can go down to the code and change this image call to another one. are you cool with modifying a PHP file?

    if you open /components/com_muscol/views/album/tmpl/default.php

    look for the place where this image is called (around line 117) and replace music.png for yourimage.png
    The reply is currently minimized Show
  • Accepted Answer

    Junior
    Junior
    Offline
    Thursday, January 19 2012, 11:43 AM - #Permalink
    0
    Hi Germi,


    I tried changing music.png with my new image which I called download.png but nothing changes.

    I saved download.png in the directory: components/com_muscol/assets/images/

    Here is the code below:

    " if( $user->id || $this->params->get('allowsongdownload') == 2 ){ ?>
    JText::_("FILE_REGISTERED_USERS"))); "
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, January 19 2012, 03:48 PM - #Permalink
    0
    well probably it's just that you need to change this is MORE files. the file I pointed is just the ALBUM LAYOUT file. doesn't it change in there?
    The reply is currently minimized Show
  • Accepted Answer

    Junior
    Junior
    Offline
    Thursday, January 19 2012, 05:49 PM - #Permalink
    0
    Can tell me which files are those. It doesn't change in the file you pointed out.
    The reply is currently minimized Show
  • Accepted Answer

    Friday, January 20 2012, 06:10 PM - #Permalink
    0
    the file I pointed is the ALBUM layout file..

    can you just send a me a link to your site? :)
    The reply is currently minimized Show
Your Reply