




السلام عليكم ورحمة الله وبركاته
فكره الهاك : هى وضع الصورة الرمزية للعضو بجانب مواضيعه ومشاركاته
صور للايضاح:
الشرح:
في قالب 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>
كود:
[LEFT] <td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
[/LEFT]
كود:
<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;"> [/LEFT]
و 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
ابحث عن
PHP:
<if condition="$show['moderated']"> <td class="alt2"> <else /> <td class="alt1"> </if>
ضع تحته
PHP:
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>
تم بحمد الله