انا عاوز اضيف البسملة للمشاركات - عوض محمد -  2007-12-29
 
 
يعنى منتدى وحاجة تفرح اقلها الواحد ما يقول بسم الله اول ما يدخل  
 
او يقرا مشاركة انا عاوز احط صورة بسم الله الرحمن الرحيم  
 
![[صورة: allah.gif]](http://www.3mrey.uni.cc/up/images/allah.gif)  
 
دى رابط الصورة 
 
http://www.3mrey.uni.cc/up/images/allah.gif 
 
 
 
فى المشاركات والردود واتكون فى وسط المنتدى تلقائى 
 
ومشكورين كتير
 
 
 
Re: انا عاوز اضيف البسملة للمشاركات - Pepo -  2007-12-29
 
 
داخل تمبليت الـ postbit 
ابحث عن 
كود : <div id="pid_{$post['pid']}"><p>{$post['message']}</p>
  استبدلها بالتالى 
كود : <p align="center"><img src="http://www.3mrey.uni.cc/images/allah.gif" alt="بسم الله الرحمن الرحيم" height="100" /></p> 
<p>{$post['message']}</p>
  
 
 
 
Re: انا عاوز اضيف البسملة للمشاركات - عوض محمد -  2007-12-29
 
 
اخى بيبو دخلت على التمبليتس 
 
وثم على  
Post Bit Templates 
ثم على  
postbit 
 
ولكن لم اجد الكود اخى بيبو 
 
الا اذا لم يكن هذا الـ postbit 
 
الذى تقصده انت 
 
وشكرا اخ بيبو
 
 
 
Re: انا عاوز اضيف البسملة للمشاركات - Pepo -  2007-12-29
 
 
هذا هو ماقصدته.. انسخ لى ماوجدت بداخله
 
 
 
RE: انا عاوز اضيف البسملة للمشاركات - عوض محمد -  2007-12-29
 
 
Pepo كتب :هذا هو ماقصدته.. انسخ لى ماوجدت بداخله  
كود : <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> 
<p align="center"> 
{$post['message']}</p></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 -  2007-12-29
 
 
كود : <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/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: انا عاوز اضيف البسملة للمشاركات - عوض محمد -  2007-12-29
 
 
مشكور اخ بيبو على تعاونك الدائم 
 
شكرا جزيلا اخ بيبو
 
 
 
Re: انا عاوز اضيف البسملة للمشاركات - islamic net -  2008-02-25
 
 
thanks 
 
تمت الإضافة بنجاح 
مع تحياتي
 
 
 
Re: انا عاوز اضيف البسملة للمشاركات - abufaeys -  2008-03-01
 
 
ال شكر لك أخي بيبو على هذا الابداع
 
 
 
Re: انا عاوز اضيف البسملة للمشاركات - الهاكر الجزائري -  2008-05-02
 
 
مشكورين على الموضوع
 
 
 
 |