- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
اريد طريقة تعديل address bar بحيث يتم اظهار جميع المنتديات الفرعية عند الضغط على منتدى فرعي
-
موضوع مغلق
-
15-02-2024 06:18 مساءً
-
جنرال الحبمعلومات الكاتبالأعضاءعضـو نشيط
- انضم في :
- 17-12-2013
- رقم العضوية :
- 4721
- المشاركات :
- 492
- الدولة :
- الاردن
- الجنس:
- تاريخ الميلاد :
- 25-8-1981
- قوة السمعة:
- 430
- موقعي:
- زيارة موقعي
-
اريد طريقة تعديل address bar بحيث يتم اظهار جميع المنتديات الفرعية عند الضغط على منتدى فرعيفعند الضغط على منتدى فرعي لا تظهر جميع المنتديات الفرعية السابقة كما تظهر جميعها عند الضغط على موضوع معينمثلا عند الضغط على الفصل الثاني كما في الصورةاريد ان تظهر كل المنتديات السابقة له وهي مبحث اللغة الانجليزية الصف الاول و الصف الاول ثم المراحل الدراسية ثم المنتدى وهكذاارجو الافادة استاذ سليمان وبارك الله في جهودك@Soliman
-
-
اريد طريقة تعديل address bar بحيث يتم اظهار جميع المنتديات الفرعية عند الضغط على منتدى فرعي16-02-2024 07:11 صباحاً [1]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
استبدل كامل محتوى قالب : forum
بهذا المحتوى
PHP{template}address_bar_part1{/template} <?php $itemprop_content = 0; ?> {if {$section_parent} == '0'} <?php $itemprop_content = 1; ?> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="index.php?page=forum&show=1&id={$sec_address_id}"> <span itemprop="name"> {$sec_address_title} </span> </a> <meta itemprop="position" content="2" /> </li> <div class="btn-nav"></div> {/if} {if {$section_parent}} <?php $itemprop_content = 1; $Sec_parent = array(); $Sec_parent['where'] = array('id',$PowerBB->_CONF['template']['section_parent']); $PowerBB->_CONF['template']['Section_parenty'] = $PowerBB->core->GetInfo($Sec_parent,'section'); if($PowerBB->_CONF['template']['Section_parenty']['parent']) { $Sec_parent1 = array(); $Sec_parent1['where'] = array('id',$PowerBB->_CONF['template']['Section_parenty']['parent']); $PowerBB->_CONF['template']['Section_parent_sub'] = $PowerBB->core->GetInfo($Sec_parent1,'section'); } if($PowerBB->_CONF['template']['Section_parent_sub']['parent']) { $Sec_parent2 = array(); $Sec_parent2['where'] = array('id',$PowerBB->_CONF['template']['Section_parent_sub']['parent']); $PowerBB->_CONF['template']['Section_parent_subb'] = $PowerBB->core->GetInfo($Sec_parent2,'section'); } ?> {if {$Section_parent_subb['id']}} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="index.php?page=forum&show=1&id={$Section_parent_subb['id']}"> <span itemprop="name"> {$Section_parent_subb['title']} </span> </a> <meta itemprop="position" content="4" /> </li> <div class="btn-nav"></div> {/if} {if {$Section_parent_sub['id']}} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="index.php?page=forum&show=1&id={$Section_parent_sub['id']}"> <span itemprop="name"> {$Section_parent_sub['title']} </span> </a> <meta itemprop="position" content="2" /> </li> <div class="btn-nav"></div> {/if} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="index.php?page=forum&show=1&id={$Section_parenty['id']}"> <span itemprop="name"> {$Section_parenty['title']} </span> </a> <meta itemprop="position" content="3" /> </li> <div class="btn-nav"></div> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="index.php?page=forum&show=1&id={$section_info['parent']}"> <span itemprop="name"> {$sec_address_title} </span> </a> <meta itemprop="position" content="<?php echo 4-$itemprop_content;?>" /> </li> <div class="btn-nav"></div> {/if} <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="index.php?page=forum&show=1&id={$SECTION_ID}"> <span itemprop="name"> {$section_info['title']} </span> </a> <meta itemprop="position" content="<?php echo 5-$itemprop_content;?>" /> </li> {template}address_bar_part2{/template}<br /> <br /> <div class="h_tag"> <?php $num = '88'; $PowerBB->_CONF['template']['section_info']['section_describe'] = $PowerBB->functions->words_count_replace_strip_tags_html2bb($PowerBB->_CONF['template']['section_info']['section_describe'],$num); $PowerBB->_CONF['template']['section_info']['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['section_info']['title']); ?> <h1> <a href="index.php?page=forum&show=1&id={$SECTION_ID}" title="{$section_info['title']}"> {$section_info['title']}</a></h1> <h3>{$section_info['section_describe']}</h3> </div> <br />{if {$SHOW_SUB_SECTIONS}} {template}sections_list{/template} {/if} <br /> {if {$section_info['parent']} != '0'} <br /> {if {$section_info['header']} != ''} <table class="border wd98 brd1 clpc0 a-center"> <tr class="center_text_align"> <td class="row1"> {$section_info['header']} </td> </tr> </table> <br /> <br /> <br /> {/if} {template}forum_subject_table{/template} {if {$section_info['footer']} != ''} <br /> <table class="border wd98 brd1 clpc0 a-center"> <tr class="center_text_align"> <td class="row1"> {$section_info['footer']} </td> </tr> </table> <br /> {/if} {/if} <br />
-
-
اريد طريقة تعديل address bar بحيث يتم اظهار جميع المنتديات الفرعية عند الضغط على منتدى فرعي16-02-2024 10:42 صباحاً [2]
-
جنرال الحبمعلومات الكاتبالأعضاءعضـو نشيط
- انضم في :
- 17-12-2013
- رقم العضوية :
- 4721
- المشاركات :
- 492
- الدولة :
- الاردن
- الجنس:
- تاريخ الميلاد :
- 25-8-1981
- قوة السمعة:
- 430
- موقعي:
- زيارة موقعي
-
تم التعديلبارك الله في جهودك
-
-
اريد طريقة تعديل address bar بحيث يتم اظهار جميع المنتديات الفرعية عند الضغط على منتدى فرعي18-02-2024 10:44 مساءً [3]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
السلام عليكم ورحمة الله وبركاته ،،
تم غلق الموضوع لأحد الأسباب التالية:
- تم حل المشكلة والحمد لله.
- بقاء الموضوع لمدة 3 أيام بدون الرد عليه أو وجود إشارة تدل على رجوع العضو إليه.
- لا يوجد حل لهذه المشكلة (إذا وجد الحل سوف يتم إعادة فتح الموضوع).
إدارة المنتديات،، - تم حل المشكلة والحمد لله.
-