The Joomla! Forum ™



Forum rules


Please use the official Bug Tracker to report a bug: http://joomlacode.org/gf/project/joomla ... er_id=8103



Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Thu May 24, 2012 8:43 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jan 23, 2008 8:05 pm
Posts: 27
Hi,

When setting up a menu item with the menu item type Category Blog, then set this menu item to show 1 leading article and 4 intro aricles in 2 columns and then 5 links, my expectation of the output should be something like this:
Code:
    <container>
         <leading>
              <leading article 1>
         </leading>
         <intro row1>
              <intro article 1>
              <intro article 2>
         </intro row1>
         <intro row2>
              <intro article 3>
              <intro article 4>
         </intro row2>
         <links>
    </container>


but the real output of the components/com_content/view/category/tmpl/blog.php/blog_item.php is:
Code:
    <container>
         <leading items>
              <leading article 1>
              <intro row1>
                   <intro article 1>
                   <intro article 2>
                   <intro row2>
                        <intro article 3>
                             <intro article 4>
                             <links>
                        </intro article 3>
                   </intro row2>
              </intro row1>
         </leading items>
    </container>


I noticed this when I was going to use my own template and develop an override, so there's no overrides causing this - this is straight from the component. It's like there's missing a closing div tag somewhere. I've tried to find out where but it just makes things worse. So, this seem to be a bug.

Anyone good enough to figure out how to not get the output nesting like this?

Thanks.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 



Who is online

Users browsing this forum: bitsparki and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group