If you have the other XThreads file input, does it happens to the file inputs too?
If this happens to trdfimg file input only, if you have a test area/forum on that board, try assigning the trdfimg field to the test forum/area, then try to upload image from there.
(06-30-2012 03:57 AM)RateU Wrote: If you have the other XThreads file input, does it happens to the file inputs too?
If this happens to trdfimg file input only, if you have a test area/forum on that board, try assigning the trdfimg field to the test forum/area, then try to upload image from there.
I've put it in another forum and still gives me error
i've deleted it and created it again and still problem
<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>Nueva Venta</strong></td></tr>
<tr><td class="tcat" colspan="2"><strong>Informacion requerida</strong></td></tr>
<tr>
<td class="trow_sep" colspan="2">
<div class="float_left">Necesito:</div>
<div class="float_left" style="margin-left: 9px;">{$tfinput['trdftnt']}</div>
<div class="float_left" style="margin-left: 19px;">Categoria:</div>
<div class="float_left" style="margin-left: 9px;">{$tfinput['trdfcat']}</div>
<div class="float_left" style="margin-left: 19px;">Nombre del producto:</div>
<div class="float_left" style="margin-left: 9px;"><input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$subject}" tabindex="1" /></div>
</td>
</tr>
<tr>
<td class="trow1 smalltext" colspan="2">
Por favor define si vas a comprar o vender un producto, su nombre y su categoria.
</td>
</tr>
<tr>
<td class="trow_sep" colspan="2">
<div class="float_left">Cantidad:</div>
<div class="float_left" style="margin-left: 9px;">{$tfinput['trdfquantity']}</div>
<div class="float_left" style="margin-left: 19px;">Precio:</div>
<div class="float_left" style="margin-left: 9px;">{$tfinput['trdfminmax']} $ {$tfinput['trdfprice']} {$tfinput['trdfet']}</div>
<div class="float_left" style="margin-left: 19px;">Condicion:</div>
<div class="float_left" style="margin-left: 9px;">{$tfinput['trdfcond']}</div>
<div class="float_left" style="margin-left: 19px;">Estado:</div>
<div class="float_left" style="margin-left: 9px;">{$tfinput['trdfstatus']}</div>
</td>
</tr>
<tr>
<td class="trow1 smalltext" colspan="2">
Debes definir cuantos articulos tienes del mismo producto a comprar/vender. puedes establecer un precio minimo/maximo. Tambien debes establecer si si el precio es para cada producto o para todos los que ingreses (pack). Formato de precio: x o x.xx, Tambien determina si el producto es nuevo/usado, asi como si esta disponible o no editando la opcion de estado.
</td>
</tr>
<tr><td class="tcat" colspan="2"><strong>Informacion Adicional</strong></td></tr>
<tr>
<td class="trow2" width="1">
<textarea name="message" id="message" rows="7" cols="60" tabindex="2">{$message}</textarea>
</td>
<td class="trow2 smalltext" valign="top">
Si tienes informacion adicional sobre este producto o sobre las condiciones de pago/entrega puedes ingresarlo en el cuadro de la izquierda.
<br class="clear" /><br />
Si tienes una imagen relacionada con el producto, puedes subirla aqui. Formatos permitidos: jpeg, jpg, gif o png. TamaƱo Maximo 200kb. Dimension Maxima: 1024 x 768 pixeles. Dimensiones minimas: 320 x 240 pixeles.
<br>
<span style="color:red"><b>Por seguridad, se requiere que la imagen sea real y que contenga algun texto que diga beatDJ.net, si la imagen no cumple con este requisito, tu venta/compra sera eliminada del sistema</b></span>
<br class="clear" />
<div align="center">{$tfinput['trdfimg']}</div>
</td>
</tr>
<tr><td class="tcat" colspan="2"><strong>Miscelaneos</strong></td></tr>
<tr><td class="trow_sep" colspan="2"><strong>Metodos de pagos</strong></td></tr>
<tr>
<td class="trow2 smalltext" valign="top" colspan="2">
Establece el metodo de pago para tu producto aqui, puedes seleccionar mas de uno.
<br class="clear" />
<div>{$tfinput['trdfpayment']}</div>
</td>
</tr>
{$subscriptionmethod}
{$modoptions}
{$captcha}
</table>
<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>
Great template set RateU, thank you very much. I am using it on a forum I am helping out on (mybb 1.6.8) and the $ symbol in new thread, forumdisplay thread edit post and postbit first is giving a security error. Ludicrous.