best forum display avatar
this well show the user avatar in forumdsiplay
by image.php file try it demo here -->> http://www.qleb.net/forumdisplay.php?f=129 open the template ( threadbit ) and add this code where u like the avatar to appear PHP Code:
<div style="background: url(images/misc/unknown.gif) no-repeat center; width: 40px; height: 39px; border: 0px;" >
or for advanced , if you like to add this avatar inside single (td) open template (FORUMDISPLAY) at line : 73 in orginal template you need to add new (td) its mean we has added a new td in forumdisplay table . below this code PHP Code:
<if condition="$show['search_engine']">
PHP Code:
<td class="thead"> </td>
PHP Code:
<td class="thead"> </td>
add the same td line copy and past the (td) line below <else /> to be like PHP Code:
<td class="thead"> </td>
save (FORUMDISPLAY) and open ( threadbit ) find in (threadbit) PHP Code:
<td class="alt1" id="td_threadtitle_$thread[realthreadid]" title="$thread[preview]">
PHP Code:
<td class="alt2">
thats all enjoy Download No files for download. Screenshots |