• 0
  • 9 RepliesReplies
  • 3629 ReadTimes Read
  • 0 PointsPoints

Topic: Ayuda problema Mods BBC V1

Usuario: Chatito
Rango: Nuevo Usuario
Mensajes: 61
Points: 1
Mi web: http://www.eliteteamdd.com/index.php
Perfil: View Profile
Ayuda problema Mods BBC V1
October 21, 2011 - 11:49 11:49
wenas a todo expongo aqui mi problema con este mod aver si somos capaz de dar con el problema me sale este error:

// BBC Spoiler start $txt['des_spoiler'] = 'Spoiler'; $txt['spoiler'] = 'Show content'; // BBC Spoiler end // BBC Spoiler start $txt['des_spoiler'] = 'Spoiler'; $txt['spoiler'] = 'Mostrar contenido'; // BBC Spoiler end

me meto por ftp y modofico lo idiomas.php cuando instalo este mod,,pues sigo con las mismas letras arriba de la web aun modificando los idioma.  saludos.

Mi version smf 2.0.1 simple portal 2.3.3  Insidious designed by TD-Forums
Usuario: Cesar
Rango: Friend de SMFSimple
Mensajes: 1227
Points: 254
Mi web: http://www.genomapc.com
Perfil: View Profile
Pais:
ar
Re:Ayuda problema Mods BBC V1
Reply #1 October 21, 2011 - 11:54 11:54
adjuntame tu Modifications.english.php y tu Modifications.tuidioma.php
el problema esque tienes codigo fuera del ?> en tus archivos de idioma
Usuario: Chatito
Rango: Nuevo Usuario
Mensajes: 61
Points: 1
Mi web: http://www.eliteteamdd.com/index.php
Perfil: View Profile
Re:Ayuda problema Mods BBC V1
Reply #2 October 21, 2011 - 12:14 12:14
adjuntame tu Modifications.english.php y tu Modifications.tuidioma.php
el problema esque tienes codigo fuera del ?> en tus archivos de idioma



modifications.english.php


Show content
<?php
// Version: 2.0; Modifications

$txt['user_age'] = 'Age';


// Thank-O-Matic Inserts, i will not use any extra file any more *g*
// Error Messages:
$txt['NMidTopicSet'] = 'No Message ID or Topic ID set!';
// The [SECONDS] oupt the current setup time of the seconds.
$txt['thx_spamprotectionactive'] = 'Please wait [SECONDS] seconds to post a thank you.';
// The [TIME] put out the time the thx was made.
$txt['allready_postet_thx'] = 'You have already posted a thanks to this post at [TIME]';
$txt['allready_postetTopic_thx'] = 'You have already posted a thanks to this topic at [TIME]';
$txt['WMidTopicSet'] = 'Wrong Topic or Messageid!';
$txt['Thxtomyself'] = 'You can\'t say Thank You to yourself!';
$txt['thxislocked'] = 'Thank you is locked, and so you are not allowed to post a Thank You';
$txt['thxislockednor'] = 'No premission to change the lock status of the Thank You!';
$txt['notathankyoupost'] = 'This is not a post with a Thank You !';
$txt['thxdeletenor'] = 'No premission to delete the Thank You from this post!';
$txt['thxdeletenormem'] = 'No premission to delete this member from this Thank You!';
$txt['remove_thank_you_post_mem'] = 'Delete this member from the Thank You Post';
$txt['thxidnotfound'] = 'ID for this Thank You is not found!';
$txt['thxajaxnotenabled'] = 'AJAX System Disabled!';
$txt['thxajaxnotallowed'] = 'This Sub Action is not supported by the AJAX Style!';
$txt['thxajaxnotallowedtoview'] = 'Not allowed to view the Thank You List!';
$txt['onlyFirstPost_thx'] = 'You can only post to the first post of the topic a thank you!';

// Admin Setup Related Things for Thank-O-Matic
$txt['thxmodification'] = 'Modifcation Related';
$txt['thx_gernalSettingsDesc'] = 'General settings for the Thank-O-Matic (If you liked the mod, you might consider helping by making a small donation <a href="mailto:donate@smfpersonal.net">donate@smfpersonal.net</a>).';
$txt['thx_layoutSettingsDesc'] = 'This are layout and theme specific settings, some of them will work only work if the Theme have all the changes.';
$txt['thx_permissionSettingsDesc'] = 'Some important permissions settings so that the mod can work for all user (You can find more Settings inside the Members Permissions)';
$txt['thx_boradSettingsDesc'] = 'Possible Boards for the Thank-O-Matic.';
$txt['thx_modifciationSettingsDesc'] = 'Modrelated Settings for this other modifcations are needed to make it possibel to work with them.';

//   Are You Human?
$txt['are_you_human_q1'] = 'Are You Human?';
$txt['are_you_human_q2'] = 'Are You Bot?';
$txt['are_you_human_desc'] = 'Another Anti-Bot Measure';
$txt['are_you_human_answers'][0] = 'Yes';
$txt['are_you_human_answers'][1] = 'No';
$txt['are_you_human_answers'][2] = 'I don\'t know';
$txt['are_you_human_answers'][3] = 'Maybe';
$txt['are_you_human_answers'][4] = 'I think...';
$txt['are_you_human_answers'][5] = 'Waits';
$txt['are_you_human_answers'][6] = 'Hmm';          // You can add more Answers for confused the bots

$txt['are_you_human_expired'] = 'This page has expired. Please restart the <a href="' . $scripturl . '?action=register;">registration page</a>.';
$txt['are_you_human_fail'] = 'Please confirm that you are human in order to proceed with registration.<br />
Bots are not allowed to register.';

$txt['are_you_human_s'] = 'Enable MOD Are You Human';
$txt['are_you_human_q'] = 'Select the Question';
$txt['are_you_human_a'] = 'Order Rand the Answers';
$txt['are_you_human_q_0'] = 'Are You Human?';
$txt['are_you_human_q_1'] = 'Are You Bot?';
$txt['are_you_human_q_2'] = 'Random Question';?>


modifications spanish_es.php

Show content
<?php
// Version: 2.0; Modifications



// Thank-O-Matic Inserts, i will not use any extra file any more *g* traslated by enik
// Error Messages:
$txt['NMidTopicSet'] = 'No hay ID del mensaje o tema establecido!';
// The [SECONDS] oupt the current setup time of the seconds.
$txt['thx_spamprotectionactive'] = 'Por favor espere [SECONDS] segundos para enviar un agradecimiento.';
// The [TIME] put out the time the thx was made.
$txt['allready_postet_thx'] = 'Ya ha publicado un gracias a este mensaje en [TIME]';
$txt['allready_postetTopic_thx'] = 'Ya ha publicado un gracias a este tema en [TIME]';
$txt['WMidTopicSet'] = 'Tema o mensaje incorrecto!';
$txt['Thxtomyself'] = 'No te puedes dar las gracias xd!';
$txt['thxislocked'] = 'las gracias están bloqueadas, y no se permite agregar un agradecimiento';
$txt['thxislockednor'] = 'No tiene permiso para cambiar el estado de bloqueo de las Gracias!';
$txt['notathankyoupost'] = 'Esto no es un mensaje con un agradecimiento !';
$txt['thxdeletenor'] = 'No tiene permiso para borrar el agradecimiento de este mensaje!';
$txt['thxdeletenormem'] = 'No tiene permiso para eliminar a este miembro de este gracias!';
$txt['remove_thank_you_post_mem'] = 'Eliminar las gracias de este miembro de este mensaje';
$txt['thxidnotfound'] = 'El ID de este Gracias no se encuentra!';
$txt['thxajaxnotenabled'] = 'Sistema AJAX incapacitado!';
$txt['thxajaxnotallowed'] = 'Esta Sub accion no es compatible con el estilo AJAX!';
$txt['thxajaxnotallowedtoview'] = 'No se les permite ver la LISTA DE AGRADECIMIENTO!';
$txt['onlyFirstPost_thx'] = 'Solo se puede escribir en el primer post de este tema una nota de agradecimiento!';

// Admin Setup Related Things for Thank-O-Matic
$txt['thxmodification'] = 'Modificaciones relacionadas';
$txt['thx_gernalSettingsDesc'] = 'Ajustes generales del Thank-o-Matic (Si te ha gustado el mod, podrias considerar hacernos una pequeña donacion <a href="mailto:donate@smfpersonal.net">donate@smfpersonal.net</a>).';
$txt['thx_layoutSettingsDesc'] = 'Estos son el diseño y el tema de los ajustes específicos, algunos de ellos funcionara o solo funcionan si el tema tiene todos los cambios.';
$txt['thx_permissionSettingsDesc'] = 'Aquí encontraras algunos ajustes importantes de los permisos para que el Mod pueda funcionar para todos los usuarios <br />(Usted puede encontrar mas ajustes dentro de los permisos de los miembros)';
$txt['thx_boradSettingsDesc'] = 'Aquí encontraras los permisos por foros.';
$txt['thx_modifciationSettingsDesc'] = 'En esta sección podras unir el Hide tag Special con el Thank-o-Matic';

//   Are You Human?
$txt['are_you_human_q1'] = '&iquest;Eres humano?';
$txt['are_you_human_q2'] = '&iquest;Eres un bot?';
$txt['are_you_human_desc'] = 'Otra modificacion para evitar bots';
$txt['are_you_human_answers'][0] = 'Si';
$txt['are_you_human_answers'][1] = 'No';
$txt['are_you_human_answers'][2] = 'No tengo idea';
$txt['are_you_human_answers'][3] = 'Tal vez';
$txt['are_you_human_answers'][4] = 'Podria ser';
$txt['are_you_human_answers'][5] = 'Esperame..';
$txt['are_you_human_answers'][6] = 'Mmm';

// You can add more Answers for confused the bots

$txt['are_you_human_expired'] = 'Está pagina ah expirado, porfavor vuelve al <a href="' . $scripturl . '?action=register">registro</a>.';
$txt['are_you_human_fail'] = 'Error, debes confirmar si eres un bot o un humano.<br />
Los bots no se pueden registrar.';

$txt['are_you_human_s'] = 'Activar Are You Human';
$txt['are_you_human_q'] = 'Seleccionar Pregunta';
$txt['are_you_human_a'] = 'Orden de Preguntas';
$txt['are_you_human_q_0'] = '&iquest;Eres humano?';
$txt['are_you_human_q_1'] = '&iquest;Eres bot?';
$txt['are_you_human_q_2'] = 'Pregunta al Azar';?>


modifications spanish_es utf8


Show content
<?php
// Version: 2.0; Modifications



//   Are You Human?
$txt['are_you_human_q1'] = 'Eres humano?';
$txt['are_you_human_q2'] = 'Eres un bot?';
$txt['are_you_human_desc'] = 'Otra modificacion para evitar bots';
$txt['are_you_human_answers'][0] = 'Si';
$txt['are_you_human_answers'][1] = 'No';
$txt['are_you_human_answers'][2] = 'No tengo idea';
$txt['are_you_human_answers'][3] = 'Tal vez';
$txt['are_you_human_answers'][4] = 'Podria ser';
$txt['are_you_human_answers'][5] = 'Esperame..';
$txt['are_you_human_answers'][6] = 'Mmm';

// You can add more Answers for confused the bots

$txt['are_you_human_expired'] = 'Esta pagina ah expirado, porfavor vuelve al <a href="' . $scripturl . '?action=register">registro</a>.';
$txt['are_you_human_fail'] = 'Error, debes confirmar si eres un bot o un humano.<br />
Los bots no se pueden registrar.';

$txt['are_you_human_s'] = 'Activar Are You Human';
$txt['are_you_human_q'] = 'Seleccionar Pregunta';
$txt['are_you_human_a'] = 'Orden de Preguntas';
$txt['are_you_human_q_0'] = 'Eres humano?';
$txt['are_you_human_q_1'] = 'Eres bot?';
$txt['are_you_human_q_2'] = 'Pregunta al Azar';?>
Usuario: Cesar
Rango: Friend de SMFSimple
Mensajes: 1227
Points: 254
Mi web: http://www.genomapc.com
Perfil: View Profile
Pais:
ar
Re:Ayuda problema Mods BBC V1
Reply #3 October 21, 2011 - 12:18 12:18
no no que me los adjuntes como archivos, para poder descargarlos y arreglartelos, cuando le das al boton responder tienes un boton que se llama opciones adicionales, lo apretas y dice adjuntar y ahi seleccionas los archivos en tu pc y los posteas :)
Usuario: Chatito
Rango: Nuevo Usuario
Mensajes: 61
Points: 1
Mi web: http://www.eliteteamdd.com/index.php
Perfil: View Profile
Re:Ayuda problema Mods BBC V1
Reply #4 October 21, 2011 - 12:35 12:35
ok aqui te los dejos gracias.
Usuario: Cesar
Rango: Friend de SMFSimple
Mensajes: 1227
Points: 254
Mi web: http://www.genomapc.com
Perfil: View Profile
Pais:
ar
Re:Ayuda problema Mods BBC V1
Reply #5 October 21, 2011 - 12:39 12:39
listo aqui los tienes intenta con estos :)
Usuario: Chatito
Rango: Nuevo Usuario
Mensajes: 61
Points: 1
Mi web: http://www.eliteteamdd.com/index.php
Perfil: View Profile
Re:Ayuda problema Mods BBC V1
Reply #6 October 21, 2011 - 12:55 12:55
muchicimas gracias arreglado eres un crak agradecisimo
Usuario: Cesar
Rango: Friend de SMFSimple
Mensajes: 1227
Points: 254
Mi web: http://www.genomapc.com
Perfil: View Profile
Pais:
ar
Re:Ayuda problema Mods BBC V1
Reply #7 October 21, 2011 - 01:00 13:00
por nada amigo estamos para ayudar :D marco como resuelto :)
no avatar
Usuario: Isabel
Rango: Recién Llegada
Mensajes: 1
Points: 0
Mi web: http://www.cordobacf-posadas.es/index.php
Perfil: View Profile
Re:Ayuda problema Mods BBC V1
Reply #8 November 21, 2011 - 08:27 08:27
yo tengo el mismo problema y no sé cómo solucionarlo..

// BBC Spoiler start $txt['des_spoiler'] = 'Spoiler'; $txt['spoiler'] = 'Show content'; // BBC Spoiler end// BBC Spoiler start $txt['des_spoiler'] = 'Spoiler'; $txt['spoiler'] = 'Mostrar contenido'; // BBC Spoiler end

Saludos.
Usuario: Cesar
Rango: Friend de SMFSimple
Mensajes: 1227
Points: 254
Mi web: http://www.genomapc.com
Perfil: View Profile
Pais:
ar
Re:Ayuda problema Mods BBC V1
Reply #9 November 21, 2011 - 09:11 09:11
hola isabel si tienes algun problema por favor sirvete de crear un nuevo post indicando tu problema para poder ayudarme mas rapidamente :)
 

TAGS



top

Smfsimple.com es un sitio destinado a brindar un servicio de soporte y herramientas para foros realizados con el sistema de foros gratuito simplemachines.org. Contamos con un selecto equipo de desarrolladores y conocedores del sistema, sus foros estaran en buenas manos.
This site is not affiliated with or endorsed by Simple Machines