Sorting items

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
Joseph777
Forum Members
Forum Members
Posts: 206
Joined: Wed Mar 16, 2011 9:13 am

Sorting items

Post by Joseph777 »

Hello

with this plugin http://www.i-do-this.com/blog/69/Sortin ... in-foreach is possible sort e.g. menutext, extra1, extra2 ...
but i need sort items by {$cgsimple->get_page_content($node->alias,'rating')}

How do i do this?

Code: Select all

{foreach from=$nodelist item=node}
<table>
<td>{$node->menutext}</td>
<td>{$cgsimple->get_page_content($node->alias,'rating')}</td>
</table>
{/foreach}
Post Reply

Return to “The Lounge”