الدعم العربي
:: محرر اللي ضافته في التوقيع غير كاف :: - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + الأقسام الإدارية + . :: (https://www.mybbarab.com/forum-36.html)
+--- قسم : الأرشـيـف (https://www.mybbarab.com/forum-39.html)
+---- قسم : تطوير منتديات MyBB 1.2 (https://www.mybbarab.com/forum-86.html)
+----- قسم : منتدى الطلبات والمشاكل والحلول منتديات ماى بى بى mybb (https://www.mybbarab.com/forum-2.html)
+----- الموضوع : :: محرر اللي ضافته في التوقيع غير كاف :: (/thread-490.html)



:: محرر اللي ضافته في التوقيع غير كاف :: - SILK_GX - 2007-03-23

المحرر الي اضفته لتحرير التوقيع مساحته صغيرة لذلك لا يظهر كل ازرار التحرير ما الحل


RE: :: محرر اللي ضافته في التوقيع غير كاف :: - Pepo - 2007-03-24

بسم الله الرحمن الرحيم.
ممكن توضح اكتر اخى؟


RE: :: محرر اللي ضافته في التوقيع غير كاف :: - SILK_GX - 2007-03-24

المحرر اللي في هذا الموضوع
http://www.mybb4arab.uni.cc/-t-53.html

عرضه قليل كيف ازود عرضه


RE: :: محرر اللي ضافته في التوقيع غير كاف :: - Pepo - 2007-03-24

اها, لو زودت عرضه ده مش صح, ده هايلخبطلك شكل عرض الأستايل كله.


RE: :: محرر اللي ضافته في التوقيع غير كاف :: - SILK_GX - 2007-03-24

انا عدلت علي الكود وهو شغال كويس والمحرر كمان ول يوثر علي الاستايل
كود :
<html>
<head>
<title>{$mybb->settings['bbname']} - {$lang->edit_sig}</title>
{$headerinclude}
</head>
<body>
{$header}
<form action="usercp.php" method="post">
<table width="100%" border="0" align="center">
<tr>
{$usercpnav}
<td valign="top">
{$error}
{$signature}

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead" colspan="2" height="25"><strong>{$lang->edit_sig}</strong></td>
</tr>
<tr>
<td class="trow1" valign="top" width="20%"><span class="smalltext">{$lang->edit_sig_note}<br /><br />{$lang->edit_sig_note2}</span></td>
<td class="trow1" width="79%">
<div><textarea id="message" name="signature" rows="13" cols="62" tabindex="2" >{$sig}</textarea>{$codebuttons}</div>
<br /><br /><span class="smalltext">
<label><input type="radio" class="radio" name="updateposts" value="enable" />&nbsp;{$lang->enable_sig_posts}</label><br />
<label><input type="radio" class="radio" name="updateposts" value="disable" />&nbsp;{$lang->disable_sig_posts}</label><br />
<label><input type="radio" class="radio" name="updateposts" value="no" checked="checked" />&nbsp;{$lang->leave_sig_settings}</label></span>
</td>
</tr>
</table>
<br />
<div align="center">
<input type="hidden" name="action" value="do_editsig" />
<input type="submit" class="button" name="submit" value="{$lang->update_sig}" />
<input type="submit" class="button" name="preview" value="{$lang->preview}" />
</div>
</td>
</tr>
</table>
</form>
{$footer}
</body>
</html>