- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
[مجابه] طلب تحويل هذا الهاك
-
موضوع مغلق
-
05-06-2014 10:59 صباحاً
-
محمد نتمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 21-10-2013
- رقم العضوية :
- 4457
- المشاركات :
- 30
- الدولة :
- فلسطين
- الجنس:
- تاريخ الميلاد :
- 19-11-2000
- قوة السمعة:
- 0
- موقعي:
- زيارة موقعي
-
اسم الهاك / هاك وضع صور مصغرات بجانب المواضيع في الاقسام اتوماتيكياً
[صور الهاك] :

لتحميل الهاك</b>
http://www.traidnt.net/vb/attachments/672026d1352006147-product-nazo0of_thumbs.zip
-
-
[مجابه] طلب تحويل هذا الهاك05-06-2014 11:45 صباحاً [1]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
في موضوعك السابق انت طلبت نفس الطلب واعطيت الكود
https://pbboard.info/forums/t16360#79278
وطلبت منك ان تحدد في اي صفحة ترغب باضافته ولم تجبني
لكي نعطيك طريقة تركيبه
وحاولنا نفهمك لكن انت لم تلقي لنا بالاً
الآن في موضوعك هذا عرفنا وأخيراً انك تريد تركيب الكود في صفحة الأقسام
وطريقة تركيبه في صفحة الأقسام هي كالتالي :
افتح قالب : forum_subject_table
وابحث عن :
CODE<form name="tools_thread" method="post" enctype="multipart/form-data" action="index.php?page=management&subject=1&section={$SECTION_ID}&operator=tools_thread">
واضف أعلاه :
CODE<?php $PowerBB->_CONF['template']['colspan'] = $PowerBB->_CONF['template']['colspan']+1; ?>
ثم ابحث عن :
CODE<td width="75%" class="tcat" align="center" colspan="3">
واستبدله بـ :
CODE<td width="75%" class="tcat" align="center" colspan="4">
ثم ابحث عن :
CODE<td width="1%" class="row1" align="center"> <img src="{$review_subject_list['icon']}" alt="" /> </td>
واضف أعلاه :
CODE<td width="1%" class="row1" align="center"> <?php $PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['text'] = $PowerBB->Powerparse->replace($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['text']); $x = 1; $images = array(); $PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['text'] = stripslashes($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['text']); preg_match_all('/src=([\'"])?((?(1).*?|\S+))(?(1)\1)/', $PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['text'], $images); foreach ($images[2] as $src) { if($src) { echo '<img border="0" width="55" height="55" src="'.$src.'" alt="'.$PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['title'].'">'; } break; } if(!preg_match_all('/src=([\'"])?((?(1).*?|\S+))(?(1)\1)/', $PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['text'], $images)) { echo '<img border="0" width="55" height="55" src="look/portal/images/traffic_cone.png" alt="'.$PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['title'].'">'; } ?></td>
ثم ابحث عن :
CODE<td width="1%" class="row1" align="center"> <img src="{$stick_subject_list['icon']}" alt="" /> </td>
واضف أعلاه :
CODE<td width="1%" class="row1" align="center"> <?php $PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text'] = $PowerBB->Powerparse->replace($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text']); $x = 1; $images = array(); $PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text'] = stripslashes($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text']); preg_match_all('/src=([\'"])?((?(1).*?|\S+))(?(1)\1)/', $PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text'], $images); foreach ($images[2] as $src) { if($src) { echo '<img border="0" width="55" height="55" src="'.$src.'" alt="'.$PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['title'].'">'; } break; } if(!preg_match_all('/src=([\'"])?((?(1).*?|\S+))(?(1)\1)/', $PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text'], $images)) { echo '<img border="0" width="55" height="55" src="look/portal/images/traffic_cone.png" alt="'.$PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['title'].'">'; } ?> </td>
ثم ابحث عن :
CODE<td width="1%" class="row1" align="center"> <img src="{$subject_list['icon']}" alt="" /> </td>
واضف أعلاه :
CODE<td width="1%" class="row1" align="center"> <?php $PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text'] = $PowerBB->Powerparse->replace($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text']); $x = 1; $images = array(); $PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text'] = stripslashes($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text']); preg_match_all('/src=([\'"])?((?(1).*?|\S+))(?(1)\1)/', $PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text'], $images); foreach ($images[2] as $src) { if($src) { echo '<img border="0" width="55" height="55" src="'.$src.'" alt="'.$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['title'].'">'; } break; } if(!preg_match_all('/src=([\'"])?((?(1).*?|\S+))(?(1)\1)/', $PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text'], $images)) { echo '<img border="0" width="55" height="55" src="look/portal/images/traffic_cone.png" alt="'.$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['title'].'">'; } ?> </td>
أنتهى ..
قالب forum_subject_table المعدل الجاهز للأستايل الافتراضي تجده بالمرفقات
بالأضافة لشرح التركيب-
تم تحرير المشاركة بواسطة :Soliman بتاريخ:05-06-2014 11:45 صباحاً
-
-
[مجابه] طلب تحويل هذا الهاك06-06-2014 04:22 صباحاً [2]
-
محمد نتمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 21-10-2013
- رقم العضوية :
- 4457
- المشاركات :
- 30
- الدولة :
- فلسطين
- الجنس:
- تاريخ الميلاد :
- 19-11-2000
- قوة السمعة:
- 0
- موقعي:
- زيارة موقعي
-
مشكووووووووووووووووووووووور
-
-
[مجابه] طلب تحويل هذا الهاك06-06-2014 05:12 صباحاً [3]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
السلام عليكم ورحمة الله وبركاته ،،
تم غلق الموضوع لأحد الأسباب التالية:
- تم حل المشكلة والحمد لله.
- بقاء الموضوع لمدة 3 أيام بدون الرد عليه أو وجود إشارة تدل على رجوع العضو إليه.
- لا يوجد حل لهذه المشكلة (إذا وجد الحل سوف يتم إعادة فتح الموضوع).
إدارة المنتديات،، - تم حل المشكلة والحمد لله.
-