ساهم في دعم PBBoard
إذا وجدت أن PBBoard مفيد وتحب أن يستمر في العطاء فيمكنك المساهمة في ذلك. شكراً لك
إستخدم رابط الباي بال في الأسفل
{if {$forum['use_section_picture']} == '1' and{$forum['sectionpicture_type']} == '1'} <img src="{$forum['section_picture']}" alt="{$lang['section_picture']}" /> {else} <div class="mainicon fa fa-h-square"></div> {/if}
{if {$forum['use_section_picture']} and {$forum['sectionpicture_type']}== 1} <span class="section_picture" title="{$lang['section_picture']}"><img src="{$forum['section_picture']}" alt="{$lang['section_picture']}" style="max-width: 50px !important;max-height: 50px !important;" /></span> {else} {if {$forum['forum_icon']} == 'f_redirect'} <span class="dot f_redirect fa fa-link" title="{$forum['forum_icon_alt']}"></span> {elseif {$forum['forum_icon']} == 'f_pass_unread'} <span class="dot f_pass_unread fa fa-comments" title="{$forum['forum_icon_alt']}"></span> {elseif {$forum['forum_icon']} == 'f_unread'} <span class="dot f_unread fa fa-comments-o" title="{$forum['forum_icon_alt']}"></span> {elseif {$forum['forum_icon']} == 'f_read'} <span class="dot f_read fa fa-comments" title="{$forum['forum_icon_alt']}"></span> {/if} {/if}
المشاركة الأصلية كتبت بواسطة: Sofiene2023 بتاريخ: 06-05-2026 12:51 مساءً السلام عليكم في قالب sections_list الخاص بستايل هيلبرنت إبحث عن الكود التالي CODE نسخ الكود{if {$forum['use_section_picture']} == '1' and{$forum['sectionpicture_type']} == '1'} <img src="{$forum['section_picture']}" alt="{$lang['section_picture']}" /> {else} <div class="mainicon fa fa-h-square"></div> {/if} وقم بإستبداله بالكود التالي CODE نسخ الكود{if {$forum['use_section_picture']} and {$forum['sectionpicture_type']}== 1} <span class="section_picture" title="{$lang['section_picture']}"><img src="{$forum['section_picture']}" alt="{$lang['section_picture']}" style="max-width: 50px !important;max-height: 50px !important;" /></span> {else} {if {$forum['forum_icon']} == 'f_redirect'} <span class="dot f_redirect fa fa-link" title="{$forum['forum_icon_alt']}"></span> {elseif {$forum['forum_icon']} == 'f_pass_unread'} <span class="dot f_pass_unread fa fa-comments" title="{$forum['forum_icon_alt']}"></span> {elseif {$forum['forum_icon']} == 'f_unread'} <span class="dot f_unread fa fa-comments-o" title="{$forum['forum_icon_alt']}"></span> {elseif {$forum['forum_icon']} == 'f_read'} <span class="dot f_read fa fa-comments" title="{$forum['forum_icon_alt']}"></span> {/if} {/if} بالتوفيق