أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

[مجابه] تغير شكل قاب المنتدى

موضوع مغلق


05-01-2013 10:27 مساءً
abdo-10
معلومات الكاتب
السلام عليكم



إخواني أريد كيفية عمل قالب لأقسام المنتدى على هذا الشكل .



المنتدى | أخر مشاركة | المواضيع | المشاركات | المشرفين |



لآني بحث في محرك بحث المنتدى لم أجد مثل هذا الذي أريد

هناك واحد في هذا الموضوع لكن لا توجد خانة للمشرفين

https://pbboard.info/forums/t7067.html



وشكرااا

look/images/icons/i1.gif [مجابه] تغير شكل قاب المنتدى
  05-01-2013 10:57 مساءً   [1]
ميدو المصري
معلومات الكاتب
تحرير : sections_list

CODE
    <div align="center" dir="{$_CONF['info_row']['content_dir']}">
		    {if {$SHOW_SUB_SECTIONS}}
		    <!-- START_TABLE_SUB_SECTIONS -->
		    <table border="0" width="98%" cellpadding="0" class="border_forums">
		    <tr align="center">
		    <td class="tcat" align="center" colspan="6">
		    {$lang['forum_sub']} : {$Section_Title}
		    </td>
		    </tr>
		    {/if}
		    {Des::foreach}{forums_list}{forum}
		    {if {$forum['parent']} == 0}
		    {if {$forum['sort']} != 1}
		    </table>
		    <!-- END_TABLE_SUB_SECTIONS -->
		    
		    {/if}
		    <!-- START_TABLE_SECTIONS -->
		    <table border="0" cellspacing="0" width="98%" align="center" class="border_radius">
		    <tr align="right">     
		    <td width="1%" class="forumtcatright">
		    <span class='l-left'><a href="javascript:switchMenuNone('id_{$forum['id']}')"><img border="0" alt="" class="full_image" src="{$image_path}/collapse_b.gif" /></a> </span>
		     </td>
		    <td class="forumtcat" width="36%">
		    <a href="index.php?page=forum&amp;show=1&amp;id={$forum['id']}">
		    {$forum['title']}</a>
		    </td>
		    <td class="forumtcat" width="37%" align="center">
		    {$lang['last_subject']}
		     </td>
		    <td class="forumtcat" width="8%" align="center">{$lang['subject_num']}</td>
		    <td class="forumtcat" width="8%" align="center">{$lang['reply_num']}</td>    
		     {if {$_CONF['info_row']['no_moderators']}}    
		    <td class="forumtcatleft" width="6%" align="left">
		    <span class='l-left'>{$lang['moderators_forum']}</span>
		    </td>
		     {/if}    
		    </tr>
		    </table>
		    <table border="0" width="98%" cellpadding="0" id="id_{$forum['id']}" class="border_forums">
		    {/if}
		    {if {$forum['parent']} != 0}
		    {if {$forum['linksection']} != '1'}
		    <tr align="right" class="radiusContent">
		    <td class="row5" width="5%" align="center">
		    {if {$forum['use_section_picture']} == '1' and{$forum['sectionpicture_type']} == '1'}
		    <img src="{$forum['section_picture']}"
		    alt="{$lang['section_picture']}" />
		    {elseif {$_CONF['group_info']['write_subject']} == 0}
		    <img src="{$image_path}/f_pass_unread.png"
		    alt="{$lang['no_write_subject']}" />
		    {elseif {$forum['last_post_date']} > {$_CONF['member_row']['lastvisit']}}
		    <img src="{$image_path}/f_unread.png"
		    alt="{$lang['new_posts']}" />
		    {else}
		    <img src="{$image_path}/f_read.png"
		    alt="{$lang['no_new_posts']}" />
		    {/if}
		    </td>
		    <td class="row2" width="36%">
		    <a href="f{$forum['id']}">
		    <span class="title_n"><strong><img src="{$image_path}/all-cat.gif" alt="" border="0" /></strong>
		    <font class="title_font">{$forum['title']}</font></span>
		    {if {$_CONF['info_row']['no_describe']}}
		    {if {$forum['section_describe']} != ''}
		    <span class="title_h">
		    {$forum['section_describe']}
		    </span>
		    {/if}
		    {/if}
		    </a>
		    
		    {if {$forum['use_section_picture']} == 1}
		    {if {$forum['sectionpicture_type']} == 2}
		    <img src="{$forum['section_picture']}" alt="{$forum['section_picture']}" />
		    
		    {/if}
		    {/if}
		    {if {$forum['is_sub']}}
		    {if {$_CONF['info_row']['no_sub']}}
		    {$forum['sub']}
		    {/if}
		    {/if}
		    
		    <span class="l-left">
		    <a href="index.php?page=rss&amp;section=1&amp;id={$forum['id']}">
		    <img border="0" class="full_image" src="{$image_path}/section_rss.gif" width="16" height="16" alt="Rss Section" /></a>
		    </span>
		    &nbsp;<img border="0" alt="" class="full_image" src="{$image_path}/chart_bar_edit.png" />
		    <span class="smallfont" style="color: rgb(150, 150, 150);">
		    {$lang['subject_num']} :
		    </span>
		    <font class="smallfont"><b>{$forum['subject_num']}</b></font>
		    &nbsp;<img border="0" alt="" class="full_image"  src="{$image_path}/chart_bar_edit.png" />
		    <span class="smallfont" style="color: rgb(150, 150, 150);">
		    {$lang['reply_num']}:
		    </span>
		    <font class="smallfont"><b>{$forum['reply_num']}</b> </font>
		    {if {$forum['forum_online']}}
		    &nbsp;<img border="0" alt="" class="full_image" src="{$image_path}/chart_bar_edit.png" />
		    <font class="smallfont">
		    ({$lang['Watched']}
		    <b>{$forum['forum_online']}</b>
		    {$lang['Guest']})
		    </font>
		    {/if}
		{if {$forum['num_subjects_awaiting_approval']} >0}        
		
		<span class="smallfont" style="color: rgb(150, 150, 150);">{$lang['subjects_review']}: <b>{$forum['num_subjects_awaiting_approval']}<b></span>
		{/if}
		{if {$forum['num_replys_awaiting_approval']} >0}    
		
		<span class="smallfont" style="color: rgb(150, 150, 150);">{$lang['replys_review_num']}: <b>{$forum['num_replys_awaiting_approval']}<b></span>
		{/if}
		    </td>
		    <td class="row1" width="37%" onclick="switchBlock('moderators_{$forum['id']}');">
		    <div dir="{$_CONF['info_row']['content_dir']}" class="smallfont">
		
		 <?php if ($forum['hide_subject']  AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
		  ?>
		      <div align="center">{$lang['speciality']}</div>
		      {else}
		 <?php if ($forum['section_password'] !=""  AND !$PowerBB->functions->ModeratorCheck($forum['id'])){
		  ?>
		      <div align="center">{$lang['speciality']}</div>
		      {else}              
		    <span class="writer_photo_thumb">{$forum['writer_photo_thumb']}</span>      
		    {if {$forum['last_subject']} != ''}
		        {if {$forum['icon']} != ''}
		        <img src="{$forum['icon']}" alt="" />
		        {/if}
		    <a href="index.php?page=topic&amp;show=1&amp;id={$forum['last_subjectid']}">
		    {$forum['last_subject']}</a>
		    {$lang['last_writer']} {$forum['last_writer']}
		    <span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(150, 150, 150); display: inline" dir="{$_CONF['info_row']['content_dir']}">
		    {$forum['last_date']}</span>
		        {if {$forum['last_berpage_nm']} != ''}
		        <a title="{$lang['Go_to_last_post']}"
		        href="index.php?page=topic&amp;show=1&amp;id={$forum['last_subjectid']}&amp;count={$forum['last_berpage_nm']}#{$forum['last_reply']}">
		        <img border="0" alt="{$lang['Go_to_last_post']}"
		        src="{$image_path}/lastpost.gif" class="full_image" /></a>
		        {/if}
		    
		    {else}
		    {$lang['no_post']}
		    {/if}
		    {/if}
		    {/if}
		    </div>
		    </td>
		    <td class="row2" align="center" width="8%"><font class="smallfont"><b>{$forum['subject_num']}</b></font></td>
		    <td class="row2" align="center" width="8%"><font class="smallfont"><b>{$forum['reply_num']}</b> </font></td>    
		    {if {$_CONF['info_row']['no_moderators']}}
		    <td class="row1" align="center" width="10%">
		    <a href="javascript:switchMenuNone('moderators_{$forum['id']}')" title="{$lang['moderators']}">
		    <img border="0" alt="{$lang['moderators']}" class="full_image" src="{$image_path}/moderators.gif" /></a>
		    <div style="display:none; left:20px;" class="drop_menu" id="moderators_{$forum['id']}">
		        <div class="thead1" style="width:150px;">
		        {$lang['moderators_list']}
		        </div>            
		        <div class="row1" style="width:150px;">
		            <font class="smallfont">
		            {if {$forum['moderators_list']}}
		            {$forum['moderators_list']}
		            {else}
		            {$lang['NO_MODERATOR']}
		            {/if}
		            </font>
		        </div>
		    </div>
		    </td>
		    {/if}
		    </tr>
		    {else}
		    <tr class="radiusContent">
		    <td width="5%" align="center" class="row5">
		    {if {$forum['use_section_picture']} == 1}
		    {if {$forum['sectionpicture_type']} == 1}
		    <img src="{$forum['section_picture']}" alt="" />
		    {else}
		    <img src="{$image_path}/f_redirect.png" alt="" />
		    {/if}
		    {else}
		    <img src="{$image_path}/f_redirect.png" alt="" />
		    {/if}
		    </td>
		    <td width="50%" align="right" class="row2" onclick="switchBlock('moderators_{$forum['id']}');">
		
		    <a href="index.php?page=forum&amp;show=1&amp;
		    id={$forum['id']}"><img src="{$image_path}/all-cat.gif" border="0"> {$forum['title']}</a>
		    
		    {if {$forum['use_section_picture']} == 1}
		    {if {$forum['sectionpicture_type']} == 2}
		    <img src="{$forum['section_picture']}" alt="" />
		    
		    {/if}
		    {/if}
		    {if {$_CONF['info_row']['no_describe']}}
		    {$forum['describe']}
		    
		    {/if}
		    </td>
		    <td width="43%" align="center" class="row2">
		    {$lang['linkvisitor']} {$forum['linkvisitor']}
		    </td>
		    {if {$_CONF['info_row']['no_moderators']}}
		    <td class="row1" align="center" width="10%">
		    <a href="javascript:switchMenuNone('moderators_{$forum['id']}')" title="{$lang['moderators']}">
		    <img border="0" alt="{$lang['moderators']}" src="{$image_path}/moderators.gif" /></a>
		    <div style="display:none; left:20px;" class="drop_menu" id="moderators_{$forum['id']}">
		        <div class="thead1" style="width:150px;">
		        {$lang['moderators_list']}
		        </div>
		        <div class="row1" style="width:150px;">
		        <font class="smallfont">
		        {if {$forum['moderators_list']}}
		        {$forum['moderators_list']}
		        {else}
		        {$lang['NO_MODERATOR']}
		        {/if}
		        </font>
		        </div>
		    </div>
		    </td>
		    {/if}
		    </tr>
		    {/if}
		    {/if}
		    {/Des::foreach}
		    </table>
		    <!-- END_TABLE_SECTIONS -->
		    </div>
		    
		


look/images/icons/i1.gif [مجابه] تغير شكل قاب المنتدى
  06-01-2013 08:44 مساءً   [2]
abdo-10
معلومات الكاتب
شكرااااا

look/images/icons/i1.gif [مجابه] تغير شكل قاب المنتدى
  06-01-2013 10:33 مساءً   [3]
moad
معلومات الكاتب
السلام عليكم ورحمة الله وبركاته ،،



تم غلق الموضوع لأحد الأسباب التالية:
  1. تم حل المشكلة والحمدلله.
  2. بقاء الموضوع لمدة 3 أيام بدون الرد عليه أو وجود إشارة تدل على رجوع العضو إليه.
  3. لا يوجد حل لهذه المشكلة (إذا وجد الحل سوف يتم إعادة فتح الموضوع).
عزيزي العضو حرصا على عدم تداخل المواضيع ببعضها وبالتالي صعوبة إستخدام عملية البحث بالنسبة للأعضاء قررت إدارة المنتديات بإغلاق المواضيع التي تتوافق مع الأسباب السابقة. بإمكانك بدأ موضوع جديد أو مراسلة أحد المشرفين إن كنت متأكد من رغبتك في الإستمرار . إدارة المنتديات،،


المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
كيف تغير ايقونة الاقسام H لستايل هيلبرنت مارين شبعان
2 96 شبعان
تغير وسائل الاتصال الاجتماعي في قالب الفوتر لستايل Helpernt Marine شبعان
2 80 شبعان
استفسار تغير لون وصف المنتدي شبعان
2 140 شبعان
عند تغير نوع الجنس لم يتغير شبعان
3 156 Soliman
طلب شرح تغير رابط لوحة تحكم الادارة mosa
2 143 mosa

الكلمات الدلالية
لا يوجد كلمات دلالية ..






الساعة الآن 01:59 AM