Artist layout changes?

0
When I add an artist picture it shows up under the review, instead of floating left or right inside the preview div. I've tried to hack the css but it's outside the div?!? :blink:

I would also like to turn off the tabs for albums and songs?!? It looks ugly in my template... It would be nice though, if there were more tabs for photos, videos, downloads, purchase etc. :S

Is it also possible to add more pictures or show videos that are linked to songs on the artist page?

any suggestions? :dry:
Responses (3)
  • Accepted Answer

    Thursday, May 13 2010, 06:41 PM - #Permalink
    0
    ok, i will try to edit the core files...

    Nice, in that case I will add some nice design to the tabs, so it will look good in the future :P
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 13 2010, 03:02 PM - #Permalink
    0
    if you want to make layout changes, the file is

    /components/com_muscol/views/artist/tmpl/default.php

    you cannot show videos there

    the TABS are displayed this way because, *IN THE FUTURE* there will be more tabs... ;) IN THE FUTURE!
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, May 13 2010, 12:05 PM - #Permalink
    0
    I use this CSS to hack the artist page:

    div.review {
    width:300px; float:left;
    }
    .artist_picture{
    width:300px; float:right; margin-top:-200px;
    background: #A09682; padding:10px;
    }
    div.related {
    width:300px; background:none; border:none;
    }
    The reply is currently minimized Show
Your Reply