Solucionar el Problema del Editor de Nuevo tema?
¿Has instalado actualmente algun editor WYSIWYG? o has tocado el jscript/editor.js para agregar algun boton o algo?
No amigo. Nada de eso no toque ni tampoco temgo el respectivo puglin que nombras. :/
Vale, copiame lo que tengas en la plantilla "newthread".
que version usas del classic edition?
dale restaurar a la plantilla newtead showthead y edit post quisas es algo que modifico el editor...
Sin embargo antes te funcionaba el editor??
dale restaurar a la plantilla newtead showthead y edit post quisas es algo que modifico el editor...
Sin embargo antes te funcionaba el editor??
Puede ser problema con jQuery, si haz agregado algo tu, te puede estar dando errores de compatibilidad donde MyBB usar Prototype.
Ve a tus configuraciones en el panel de usuario y activa el editor BBcode

8 Feb, 2013, 6:18 am Ocras wrote:
Vale, copiame lo que tengas en la plantilla "newthread".
newthread:
<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
<form action="newthread.php?fid={$fid}&processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="80" tabindex="2">{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr><!-- InputTags --><tr>
<td class="trow2" width="20%"><strong>Tags:</strong><br /><span class="smalltext">Escribe una lista separada por comas.</span></td>
<td class="trow2"><input type="text" class="textbox" name="tags" size="40" maxlength="85" value="{$mybb->input['tags']}" tabindex="1" /></td>
</tr><!-- /InputTags -->
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$subscriptionmethod}
{$pollbox}
{$captcha}
</table>
{$attachbox}
<br />
<div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="5" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newthread" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>8 Feb, 2013, 9:08 am Dark_Soul wrote:
que version usas del classic edition?
dale restaurar a la plantilla newtead showthead y edit post quisas es algo que modifico el editor...
Sin embargo antes te funcionaba el editor??
ClassicEdition 2.0
No se como restaurar las plantillas, pero no la e tocado amigo.
8 Feb, 2013, 9:24 am Steeep wrote:
Puede ser problema con jQuery, si haz agregado algo tu, te puede estar dando errores de compatibilidad donde MyBB usar Prototype.
Hasta donde me acuerdo, no e agregado nada :/
8 Feb, 2013, 2:13 pm Cluster wrote:
Ve a tus configuraciones en el panel de usuario y activa el editor BBcode
Lo active y desactive unas 4 veces.
Guarda la plantilla original que tengas y prueba con esta a ver si se te soluciona. :S
Saludos!
<html>
<head>
<title>{$lang->newthread_in}</title>
{$headerinclude}
<script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
</head>
<body>
{$header}
{$preview}
{$thread_errors}
{$attacherror}
<form action="newthread.php?fid={$fid}&processed=1" method="post" enctype="multipart/form-data" name="input">
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2"><strong>{$lang->post_new_thread}</strong></td>
</tr>
{$loginbox}
<tr>
<td class="trow2" width="20%"><strong>{$lang->thread_subject}</strong></td>
<td class="trow2">{$prefixselect}<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</tr>
{$posticons}
<tr>
<td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<td class="trow2">
<textarea name="message" id="message" rows="20" cols="70" tabindex="2">{$message}</textarea>
{$codebuttons}
{$multiquote_external}
</td>
</tr>
<tr>
<td class="trow1" valign="top"><strong>{$lang->post_options}</strong></td>
<td class="trow1"><span class="smalltext">
<label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="7"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{$disablesmilies}</span></td>
</tr>
{$modoptions}
{$subscriptionmethod}
{$pollbox}
{$captcha}
</table>
{$attachbox}
<br />
<div style="text-align:center"><input type="submit" class="button" name="submit" value="{$lang->post_thread}" tabindex="4" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="5" />{$savedraftbutton}</div>
<input type="hidden" name="action" value="do_newthread" />
<input type="hidden" name="posthash" value="{$posthash}" />
<input type="hidden" name="attachmentaid" value="" />
<input type="hidden" name="attachmentact" value="" />
<input type="hidden" name="quoted_ids" value="{$quoted_ids}" />
<input type="hidden" name="tid" value="{$tid}" />
{$editdraftpid}
</form>
{$forumrules}
{$footer}
</body>
</html>Saludos!
Probe en google chrome y funciona correctamente. Voy a probar reseteando las cookies de mi firefox para ver si se soluciona. Si no se soluciona voy a probar lo que me dices.
Edito:
Solucionado, solo restaure las cookies de mi FireFox. Gracias a todos.
Edito:
Solucionado, solo restaure las cookies de mi FireFox. Gracias a todos.
![[Image: problemapo.png]](http://img526.imageshack.us/img526/1305/problemapo.png)