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
[Ayuda] Agrandar el editor, Profile Comments
Silver   24 Dec, 2009, 9:26 am
#1
V: 1.4.9
Url: ta en mi firma
INfo:
Bueno, solo quiero a alguien que sea capas de agrandar el editor
ya que me sale asi:
[Imagen: 6hs668.png]
y ta muy feo D; y aca las plantillas:

profile_comments_form
Código PHP:
<?php 
<form id="newcomment" name="newcomment" action="member.php?action=profile&amp;uid={$uid}&amp;op=send" method="post">
<
tr>
<
td colspan="2" style="text-align: left;" class="trow2">
<
p>
<
textarea name="message" id="message" rows="6" cols="60" tabindex="2"></textarea>
</
p>
<
p>
<
input type="hidden" name="reply_to_profile" id="reply_to_profile" value="default" />
<
input type="submit" value="{$lang->profile_comments_add_button}" />
</
p>

<
center>{$editor}</center>
<
script type="text/javascript">
Event.observe(window, 'load', function() {
$$(
"a.reply").each(function(a)
{
a.observe('click', function(c) {
var
username = $(this).readAttribute('username');
clickableEditor.performInsert('[b]' + username + '[/b], ', '', true, false);
$(
'reply_to_profile').value = 'default';
Event.stop(c);
});
});


$$(
"a.reply_to_profile").each(function(a)
{
a.observe('click', function(c) {
var
username = $(this).readAttribute('username');
var
uid = $(this).readAttribute('userid');
clickableEditor.performInsert('[b]' + username + '[/b], ', '', true, false);
$(
'reply_to_profile').value = uid;
Event.stop(c);
});
});
});
</
script>
</
td>
</
tr>
</
form>

profile_comments_form_edit
Código PHP:
<?php 
<br />
<
table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<
thead>
<
tr>
<
td colspan="2" class="thead">
<
div>
<
strong>{$lang->profile_comments_editing}</strong>
</
div>
</
td>
</
tr>
</
thead>
<
tbody style="{$hidecomments}" id="comments_e">
<
form id="newcomment" name="newcomment" action="member.php?action=profile&amp;uid={$uid}&amp;op=edit&amp;todo={$todo}" method="post">
<
tr>
<
td colspan="2" class="trow2">
<
p>
<
textarea name="message" id="message" rows="6" cols="60" tabindex="2">{$row['text']}</textarea>
</
p>
<
p>
<
input type="submit" value="{$lang->profile_comments_edit_button}" />
</
p>
{
$editor}
</
td>
</
tr>
</
form>
</
tbody>
</
table>

Gracias por su atencion
Cluster   24 Dec, 2009, 9:56 am
#2
se puede alargar pero si le das altura se deforma

:)
Silver   24 Dec, 2009, 10:52 am
#3
si, pero solo lo quiero agrandar hasta donde termina el marco,
osea, alargar de los lados, de arriba no
Denis G.   24 Dec, 2009, 11:37 am
#4
yo lo acomode el toro dia


el codigo original esta haci


Código PHP:
<?php 
<form id="newcomment" name="newcomment" action="member.php?action=profile&amp;uid={$uid}&amp;op=send" method="post">
<
tr>
<
td colspan="2" style="text-align: left;" class="trow2">
<
p>
<
textarea name="message" id="message" rows="6" cols="90" tabindex="2"></textarea>
</
p>
<
p>
<
input type="hidden" name="reply_to_profile" id="reply_to_profile" value="default" />
<
input type="submit" value="{$lang->profile_comments_add_button}" />
</
p>


cambiale esto

Código PHP:
<?php 
<form id="newcomment" name="newcomment" action="member.php?action=profile&amp;uid={$uid}&amp;op=send" method="post">
<
tr>
<
td colspan="2" style="text-align: left;" class="trow2">
<
p>
<
textarea name="message" id="message" rows="6" cols="60" tabindex="2"></textarea>
</
p>
<
p>
<
input type="hidden" name="reply_to_profile" id="reply_to_profile" value="default" />
<
input type="submit" value="{$lang->profile_comments_add_button}" />
</
p>

esto le cambie: cols="90". de 60 paso a 90. espero q te aya servido a mi me sirvio xd
Silver   24 Dec, 2009, 1:46 pm
#5
jaja, gracias, pero con tu codigo solo lo achico
pero me diste una idea
rows="x" = es para lo largo
cols="x" es para lo ancho
solo lo a mi gusto y kedo perfecto
shiro51   24 Dec, 2009, 3:43 pm
#6
en que plantilla estan esos codigos? no los encuentro ejemplo: mostrar tema mostrar foro, miembros...
Chava   24 Dec, 2009, 3:55 pm
#7
en platillas globales, osea ve a platillas y estilo>platillas> platillas globales ahi esta
shiro51   25 Dec, 2009, 12:57 pm
#8
gracias ^^
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.