الدعم العربي
عند اقتباس الرد لا يظهر التوسيط ؟! - نسخة قابلة للطباعة

+- الدعم العربي (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-2728.html)



عند اقتباس الرد لا يظهر التوسيط ؟! - عاشق العندليب - 2008-03-01

عند وضع مشاركة عندي فإنها تظهر في الوسط تلقائيا لكن عندما يوجد اقتباس لأحد الردود فإن هذا الرد المقتبس و الرد الجديد لا يظهران في الوسط فكيف أجعلهما يظهران في الوسط تلقائيا كما هو الحال عند إضافة الرد العادي ؟!


Re: عند اقتباس الرد لا يظهر التوسيط ؟! - Pepo - 2008-03-01

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


Re: عند اقتباس الرد لا يظهر التوسيط ؟! - عاشق العندليب - 2008-03-01

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']}
</
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 />
<
div id="pid_{$post['pid']}class="postsc"><div align="center"><img src="http://www.maoso3a.com/images/basmala.gif" alt="بسم الله الرحمن الرحيم" width="250" height="150"/></div><p align="center">
{
$post['message']}</p></div>
</
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: عند اقتباس الرد لا يظهر التوسيط ؟! - Pepo - 2008-03-01

استبدله بالتالى
كود :
<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']}
</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 />
<div id="pid_{$post['pid']}" class="postsc"><div align="center"><img src="http://www.maoso3a.com/images/basmala.gif" alt="بسم الله الرحمن الرحيم" width="250" height="150"/></div><div align="center">
{$post['message']}</div></div>
</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: عند اقتباس الرد لا يظهر التوسيط ؟! - عاشق العندليب - 2008-03-01

تم الأمر على خير ما يرام جزاك الله خيرا أخي العزيز.


Re: عند اقتباس الرد لا يظهر التوسيط ؟! - عوض محمد - 2008-03-13

اخى بيبو انا لدى نفس المشكلة

لا يظهر النص المقتبس فة الوسط

وايضا كلمة مقتبي من (.........) تضهر باقصى اليمين

اريد ان تكون كلمة مقتبس فى الوسط

وشكرا لمجهودك اخى الكريم بيبو

وهذا هو قالب postbit



كود :
<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']}
</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 />
<div id="pid_{$post['pid']}">
<p align="center">
<img src="http://www.3mrey.uni.cc/up/images/allah.gif" alt="بسم الله الرحمن الرحيم" height="100" /><br />
{$post['message']}</p>
</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>
{$seperator}



Re: عند اقتباس الرد لا يظهر التوسيط ؟! - Pepo - 2008-03-13

استبدل القالب بالتالى
كود :
<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']}
</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 />
<div id="pid_{$post['pid']}">
<p align="center">
<img src="http://www.3mrey.uni.cc/up/images/allah.gif" alt="بسم الله الرحمن الرحيم" height="100" /></p><br />
<div align="center">{$post['message']}</div>
</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>
{$seperator}



Re: عند اقتباس الرد لا يظهر التوسيط ؟! - عوض محمد - 2008-03-16

مشكور اخى بيبو وجارى التجرية