الدعم العربي
مشاكل غريبة بحاجة إلى حل - نسخة قابلة للطباعة

+- الدعم العربي (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-3.html)
+----- الموضوع : مشاكل غريبة بحاجة إلى حل (/thread-2795.html)

الصفحات: 1 2 3 4 5


Re: مشاكل غريبة بحاجة إلى حل - abualkam1982 - 2008-03-09

حسنا.. الليلة بإذن الله سأتفرغ لهذا.. فسأجرب الكودات في القالب الافتراضي.. وسأرى النتيجة.
وأسارد لك بالخبر إن حصل مع شيء.


Re: مشاكل غريبة بحاجة إلى حل - abualkam1982 - 2008-03-09

أخي بيبو... ما رأيك أن نبدأ سوية من البداية .. وأذكر لك كل طلب على حدة ..وأنت تقوم بتزويدي بالكود اللازم..

1. أريد تكبير الخط في المشاركات ليصبح مثلاً (large) أو 20px


Re: مشاكل غريبة بحاجة إلى حل - Pepo - 2008-03-09

انسخ قالب الـ postbit


Re: مشاكل غريبة بحاجة إلى حل - abualkam1982 - 2008-03-09

هذا هو قالب البوست بت.. وقد أضفت عليه تعديلات أخذتها من حضرتك قبل فترة بخصوص نفس المشكلة.. ألا وهي التوسيط وتكبير الخط... وتركتها كما هي... حيث تغير فقط الخط، على ما أعتقد، ولم يتوسط شيء...

PHP كود :
<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-alignrightvertical-alignbottom;">
{$post['editedmsg']}
{$post['iplogged']}
</div>
</td></tr>
</table>
</td>
</tr>
<tr>
<td class="
{$altbg}" height="18" style="white-spacenowraptext-aligncenter;"><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]} 



Re: مشاكل غريبة بحاجة إلى حل - Pepo - 2008-03-09

استبدله بالتالى
كود :
<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]}



Re: مشاكل غريبة بحاجة إلى حل - abualkam1982 - 2008-03-09

مشكور ..
غلبتك معي..
الخط كان كبيراً أصلاً (20px).. لكن لم يتوسط شيء.. بقييت الكتابة على اليمين


RE: مشاكل غريبة بحاجة إلى حل - abualkam1982 - 2008-03-09

معلومة.. انا أعدل على القالب الافتراضي كما أخبرتني أن أفعل


Re: مشاكل غريبة بحاجة إلى حل - Pepo - 2008-03-09

عزرا استخدم التالى
كود :
<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]}



Re: مشاكل غريبة بحاجة إلى حل - abualkam1982 - 2008-03-09

عذرا أخي بيبو..
انظر ماذا حدث

من هنا


انظر إلى مشاركتي الأخيرة .. المشاركة وضعت قبل قليل.. وعندما استبدلت الكود.. عملت تحديث للصفحة.. فوجدت أن الكتابة اختفت .. ولم يبق إلاّ التوقيع... ولم يتوسط شيء

أنا أعرف أنني أثقل عليك.. لكن مشكلة وبحاجة إلى حل...


Re: مشاكل غريبة بحاجة إلى حل - Pepo - 2008-03-09

اووووووووف معزرة يا غالى مش قادر اركز
استخدم التالى
كود :
<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]}