عرض مشاركة واحدة
احصائياتى

الردود
4

المشاهدات
1919
هيلبرنت
.:: رفيق درب ::.
  • هيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant futureهيلبرنت has a brilliant future

  • هيلبرنت غير متواجد حالياً

المشاركات
11,551

+التقييم
321

تاريخ التسجيل
Jul 2015

الاقامة
فى الدنيا

نظام التشغيل
windows 8

رقم العضوية
18
11-27-2015, 03:48 AM
المشاركة 1
11-27-2015, 03:48 AM
المشاركة 1
افتراضي اكواد المنتدى Html- Code - QUOTE بصندوق الرد
في اكواد المنتدى Html- Code - QUOTE والطريقة رائعة جدااا
طريقة تركيب ارفع ملف

ِارفع مجلد misc داخل مجلد images

----------------

افتح القوالب التالية


bbcode_code

استبدله بالكود التالي
كود:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="620" style="border: 1px dashed #ae42fa; margin: 10px; width: 620px;">  <tr>  <td style="background: #f8eaff url(images/misc/code.gif) no-repeat top left; height: 29px;">  </td>  </tr>  <tr>  <td>  <pre dir="ltr" style="width: 620px; height: {$blockheight}px; text-align: left; overflow: auto">  $code  </pre>  </td>  </tr>  </table>

افتح قالب
bbcode_html

استبدله
كود:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="620" style="border: 1px dashed #578fd7; margin: 10px; width: 620px;"> <tr> <td style="background: #dfedff url(images/misc/html.gif) no-repeat top left; height: 29px;"> </td> </tr> <tr> <td> <pre dir="ltr" style="width: 620px; height: {$blockheight}px; text-align: left;overflow: auto">  $code  </pre> </td> </tr> </table>
افتح قالب
bbcode_php

استبدله
كود:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="620" style="border: 1px dashed #499c00; margin: 10px; width: 620px;"> 
<tr> 
<td style="background: #e7ffd9 url(images/misc/php.gif) no-repeat top left; height: 29px;"> 
</td> 
</tr> 
<tr> 
<td> 
 
<div dir="ltr" style="width: 620px; height: {$blockheight}px; text-align: left; overflow: auto"> 
        <code style="white-space:nowrap"> 
            <!-- php buffer start -->$code<!-- php buffer end --> 
        </code> 
</div> 
</div> 
</td> 
</tr> 
</table>

افتح قالب
bbcode_quote

استبدله
كود:
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="620" style="border: 1px dashed #ff9c00; margin: 10px; width: 620px;">  <tr>  <td style="background: #fffbc3 url(images/misc/quote.gif) no-repeat top left; height: 29px;">  </td>  </tr>    <tr>  <td>  <if condition="$show['username']">    <div style="width: 620px;">  <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>  <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>  </div>    <div style="font-style:italic">$message</div>    <else />  $message  </if>  </td>  </tr>  </table>



الملفات المرفقة
نوع الملف: zip images.zip‏ (7.7 كيلوبايت, المشاهدات 220)

التعديل الأخير تم بواسطة هيلبرنت ; 01-30-2019 الساعة 06:01 PM