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
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
-
Accepted Answer
0Test 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: -
Accepted Answer
-
Accepted Answer
0this 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... -
Accepted Answer
0I'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) -
Accepted Answer
-
Accepted Answer
0germi 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; ?> -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »