Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
Mod
Antes de participar en los foros, leer esto por favor.
Normas generales de phpBB-Es y las de Soporte
Mod
Soy nuevo en lo de phpbb y esta viendo que comentan sobre los MOD ya descargue uno y me vienen unas instrucciones para instalarlo pero nose ni como comensar me dice edita index.php, ya lo abro y me dice ahora FIND
$template->set_filenames(array(
'body' => 'index_body.tpl')
);
y luego me dice agrega
//
// START MOD: Avatar On Index - Denz
//
$avatar_img = '';
if ( $userdata['user_avatar_type'] && $userdata['user_allowavatar'] )
{
switch( $userdata['user_avatar_type'] )
{
case USER_AVATAR_UPLOAD:
$avatar_img = ( $board_config['allow_avatar_upload'] ) ? '<img src="' . $board_config['avatar_path'] . '/' . $userdata['user_avatar'] . '" alt="" border="0" />' : '';
break;
case USER_AVATAR_REMOTE:
$avatar_img = ( $board_config['allow_avatar_remote'] ) ? '<img src="' . $userdata['user_avatar'] . '" alt="" border="0" />' : '';
break;
case USER_AVATAR_GALLERY:
$avatar_img = ( $board_config['allow_avatar_local'] ) ? '<img src="' . $board_config['avatar_gallery_path'] . '/' . $userdata['user_avatar'] . '" alt="" border="0" />' : '';
break;
}
}
if ($avatar_img == '')
{
$avatar_img = '<img src="templates/subSilver/images/whosonline.gif" />';
}
// Check For Anonymous User
if ($userdata['user_id'] != '-1')
{
$name_link = '<a href="' . append_sid("profile.$phpEx?mode=editprofile&" . $userdata['user_id']) . '">' . $userdata['username'] . '</a>';
}
else
{
$name_link = $lang['Guest'];
}
//
// END MOD: Avatar On Index - Denz
//
alguien me podria ayudar a agregar mi primer MOD
Saludos y Gracias
http://www.phpbb-es.com/foro/kb.php?mode=article&k=5
Indica cí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³mo se instala un mod, aparte de esta guí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Âa encontrarí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡s muchas cosas mí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡s de interí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?©s.
Recuerda hacer uso de la opcií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n Buscar, tambií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?©n estí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?¡ en mi firma, seguro q encuentras muchas cosas.
Como í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?ºltima recomendacií?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?³n, realiza un backup a los archivos originales antes de proceder a modificarlos, no sea q algo falle.
Salu2.
Edito por no cerrar bien la url.
Muchas gracias por la Bienvenida.
Ya cheque el acceso que me acabas de dar y acabo de hacer mi primer MOD correctamente, gracias por las recomendaciones.
Un pregunta, creo que es bastante facil, si index_body.tpl es el cuerpo del foro cual es la parte superior ,donde se encuentra el logo FAQ , Perfil etc..
saludos y gracias de nuevo
Salu2.
Perdon por hacer tantas preguntas pero como le puedo hacer para que en el encabezado
a paracesca algo parecido ha esta foro
http://www.tricamaleon.com/yabbse/
S@lu2
Raul [ThE KuKa] en phpBB
Jr. Extension Validator - Jr. Styles Validator - Style Customisations - Translator - International Support Team
Si te gustan mis estilos, traducciones, etc. y quieres mostrar algo de aprecio, no dudes en hacer una donación
phpBB España - En línea desde 2003
Could not insert data into users table
DEBUG MODE
INSERT INTO phpbb_users (user_id, username, user_regdate, user_password, user_email, user_icq, user_website, user_occ, user_from, user_from_flag, user_interests, user_sig, user_sig_bbcode_uid, user_avatar, user_avatar_type, user_viewemail, user_aim, user_yim, user_msnm, user_attachsig, user_allowsmile, user_allowhtml, user_allowbbcode, user_allow_viewonline, user_notify, user_notify_pm, user_popup_pm, user_timezone, user_dateformat, user_lang, user_style, user_level, user_allow_pm, user_active, user_actkey) VALUES (4, 'MM', 1103392677, '66c2e2d9776ce173cfd87a284539d649', 'boletin@masnatacion.com', '', '', '', '', 'mexico.gif', '', '', '', '', 0, 0, '', '', '', 1, 1, 1, 1, 1, 0, 1, 1, 0, 'D M d, Y g:i a', 'spanish', 1, 0, 1, 1, '')
Line : 602
File : /home/masnatac/public_html/foro/includes/usercp_register.php