Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/07/2005, 15:14
Avatar de ferny
ferny
Il capo della mafia
 
Fecha de Ingreso: febrero-2002
Ubicación: Al final del cable
Mensajes: 10.080
Antigüedad: 22 años, 9 meses
Puntos: 55
En el viewtopic.php, sobre la línea 360, localiza esto:

Código PHP:
//
// Decide how to order the post display
//
if ( !empty($HTTP_POST_VARS['postorder']) || !empty($HTTP_GET_VARS['postorder']) )
{
    
$post_order = (!empty($HTTP_POST_VARS['postorder'])) ? htmlspecialchars($HTTP_POST_VARS['postorder']) : htmlspecialchars($HTTP_GET_VARS['postorder']);
    
$post_time_order = ($post_order == "asc") ? "ASC" "DESC";
}
else
{
    
$post_order 'asc';
    
$post_time_order 'ASC';

Simplemente cambia el último ASC por DESC, así por defecto salen los más recientes primero, y el usuario si quiere puede cambiarlo
__________________
www.mundodivx.com || www.mundodivx.org

Pon tu mano en un horno caliente durante un minuto y te parecerá una hora.
Siéntate junto a una chica preciosa durante una hora y te parecerá un minuto.
Eso es la relatividad.