61
Español / Castellano / Re: Problema con frames
« on: March 01, 2007, 05:55:22 PM »
target="_self" o target="_parent" lo tienes que probar en category_bit.html
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
$thumb = "<img src=\"".$file_src."\" border=\"".$config['image_border']."\"".$width_height." alt=\"".$image_name."\" />";
En el panel de control -> General -> Opciones -> "Herramienta de conversión para thumbnails" seleccionamos GD.
//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------
//-----------------------------------------------------
// --- Nuevo usuario registrado -----
//-----------------------------------------------------
$sql = "SELECT user_name, user_id
FROM ".USERS_TABLE."
WHERE user_level > ".USER_AWAITING."
ORDER BY user_id DESC";
$row = $site_db->query_firstrow($sql);
$newest_user ="<a href =\"".$site_sess->url(ROOT_PATH."member.php?action=showprofile&user_id=".$row['user_id'])."\"><b>".$row['user_name']."</b></a>";
$lang_newest_user = $lang['newest_user'];
$site_template->register_vars("newest_user", $newest_user);
unset($newest_user);
//-----------------------------------------------------
El último usuario registrado es {newest_user}