شروح وتحميل هاك اضافة الصور الرمزية بجانب الموضوع للمنتدى
لاضافة الصورة الرمزية بجانب المواضيع وبجانب كاتب الموضوع نقوم بتحميل الهاك باخر الموضوع
واضافة واستبدال الاكواد الموجودة في قوالب المنتدى
اتبع الشرح
في قالب threadbit ابحث عن
كود:
$thread[title_editable]
قبلها ضع
كود:
<a href="member.php?$session[sessionurl]u=$thread[postuserid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$thread[avatarurl]" border="0" /></a>
نفس القالب ابحث عن
كود:
<td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
اضف بعدها
كود:
<a href="member.php?$session[sessionurl]find=lastposter&t=$thread[threadid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$thread[lastposteravatarurl]" border="0" /></a>
ابحث عن
كود:
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
استبدله بـ
كود:
<div class="smallfont" style="text-align:$stylevar[left]; white-space:nowrap;padding-left:32px;">
في قوالب forumhome_forumbit_level1_post and
forumhome_forumbit_level2_post
ابحث عن
كود:
<td class="alt2">$forum[lastpostinfo]</td>
استبدلها بـ
كود:
<td class="alt2"><a href="member.php?find=lastposter&f=$forum[forumid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$forum[avatarurl]" border="0" /></a><div style="padding-left:36px;">$forum[lastpostinfo]</div></td>
ابحث في قالب search_results_postbit
كود:
<if condition="$show['moderated']">
<td class="alt2">
<else />
<td class="alt1">
</if>
ضع تحته
كود:
<a href="member.php?$session[sessionurl]u=$post[userid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$post[avatarurl]" border="0" /></a>
الكود الصحيح بعد التجربة
<a href="member.php?find=lastposter&f=$forum[forumid]" rel="nofollow"><img style="margin-top:0px;" border="0" height="50" width="50" src="$forum[avatarurl]" border="0" /></a><div style="padding-left:36px;">$forum[lastpostinfo]