Lo que deseo es que directamente por defecto se ordenen por titulo asendente y remover estas opciones.. bien ahora.. removerlas se como.. lo que no se es como se hace para decirle que por defecto se ordenen de esta manera..
El codigo de esa partecita lo coloco aqui..
Código:
Desde ya muchisimas gracias/** * Display Table of items */ function showTable( &$params, &$items, &$gid, $catid, $id, &$pageNav, &$access, &$sectionid, &$lists ) { global $mosConfig_live_site, $Itemid; $link = 'index.php?option=com_content&task=category&sectio nid='. $sectionid .'&id='. $catid .'&Itemid='. $Itemid; ?> <form action="<?php echo sefRelToAbs($link); ?>" method="post" name="adminForm"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="4"> <table> <tr> <?php if ( $params->get( 'filter' ) ) { ?> <td align="right" width="100%" nowrap="nowrap"> <?php echo _FILTER .' '; ?> <input type="text" name="filter" value="<?php echo $lists['filter'];?>" class="inputbox" onchange="document.adminForm.submit();" /> </td> <?php } if ( $params->get( 'order_select' ) ) { ?> <td align="right" width="100%" nowrap="nowrap"> <?php echo ' '. _ORDER_DROPDOWN .' '; echo $lists['order']; ?> </td> <?php } if ( $params->get( 'display' ) ) { ?> <td align="right" width="100%" nowrap="nowrap"> <?php echo ' '. _PN_DISPLAY_NR .' '; $link = 'index.php?option=com_content&task=category&sectio nid='. $sectionid .'&id='. $catid .'&Itemid='. $Itemid; echo $pageNav->getLimitBox( $link ); ?> </td> <?php } ?> </tr> </table>
Atte. Anita