artist view breaks template layout

0
hello, anybody has experienced this?

after updating from 2.1. to 2.2 the artists page seems to be missing an end table tag () or something like that. the result: the template is not displayed correctly anymore.
you can see it here:

http://test.pir.at/index.php?option=com_muscol&view=artist&id=10

maybe i did something wrong when adopting the muscol to my needs, but reinstalling original views (common.php) does not change the layout.
thanks for any response
Responses (13)
  • Accepted Answer

    Friday, May 13 2011, 10:55 AM - #Permalink
    0
    no.. I haven't experieced this...
    the common.php file is the same.. it hasn't changed at all!

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Friday, May 13 2011, 12:07 PM - #Permalink
    0
    Test site

    Pure installation Joomla 1.5.23 and MC 2.2

    Has tried some templates.

    The module in a position "right" (RECENTLY ADDED ALBUMS) everywhere is displayed correctly, EXEPT artist page.

    The template floats ... :angry:
    The reply is currently minimized Show
  • Accepted Answer

    Brian
    Brian
    Offline
    Saturday, May 14 2011, 03:29 PM - #Permalink
    0
    I can confirm this... My template is also broken on the artist page after upgrading. I am using Joomla 1.6 with a RocketTheme template.
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, May 14 2011, 04:10 PM - #Permalink
    0
    this is weird... I didn't change this template...

    please open /components/com_muscol/views/artist/tmpl/common.php

    try to add a closing DIV tag at the end of the file.. (or REMOVE it if you find a closing DIV that should not be there...)

    but I don't think this is the problem... :S don't really know what can it be...
    The reply is currently minimized Show
  • Accepted Answer

    Bhati
    Bhati
    Offline
    Saturday, May 14 2011, 05:10 PM - #Permalink
    0
    I'm having the same issue as well on artist page.


    Germi,
    Could you explain adding a div tag little more clear? You mean at the very end of the common.php file??

    When I look at my page with firebug on all other pages my main area and right column look like this:


    (main container wrap)
    + (mainbody)
    + (right column)



    In the artis page as you can see below my right column get nested inside my mainbody.

    (main container wrap)
    (mainbody)
    +
    + (right column)
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, May 14 2011, 05:31 PM - #Permalink
    0
    ajá! Bingo.

    problem found!

    YES, it's a missing closing DIV tag

    a closing div tag is this:



    (no spaces)

    you must place it "almost" at the end of the file, just before

    div align center... etc

    Germi
    The reply is currently minimized Show
  • Accepted Answer

    Bhati
    Bhati
    Offline
    Saturday, May 14 2011, 06:01 PM - #Permalink
    0
    germi wrote:
    ajá! Bingo.

    problem found!

    YES, it's a missing closing DIV tag

    a closing div tag is this:



    (no spaces)

    you must place it "almost" at the end of the file, just before

    div align center... etc

    Germi


    So this is end of my file look like before editing:

    params->get('showhits') ){ ?>
    JText::_('HITS'))); ?> artist->hits; ?>




    so... my goes here correct:

    (new div closing tag)

    params->get('showhits') ){ ?>
    JText::_('HITS'))); ?> artist->hits; ?>
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, May 14 2011, 06:05 PM - #Permalink
    0
    YES.
    The closing div is missing at line 206 of common.php

    keep on rocking
    paul
    The reply is currently minimized Show
  • Accepted Answer

    Brian
    Brian
    Offline
    Saturday, May 14 2011, 06:24 PM - #Permalink
    0
    fix confirmed
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, May 18 2011, 09:24 AM - #Permalink
    0
    Fix confirmed too, thanks a lot
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, November 12 2011, 07:31 PM - #Permalink
    0
    Hi, Germi!

    After installation of a new template have floated pages:

    Artist's songs: Here
    Album's song: Here

    I return a former template - all OK!

    In what there can be a reason?
    The reply is currently minimized Show
  • Accepted Answer

    ViRulent
    ViRulent
    Offline
    Monday, November 14 2011, 11:36 PM - #Permalink
    0
    Hi stepan39, I think you'll have to look into this file :

    /components/com_muscol/views/songs/tmpl/default_songs.php

    around line 15, search for : table width="100%"

    and reduce the %
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, November 15 2011, 12:48 AM - #Permalink
    0
    ViRulent wrote:
    Hi stepan39, I think you'll have to look into this file :

    /components/com_muscol/views/songs/tmpl/default_songs.php

    around line 15, search for : table width="100%"

    and reduce the %


    Sorry, it don`t work... :dry:
    The reply is currently minimized Show
Your Reply