السلام عليكم ـ، /



جبت لكم قالب template نايس
وهو قالب template الاقسام الفرعية في الصفحة ،/ بدون هاك product ولا وجع راس

المهم هذي الصورة للتوضيح اكثر

ملاحظة اضغط على الصورة للتكبير








التركيب install سهل بس التركيز مطلوب


ادخل الى لوحة التحكم
وابحث عن قالب template الـ
node_forum_level_2


ابحث عن التالي

رمز PHP:
<code style="white-space:nowrap"> <code> <xen:if is="{$renderedChildren} AND {$level} == 2">
</code> </code>

ضع تحته مباشر التالي
رمز PHP:
<code style="white-space:nowrap"> <code> <div class="subForumsPopup" style="width:100%">




<
div class="subForumsMenu">

<
ol class="secondaryContent">
<
xen:foreach loop="$renderedChildren" value="$child">
{
xen:raw $child}
</
xen:foreach>
</
ol>
</
div>
</
div>
</code> </code>

والان ابحث عن التالي
رمز PHP:
<code style="white-space:nowrap"> <code> <div class="nodeInfo forumNodeInfo {xen:if '{$forum.hasNew} OR !{$visitor.user_id}', 'unread'}">
</code> </code>

واستبدله بالتالي /:

رمز PHP:
<code style="white-space:nowrap"> <code> <div class="nodeInfo forumNodeInfo">
</code> </code>

والان ابحث عن التالي /:

رمز PHP:
<code style="white-space:nowrap"> <code> <h3 class="nodeTitle"><a href="{xen:link forums, $forum}" data-description="{xen:if @nodeListDescriptionTooltips, '#nodeDescription-{$forum.node_id}'}">{$forum.title}</a></h3>
</code> </code>



استبدله بالتالي
رمز PHP:
<code style="white-space:nowrap"> <code> <h3 class="nodeTitle"><a href="{xen:link forums, $forum}" data-description="{xen:if @nodeListDescriptionTooltips, '#nodeDescription-{$forum.node_id}'}" {xen:if '{$forum.hasNew} OR !{$visitor.user_id}', 'style="font-weight: bold;"'}>{$forum.title}</a></h3>
</code> </code>



ابحث عن التالي


رمز PHP:
<code style="white-space:nowrap"> <code> <span class="nodeIcon" title="{xen:if '{$forum.hasNew} OR !{$visitor.user_id}', '{xenhrase unread_messages}', ''}"></span>
</code> </code>

استبدله بالتالي ،/
رمز PHP:
<code style="white-space:nowrap"> <code> <span class="nodeIcon" title="{xen:if '{$forum.hasNew} OR !{$visitor.user_id}', '{xenhrase unread_messages}', ''}"></span>
</code> </code>

والان احفظ القالب template

والان ابحث عن قالب template الـــ node_list.css

وضع في اخر القالب template الكود code التالي ،/

رمز PHP:
<code style="white-space:nowrap"> <code> {
@
property "nodeIcon";
background: transparent none no-repeat center center;
margin: 10px 0 10px 10px;
float: left;
width: 36px;
height: 36px;
@
property "/nodeIcon";
background-image: url(@forumIconUnreadPath);
}
</code> </code>
وحفظ ومبروك عليكم .






©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى©