Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/08/2005, 09:53
Avatar de Anitin
Anitin
 
Fecha de Ingreso: diciembre-2004
Mensajes: 134
Antigüedad: 19 años, 11 meses
Puntos: 0
Por defecto - Asendente - Mambo

Hola.. Les cuento.. en una de mis "secciones" donde tengo articulos en la parte superior del sitio aparece lo sigueinte:



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:
/**
	* 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 .'&nbsp;';
						?>
						<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 '&nbsp;&nbsp;&nbsp;'. _ORDER_DROPDOWN .'&nbsp;';
						echo $lists['order'];
						?>
						</td>
						<?php
					}

					if ( $params->get( 'display' ) ) {
						?>
						<td align="right" width="100%" nowrap="nowrap">
						<?php
						echo '&nbsp;&nbsp;&nbsp;'. _PN_DISPLAY_NR .'&nbsp;';
						$link = 'index.php?option=com_content&amp;task=category&amp;sectio  nid='. $sectionid .'&amp;id='. $catid .'&amp;Itemid='. $Itemid;
						echo $pageNav->getLimitBox( $link );
						?>
						</td>
						<?php
					}
					?>
				</tr>
				</table>
Desde ya muchisimas gracias
Atte. Anita
__________________
http://www.dequesetrata.tk http://www.dqst.com.ar

Las oportunidades no golpean a tu puerta.
Te mandan un mail.