السلام عليكم ورحمة الله وبركاته
اخوتي الكرام
بعد بحث كثير لم اجد كود توسيط المشاركات المضبوط كما يحدق في الجيل الثالث
ولكن بعد البحث في موقع الشركة الام اكتشفت الحل النهائي لتوسيط المشاركات الصحيح من الشركة
وهو سهل جدا
إقتباس
طريقة التركيب :
ابحث عن الكود التالي:
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"> has_ad</vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
<div align="center"><br /><br />{vb:raw post.message}</div>
</blockquote>
</div>
واستبدله بالكود التالي :
إقتباس
<vb:if condition="$post['isfirstshown']"> {vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$post['isfirstshown'] || $post['islastshown']"></vb:if>">
<div id="post_message_{vb:raw post.postid}" align="center">
<br><br>
<blockquote class="postcontent restore">
{vb:raw post.message}
</blockquote>
<br><br>
</div>