Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Editor com erro
Páginas (2):    1 2
EmoXxX   11 Nov, 2012, 9:58 am
#11
[Espanhol]
[spoiler]Yo estaba en el nivel "Aggressive". Cambiado a "Simplified" y "Basic" y todavía lo mismo. :/
Pero traté de abrir la imagen en una nueva pestaña, y el enlace que he dado cuenta de algo un tanto extraño.
http://www.cspro-clan.com/forum/undefine.../color.gif

Qué haría que "undefinededitor_themes" antes del nombre del editor seleccionado?[/spoiler]



[Português - Brasil]
[spoiler]Estava no level "Aggressive". Mudei para "Simplified" e para "Basic" e ainda continua a mesma coisa. :/
Mas eu testei abrir a imagem em nova guia, e no link notei algo um tanto quanto estranho.
http://www.cspro-clan.com/forum/undefine.../color.gif

O que seria aquele "undefinededitor_themes" antes do nome do editor selecionado ?[/spoiler]
Cluster   11 Nov, 2012, 11:47 am
#12
mmmmh revisa que editor tiene tu theme, cambialo por otro alternativo

:)
EmoXxX   11 Nov, 2012, 5:08 pm
#13
[Espanhol]
[spoiler]He probado el editor y el cambio no funcionó. Sólo cambia el nombre de la carpeta en la dirección del enlace. En caso de que el nombre del editor.[/spoiler]



[Português - Brasil]
[spoiler]Testei alterar o editor e não funcionou. Ele apenas muda o nome da pasta no endereço do link. No caso o nome do editor.[/spoiler]
Cluster   11 Nov, 2012, 9:26 pm
#14
postea tu plantilla newthread o newreply

:)
EmoXxX   12 Nov, 2012, 5:21 pm
#15
newreply
Código PHP:
<?php 
<html>
<
head>
<
title>{$lang->post_reply_to}</title>
{
$headerinclude}
<
script type="text/javascript" src="jscripts/post.js?ver=1400"></script>
<
script type="text/javascript" src="jscripts/fitonpage.js?ver=230"></script>
<
script type="text/javascript">
<!--
var
fitonpage_on = "{$mybb->settings['g33k_fitonpage_enabled']}";
var
fitonpage_resize = "{$mybb->settings['g33k_fitonpage_resize']}";
var
fitonpage_fluid = "{$mybb->settings['g33k_fitonpage_fluid']}";
var
fitonpage_topbar_resized = "{$lang->fitonpage_topbar_resized}";
var
fitonpage_topbar_full = "{$lang->fitonpage_topbar_full}";
var
fitonpage_topbar_text_class = "{$mybb->settings['g33k_fitonpage_topbar_text_class']}";
var
fitonpage_topbar_bground = "{$mybb->settings['g33k_fitonpage_topbar_bground']}";
var
fitonpage_topbar_icon = "{$mybb->settings['g33k_fitonpage_topbar_icon']}";
var
fitonpage_location = "newreply";
-->
</
script>
</
head>
<
body>
{
$header}
{
$preview}
{
$maximageserror}
{
$attacherror}
{
$reply_errors}
<
form action="newreply.php?tid={$tid}&amp;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"><div><strong>{$lang->post_new_reply}</strong></div></td>
</
tr>
<
tr>
<
td class="tcat" colspan="2"><span class="smalltext"><strong>{$lang->reply_to}</strong></span></td>
</
tr>
{
$loginbox}
{
$posticons}
<
tr>
<
td class="trow2" width="20%"><strong>{$lang->post_subject}</strong></td>
<
td class="trow2"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></td>
</
tr>
<
tr>
<
td class="trow4" valign="top"><strong>{$lang->your_message}</strong><br />{$smilieinserter}</td>
<
td class="trow4">
<
textarea id="message" name="message" rows="25" cols="160" tabindex="2" >{$message}</textarea>
{
$codebuttons}
{
$multiquote_external}
</
td>
</
tr>
<
tr>
<
td class="trow4" valign="top"><strong>{$lang->post_options}</strong></td>
<
td class="trow4"><span class="smalltext">
<
label><input type="checkbox" class="checkbox" name="postoptions[signature]" value="1" tabindex="6"{$postoptionschecked['signature']} /> {$lang->options_sig}</label>
{
$disablesmilies}
</
span></td>
</
tr>
{
$modoptions}
{
$subscriptionmethod}
{
$captcha}
</
table>
{
$attachbox}
<
br />
<
div align="center"><input type="submit" class="button" name="submit" value="{$lang->post_reply}" tabindex="3" accesskey="s" /> <input type="submit" class="button" name="previewpost" value="{$lang->preview_post}" tabindex="4" />{$savedraftbutton}</div>
<
input type="hidden" name="action" value="do_newreply" />
<
input type="hidden" name="replyto" value="{$replyto}" />
<
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}
{
$threadreview}
{
$footer}
</
body>
</
html>

newthread
Código PHP:
<?php 
<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}&amp;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"><div><strong>{$lang->post_new_thread}</strong></div></td>
</
tr>
{
$loginbox}
{
$posticons}
<
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>
<
tr>
<
td class="trow2" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<
td class="trow2">
<
textarea name="message" id="message" rows="25" cols="160" 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>
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.