Wiecie może jak ustawić domyślny awatar w poście, bo wszędzie działa oprócz w poście. Wygląda to tak: 

[Obrazek: 0zSlkE0.png]

Dodaje postbit_avatar:

<center><div><a id="rotator" href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" alt="" width=200px" height="200px"  /></a></div></center>

@Edit: Nie ważne po prostu zamieniłem tą linijke:
<img src="{$post['avatar']}" alt="" alt="" width=200px" height="200px"  />
na tą
<img src="{$useravatar['image']}" alt="" width="200px" height="200px" />