how to change orientation of section blog items?

Your code modifications and patches you want to share with others.
Locked
chaymaker
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Feb 20, 2010 11:05 am

how to change orientation of section blog items?

Post by chaymaker » Tue Feb 01, 2011 5:43 pm

current settings show blog items like this(are for cross multicolumns):

<tr>
<td>
<tr>blog item1</tr>
<tr>blog item3</tr>
<tr>blog item5</tr>
<tr>blog item7</tr>
</td>
<td>
<tr>blog item2</tr>
<tr>blog item4</tr>
<tr>blog item6</tr>
<tr>blog item8</tr>
</td>
</tr>

and how to change them to:
<tr>
<td>blog item1</td>
<td>blog item2</td>
</tr>
<tr>
<td>blog item3</td>
<td>blog item4</td>
</tr>
<tr>
<td>blog item5</td>
<td>blog item6</td>
</tr>
<tr>
<td>blog item7</td>
<td>blog item8</td>
</tr>

all this because i want to show items in a beautiful order..

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30888
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: how to change orientation of section blog items?

Post by Per Yngve Berg » Tue Feb 01, 2011 6:32 pm


kballou
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 168
Joined: Mon Oct 08, 2007 10:51 pm

Re: how to change orientation of section blog items?

Post by kballou » Thu Apr 07, 2011 5:15 pm

Trivially easy! In the administrator back end, edit the menu item for your section blog. On the right hand side, open the "Parameters (Advanced)" panel. Change the "Multi Column Order" to "across." Open the "Parameters (Basic)" panel. Change the "# Intro" value to 8.

Remember: "Beauty is in the eye of the beholder."

kballou
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 168
Joined: Mon Oct 08, 2007 10:51 pm

Re: how to change orientation of section blog items?

Post by kballou » Thu Apr 07, 2011 5:16 pm

Way too complicated. There are parameters in the menu item for exactly this purpose.


Locked

Return to “Core Hacks and Patches”