Page 1 of 1

Sorting items

Posted: Fri Nov 30, 2012 10:10 am
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}