هاك كامل للصور الرمزية 3.8
ارفع مجلد الى مجلد المنتدى krscripts
التحكم في طول وعرض الصوره
افتح قالب forumhome_lastpostby
اضف فيه هذا الكود في اخره
كود PHP:
<if condition="$lastpostinfo[lastposterid]">
<if condition="$lastpostinfo['hascustom']">
<a href="member.php?$session[sessionurl]u=$lastpostinfo[lastposterid]"><img src="$vboptions[avatarurl]/avatar$lastpostinfo[lastposterid]_$lastpostinfo[avatarrevision].gif" class="inlineimg" width="30" height="30" border="0" alt="$lastpostinfo[lastposter]" /></a>
<else />
<a href="member.php?$session[sessionurl]u=$lastpostinfo[lastposterid]"><img src="$stylevar[imgdir_misc]/unknown.gif" class="inlineimg" width="30" height="30" border="0" alt="$lastpostinfo[lastposter]" /></a>
</if>
</if>
افتح قالب threadbit
ابحث عن
كود PHP:
$thread[title_editable]
<div>
اضف تحته
كود PHP:
<if condition="$thread[postuserid]">
<if condition="$thread['post_customavatar']">
<a href="member.php?$session[sessionurl]u=$thread[postuserid]"><img src="$vboptions[avatarurl]/avatar$thread[postuserid]_$thread[post_avatarrevision].gif" class="inlineimg" width="30" height="30" border="0" alt="$thread[postusername]" /></a>
<else />
<a href="member.php?$session[sessionurl]u=$thread[postuserid]"><img src="$stylevar[imgdir_misc]/unknown.gif" class="inlineimg" width="30" height="30" border="0" alt="$thread[postusername]" /></a>
</if>
</if>
نفس القالب ابحث عن
كود PHP:
<td class="alt2" title="<phrase 1="$thread[replycount]" 2="$thread[views]">$vbphrase[replies_x_views_y]</phrase>">
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap">
اضف تحته
كود PHP:
<if condition="$thread[lastposterid]">
<if condition="$thread['hascustom']">
<a href="member.php?$session[sessionurl]u=$thread[lastposterid]"><img src="$vboptions[avatarurl]/avatar$thread[lastposterid]_$thread[avatarrevision].gif" class="inlineimg" width="30" height="30" border="0" alt="$thread[lastposter]" /></a>
<else />
<a href="member.php?$session[sessionurl]u=$thread[lastposterid]"><img src="$stylevar[imgdir_misc]/unknown.gif" class="inlineimg" width="30" height="30" border="0" alt="$thread[lastposter]" /></a>
</if>
</if>
التحميل من المرفقات
مواقع النشر (المفضلة)