
02-09-2013, 04:00 AM
|
|
|
Join Date: Nov 2011
Location: Ellensburg, WA
Posts: 1,075
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by shabbirbhimani
In the search_threadbit template you have added the following code.
Code:
<a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}"><img height="32px" width="32px" style="float:left;margin-right:4px" src="{vb:raw thread.lastposteravatarurl}" border="0" /></a>
Replace that with the following
Code:
<a href="{vb:link member, {vb:raw thread}, null, 'lastposterid', 'lastposter'}"><img height="32px" width="32px" style="float:left;margin-right:4px;margin-left:4px" src="{vb:raw thread.lastposteravatarurl}" border="0" /></a>
Let me know if it works.
|
That worked.
Thank you.
|