Continuing Issue - Uploading

Soulless
Soulless
Offline
0
I have been on the phone with a hostgator admin for 2 1/2 hours trying to get this right. My users & I cant upload anything, not even one track! I have been having this issue since i got this product.

We changed :
Post Max- 500m
upload limit- 500m
execution time -1

and getting nowhere! Has anyone else had this issue?


Another thing id like help on is:
I added a frame to go around the images in the "Recently Added" mod.
SITE


I need to get three in a row, when i change the "width" i can make it three in a row, but they are all half way cut off.... Ill attached the code :



.recently_added_album{

background-image: url(http://img255.imageshack.us/img255/5420/orangefram.png);
background-repeat: no-repeat;



padding:110px;
padding-bottom:45px;
padding-top:130px;
float:left;
width:185px;

}

.recently_added_album a img{
border:1px solid #CCC;

}

.recently_added{
padding-bottom:2px;
}








I also need to be able to change the TEXT "artist name" and "album name" positions on the mod. I need to have the artist name at the top of the image in the frame, and the album name under the image in the frame..

If you have any advice you can shoot to me, its greatly appreciated !

Thanks
Responses (3)
  • Accepted Answer

    Sunday, April 25 2010, 08:45 AM - #Permalink
    0
    :S its too bad you still have that issue...

    if you cant upload songs in any way, maybe you are exceeding your storage limits? (I mean, maybe you have 1Gb of space, or similar, and you already reached it?)

    can you upload songs through the backend?

    on the file /modules/mod_muscol_featured_albums/tmpl/default.php

    on lines 73 & 74 approx the artist and album name are printed, you can change its order there, its very easy

    I dont understand your "three in a row" question... I see 5 rotating albums, they look great!
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Sunday, April 25 2010, 11:34 AM - #Permalink
    0
    I'm on a vps server , its like a dedicated server i have unlimited amount of space....

    Far as what i mean 3 in a row, i was refering to the "Recently added mod" which i made a yellow frame for . If you look on the page, its in the article section .. You cant miss it. I like them to be 3 in a row, as of now there is 2 in a row.

    Also

    I need to know how to change the position so that the artist name is on top on the album image but inside the frame. Album name under the image in the frame.


    Here is what i have for the "recently added" mod css:

    .recently_added_album{

    background-image: url(img255.imageshack.us/img255/5420/orangefram.png);
    background-repeat: no-repeat;



    padding:110px;
    padding-bottom:45px;
    padding-top:130px;
    float:left;
    width:185px;

    }

    .recently_added_album a img{
    border:1px solid #CCC;

    }

    .recently_added{
    padding-bottom:2px;
    }
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Monday, April 26 2010, 12:31 PM - #Permalink
    0
    fixed B)
    The reply is currently minimized Show
Your Reply