Hello,
I have installed the style and it is great. I also put some modifications - for enabling post number and rank management.
People began posting. But - if a person makes an avatar - his name appears. Otherwise - no.
Here is a link so you may see what I am talking about:
http://www.russianavantgard.com/phpBB3/ ... 7&p=65#p65
In the template viewtopic_body.html file (I don't know php, but I am guessing

) the lines that seem to be responsible to show the author are written thus:
<div class="postauthor"
<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->
<!-- IF postrow.POST_AUTHOR_COLOR--> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->
{postrow.POST_AUTHOR}
</div>
And then there are the rank lines.
Please advise.