|
|
السلام علييكم
اليوم حبيت اجيب لكم قالب الاقتباس bbcode_quote
مثال
http://www.a3ateb.com/vb/showthread....sted=1#post163
التركيب
افتح قالب bbcode_quote
واستبدله بالكود التالي
رمز Code:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr>
<td>
<div class="quotes_header">
<div class="quotes_header_r"></div>
<div class="quotes_header_l"></div>
<div class="quotes_header_c">
<if condition="$show['username']">
<div class="quotes_header_cont">
<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>
</if>
</div>
</div>
<div class="quotes_content">
<div class="quotes_content_r">
<div class="quotes_content_l">
<if condition="$show['username']">
<div class="quotes_content_line"><img class="inlineimg" src="clear.gif" style="height:1px;" /></div>
</if>
<div class="quotes_content_co smallfont" style="padding: $stylevar[cellpadding]px">$message</div>
</div>
</div>
</div>
<div class="quotes_footer">
<div class="quotes_footer_r"></div>
<div class="quotes_footer_l"></div>
<div class="quotes_footer_c"></div>
</div>
</td>
</tr>
</table>
</div>
واذا مكرر اعذروني 
والسلام عليكم
|