Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

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
Problema al postear
BolliN   12 Jun, 2010, 4:22 pm
#1
Foro: www.antraxo.org
version:1.4.13
Bueno, no sabia donde postearlo tengo este problema..
[Imagen: 2s8jplx.jpg]
Como ven, el cuadro donde se escribe es muy grande.. y tapa los botones para enviar.. Confused

lo mismo pasa cuando quiero crear un TH..

Saludos
Cluster   12 Jun, 2010, 4:35 pm
#2
bo sigue las normas

:)
BolliN   12 Jun, 2010, 4:40 pm
#3
(12 Jun, 2010, 4:35 pm)Walkman 5.0 escribió: bo sigue las normas
perdon ahora esta bien? Tongue
Cluster   12 Jun, 2010, 4:53 pm
#4
edita tu plantilla global de profile_comments
_index y ahi busca rows="" y reducelos

(de donde te bajaste ese theme? me lo pasas?)

:)
BolliN   12 Jun, 2010, 5:32 pm
#5
Hize varios intentos, pero siempre se qedaba viendo mal..
Con respecto al theme, nose lo puso un amigo Tongue

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"><strong>{$lang->post_new_thread}</strong></td>
</
tr>
{
$loginbox}
<
tr>
<
td class="trow1" width="0%"><strong>{$lang->thread_subject}</strong></td>
<
td class="trow1"><input type="text" class="textbox" name="subject" size="60" maxlength="45" value="{$subject}" tabindex="1" /></td>
</
tr>
{
$posticons}
<
tr>
<
td class="trow1" valign="top"><strong>{$lang->your_message}</strong>{$smilieinserter}</td>
<
td class="trow1">
<
textarea name="message" id="message" rows="20" cols="75" 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>
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.