Quote:
Originally Posted by Mark.B
I don't know...but if you look at my site, http://www.bowlandcentral.com/forum/...hp?do=getdaily, that's a getdaily search and those avatars down the left hand side are populated from the code in the search files that already exists.
Here's the code I use in search_threadbit:
Code:
<img style="vertical-align:top;padding: 3px;background: #ffffff; border: {vb:stylevar light_border}; margin-bottom: 20px;" class="inlineimg rounded2" width="30" height="30" alt="Started by {vb:raw thread.postusername}" src="{vb:raw vboptions.bburl}/<vb:if condition="$thread['post_avatar']">{vb:raw thread.post_avatar.0}" {vb:raw thread.post_avatar.1}<vb:else />images/misc/unknown.gif"</vb:if> /></a>
|
I see that it is vB4.1.3 and I am developing it on vB4.1.2 and so that could be the factor. Will update my dev server and see if it is starting from vB4.1.3.