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

طلب تحويل هذا الهاك

اسم الهاك /هاك وضع صور مصغرات بجانب المواضيع في الاقسام اتوماتيكياً : لتحميل الهاك


موضوع مغلق


05-06-2014 10:59 صباحاً
معلومات الكاتب ▼
انضم في : 21-10-2013
رقم العضوية : 4,457
المشاركات : 30
الدولة : فلسطين
الجنس :
تاريخ الميلاد : 19-11-2000
قوة السمعة : 0
موقعي : زيارة موقعي
اسم الهاك / هاك وضع صور مصغرات بجانب المواضيع في الاقسام اتوماتيكياً
[صور الهاك] :

672032d1352008345-th

لتحميل الهاك
</b>
http://www.traidnt.net/vb/attachments/672026d1352006147-product-nazo0of_thumbs.zip

look/images/icons/i1.gif [مجابه] طلب تحويل هذا الهاك
  05-06-2014 11:45 صباحاً   [1]
معلومات الكاتب ▼
انضم في : 18-07-2009
رقم العضوية : 1
المشاركات : 12,565
الدولة : KSA
الجنس :
الدعوات : 52
قوة السمعة : 74,196
موقعي : زيارة موقعي
في موضوعك السابق انت طلبت نفس الطلب واعطيت الكود
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 المعدل الجاهز للأستايل الافتراضي تجده بالمرفقات
بالأضافة لشرح التركيب
 
 
  Bringing the first image of the subject.zip   تحميل zip مرات التحميل :(13)
الحجم :(6.592) KB



تم تحرير المشاركة بواسطة :Soliman بتاريخ:05-06-2014 11:45 صباحاً


look/images/icons/i1.gif [مجابه] طلب تحويل هذا الهاك
  06-06-2014 04:22 صباحاً   [2]
معلومات الكاتب ▼
انضم في : 21-10-2013
رقم العضوية : 4,457
المشاركات : 30
الدولة : فلسطين
الجنس :
تاريخ الميلاد : 19-11-2000
قوة السمعة : 0
موقعي : زيارة موقعي
مشكووووووووووووووووووووووور

look/images/icons/i1.gif [مجابه] طلب تحويل هذا الهاك
  06-06-2014 05:12 صباحاً   [3]
معلومات الكاتب ▼
انضم في : 18-07-2009
رقم العضوية : 1
المشاركات : 12,565
الدولة : KSA
الجنس :
الدعوات : 52
قوة السمعة : 74,196
موقعي : زيارة موقعي
السلام عليكم ورحمة الله وبركاته ،،
تم غلق الموضوع لأحد الأسباب التالية:
  1. تم حل المشكلة والحمد لله.
  2. بقاء الموضوع لمدة 3 أيام بدون الرد عليه أو وجود إشارة تدل على رجوع العضو إليه.
  3. لا يوجد حل لهذه المشكلة (إذا وجد الحل سوف يتم إعادة فتح الموضوع).
عزيزي العضو حرصا على عدم تداخل المواضيع ببعضها وبالتالي صعوبة إستخدام عملية البحث بالنسبة للأعضاء قررت إدارة المنتديات بإغلاق المواضيع التي تتوافق مع الأسباب السابقة. بإمكانك بدأ موضوع جديد أو مراسلة أحد المشرفين إن كنت متأكد من رغبتك في الإستمرار .

إدارة المنتديات،،



المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
ملحق تحويل Xenforo الى pbboard محمد عكور
3 744 farid34000
هل يمكن تقصير الروابط للمواضيع بطريقة اخرى غير طريقة تحويلها الى html جنرال الحب
6 150 جنرال الحب
مشكلة في المنتديات الفرعية في ستايل اوركيد بعد ايقاف تحويل الروابط الى html جنرال الحب
2 155 جنرال الحب
التحويل من XenForo الي PBBoard MahmoudE9
4 267 MahmoudE9
تحويل من phpbb الى pbboard Abu-haron
0 157 Abu-haron

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









الساعة الآن 11:02 PM