عرض مشاركة واحدة
قديم 15-12-06, 04:58 AM   #1
عضو مميز
 
الصورة الرمزية بندر الحربي

 










 

بندر الحربي غير متواجد حالياً

بندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enoughبندر الحربي will become famous soon enough

افتراضي برودكت تلوين خلفيات الاقسام باللون الذي يعجبك

قم برفع الملف كبرودكت product-guidevb_bgcolor.xml

التعديلات على التمبلات :-

بتمبلت forumhome_forumbit_level1_nopost ابحث عن :-

كود:
<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
استبدلها :-

كود:
<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]"<else />class="tcat"</if> colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
افتح تمبلت forumhome_forumbit_level2_post وابحث عن :-

كود:
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
استبدله بهذا الكود :-

كود:
<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]"<else />class="alt2"</if>><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
بنفس التمبلت ابحث عن :-

كود:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
استبلدها ب :-

كود:
<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]" <else />class="alt1Active"</if> align="$stylevar[left]" id="f$forum[forumid]">

ايضا بنفس التمبلت :-

كود:
<td class="alt2" nowrap="nowrap">$forum[lastpostinfo]</td>
	<td class="alt1">$forum[threadcount]</td>
	<td class="alt2">$forum[replycount]</td>
	<if condition="$vboptions['showmoderatorcolumn']">
	<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
استبلدها بهذا الكود

كود:
<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]"<else />class="alt2"</if> nowrap="nowrap">$forum[lastpostinfo]</td>
	<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]"<else />class="alt1"</if>>$forum[threadcount]</td>
	<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]"<else />class="alt2"</if>>$forum[replycount]</td>
	<if condition="$vboptions['showmoderatorcolumn']">
	<td <if condition="$forum[vbgbgc_enabled] == 1">bgcolor="$forum[vbgbgc_hexcode]"<else />class="alt1"</if>><div class="smallfont">$forum[moderators]&nbsp;</div></td>




التوقيع :
    رد مع اقتباس