مشاكل غريبة بحاجة إلى حل (مشاكل في إضافة أدوات التحرير للرد السريع وإلى تعديل التوقيع)
الكاتب
الرسالة
abualkam1982
عضو مشارك
المشاركات : 159
مجموعة : الأعضاء
الإنتساب : 01-03-2008
الحالة :
غير متصل
السمعة : 0
Re: مشاكل غريبة بحاجة إلى حل
حسنا.. الليلة بإذن الله سأتفرغ لهذا.. فسأجرب الكودات في القالب الافتراضي.. وسأرى النتيجة.
وأسارد لك بالخبر إن حصل مع شيء.
اخر مواضيعى
مع التحية abualkam1982
2008-03-09 11:42 AM
abualkam1982
عضو مشارك
المشاركات : 159
مجموعة : الأعضاء
الإنتساب : 01-03-2008
الحالة :
غير متصل
السمعة : 0
Re: مشاكل غريبة بحاجة إلى حل
أخي بيبو... ما رأيك أن نبدأ سوية من البداية .. وأذكر لك كل طلب على حدة ..وأنت تقوم بتزويدي بالكود اللازم..
1. أريد تكبير الخط في المشاركات ليصبح مثلاً (large) أو 20px
2008-03-09 03:59 PM
Pepo
عضو مميز
المشاركات : 5,657
مجموعة : الاعضاء
الإنتساب : 30-12-2006
الحالة :
غير متصل
السمعة : 38
Re: مشاكل غريبة بحاجة إلى حل
انسخ قالب الـ postbit
اخر مواضيعى
مع التحية Pepo
لولا ان لهذا المنتدى اخوة واخوات مثلكم.. ما كان له وجود حتى الأن
احبكم فى الله
2008-03-09 04:27 PM
abualkam1982
عضو مشارك
المشاركات : 159
مجموعة : الأعضاء
الإنتساب : 01-03-2008
الحالة :
غير متصل
السمعة : 0
Re: مشاكل غريبة بحاجة إلى حل
هذا هو قالب البوست بت.. وقد أضفت عليه تعديلات أخذتها من حضرتك قبل فترة بخصوص نفس المشكلة.. ألا وهي التوسيط وتكبير الخط... وتركتها كما هي... حيث تغير فقط الخط، على ما أعتقد، ولم يتوسط شيء...
< tr > < td class= "{$altbg}" width = "15%" valign = "top" style = "white-space: nowrap; text-align: center;" >< a name = "pid{$post['pid']}" id = "pid{$post['pid']}" ></ a > { $post [ 'user_details' ]} { $post [ 'country' ]} </ td > < td class= "{$altbg}" width = "85%" valign = "top" > < table width = "100%" > < tr >< td >{ $post [ 'posturl' ]}{ $post [ 'icon' ]}< span class= "smalltext" >< strong > { $post [ 'subject' ]}</ strong ></ span > < br /> < p align = "center" >< img src = "http://www.elc.fri2.com/vb2/images/basmalah_01.gif" alt = "بسم الله الرحمن الرحيم" height = "150" /></ p > < p style = "font-size:20px;align=" center ">{$post['message']}</p> {$post['attachments']} {$post['signature']} <div style=" text - align : right ; vertical - align : bottom ; "> {$post['editedmsg']} {$post['iplogged']} </div> </td></tr> </table> </td> </tr> <tr> <td class=" { $altbg } " height=" 18 " style=" white - space : nowrap ; text - align : center ; "><span class=" smalltext ">{$post['postdate']} {$post['posttime']}</span></td> <td class=" { $altbg } " width=" 100 % " valign=" middle " height=" 18 "> <table width=" 100 % " border=" 0 " cellpadding=" 0 " cellspacing=" 0 "> <tr valign=" bottom "> <td align=" left " ><span class=" smalltext ">{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$pos t['button_find']}</span></td> <td align=" right "><span class=" smalltext ">{$post['button_edit']}{$post['button_quickdelete']}{$post['button_quo te']}{$post['button_multiquote']}{$post['button_report']}</span></td> </tr> </table> </td> </tr> {$post[inline_ads]}
2008-03-09 04:36 PM
Pepo
عضو مميز
المشاركات : 5,657
مجموعة : الاعضاء
الإنتساب : 30-12-2006
الحالة :
غير متصل
السمعة : 38
Re: مشاكل غريبة بحاجة إلى حل
استبدله بالتالى
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap;
text-align: center;"><a name="pid{$post['pid']}"
id="pid{$post['pid']}"></a>
{$post['user_details']} {$post['country']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span
class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<p align="center"><img src="http://www.elc.fri2.com/vb2/images/basmalah_01.gif"
alt="بسم الله الرحمن الرحيم" height="150" /></p>
<div style="font-size:20px;align="center">{$post['message']}</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align:
center;"><span class="smalltext">{$post['postdate']}
{$post['posttime']}</span></td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
<table width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr valign="bottom">
<td align="left" ><span
class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button
_www']}{$post['button_find']}</span></td>
<td align="right"><span
class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post
['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span>
</td>
</tr>
</table>
</td>
</tr>
{$post[inline_ads]}
2008-03-09 04:56 PM
abualkam1982
عضو مشارك
المشاركات : 159
مجموعة : الأعضاء
الإنتساب : 01-03-2008
الحالة :
غير متصل
السمعة : 0
Re: مشاكل غريبة بحاجة إلى حل
مشكور ..
غلبتك معي..
الخط كان كبيراً أصلاً (20px).. لكن لم يتوسط شيء.. بقييت الكتابة على اليمين
2008-03-09 05:05 PM
abualkam1982
عضو مشارك
المشاركات : 159
مجموعة : الأعضاء
الإنتساب : 01-03-2008
الحالة :
غير متصل
السمعة : 0
RE: مشاكل غريبة بحاجة إلى حل
معلومة.. انا أعدل على القالب الافتراضي كما أخبرتني أن أفعل
2008-03-09 05:10 PM
Pepo
عضو مميز
المشاركات : 5,657
مجموعة : الاعضاء
الإنتساب : 30-12-2006
الحالة :
غير متصل
السمعة : 38
Re: مشاكل غريبة بحاجة إلى حل
عزرا استخدم التالى
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap;
text-align: center;"><a name="pid{$post['pid']}"
id="pid{$post['pid']}"></a>
{$post['user_details']} {$post['country']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span
class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<p align="center"><img src="http://www.elc.fri2.com/vb2/images/basmalah_01.gif"
alt="بسم الله الرحمن الرحيم" height="150" /></p>
<div style="font-size:20px;align:center;>{$post['message']}</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align:
center;"><span class="smalltext">{$post['postdate']}
{$post['posttime']}</span></td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
<table width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr valign="bottom">
<td align="left" ><span
class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button
_www']}{$post['button_find']}</span></td>
<td align="right"><span
class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post
['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span>
</td>
</tr>
</table>
</td>
</tr>
{$post[inline_ads]}
2008-03-09 05:15 PM
abualkam1982
عضو مشارك
المشاركات : 159
مجموعة : الأعضاء
الإنتساب : 01-03-2008
الحالة :
غير متصل
السمعة : 0
Re: مشاكل غريبة بحاجة إلى حل
عذرا أخي بيبو..
انظر ماذا حدث
غير مسموح بعرض الروابط الا بعد
التسجيل و
تفعيل العضوية
انظر إلى مشاركتي الأخيرة .. المشاركة وضعت قبل قليل.. وعندما استبدلت الكود.. عملت تحديث للصفحة.. فوجدت أن الكتابة اختفت .. ولم يبق إلاّ التوقيع... ولم يتوسط شيء
أنا أعرف أنني أثقل عليك.. لكن مشكلة وبحاجة إلى حل...
2008-03-09 05:35 PM
Pepo
عضو مميز
المشاركات : 5,657
مجموعة : الاعضاء
الإنتساب : 30-12-2006
الحالة :
غير متصل
السمعة : 38
Re: مشاكل غريبة بحاجة إلى حل
اووووووووف معزرة يا غالى مش قادر اركز
استخدم التالى
<tr>
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap;
text-align: center;"><a name="pid{$post['pid']}"
id="pid{$post['pid']}"></a>
{$post['user_details']} {$post['country']}
</td>
<td class="{$altbg}" width="85%" valign="top">
<table width="100%">
<tr><td>{$post['posturl']}{$post['icon']}<span
class="smalltext"><strong> {$post['subject']}</strong></span>
<br />
<p align="center"><img src="http://www.elc.fri2.com/vb2/images/basmalah_01.gif"
alt="بسم الله الرحمن الرحيم" height="150" /></p>
<div style="font-size:20px;align:center;">{$post['message']}</div>
{$post['attachments']}
{$post['signature']}
<div style="text-align: right; vertical-align: bottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="{$altbg}" height="18" style="white-space: nowrap; text-align:
center;"><span class="smalltext">{$post['postdate']}
{$post['posttime']}</span></td>
<td class="{$altbg}" width="100%" valign="middle" height="18">
<table width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr valign="bottom">
<td align="left" ><span
class="smalltext">{$post['button_email']}{$post['button_pm']}{$post['button
_www']}{$post['button_find']}</span></td>
<td align="right"><span
class="smalltext">{$post['button_edit']}{$post['button_quickdelete']}{$post
['button_quote']}{$post['button_multiquote']}{$post['button_report']}</span>
</td>
</tr>
</table>
</td>
</tr>
{$post[inline_ads]}
2008-03-09 05:48 PM