هاك vBulletin3.8.0 الصور الرمزيه بجوار كاتب الموضوع مثل هيلبرنت

admin

عضو إداري
ادارة المنتدى

السلام عليكم ورحمة الله وبركاته

فكره الهاك : هى وضع الصورة الرمزية للعضو بجانب مواضيعه ومشاركاته

صور للايضاح:

attachment.php

الشرح:

في قالب 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_level1_post

و 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>
تم بحمد الله
 

المرفقات

  • product-xfstyleavatars-v1.00-vb3.zip
    1.5 KB · المشاهدات: 0

أعلى