mesaj yazdığınız pencereye aynı phpbb deki gibi www adresi , özel mesaj ve eposta butonlarını ekleyebilirsiniz.
önce
admincp > stiller-temalar > stil yöneticisi > temaları düzenle > postbit temaları > postbit_legacy açın.
sonra şunu bulun
PHP- Kodu:
<!-- controls -->
hemen altına şu kodları ekleyin
PHP- Kodu:
<if condition="$show['homepage']">
<a href="$post[homepage]"><img src="$stylevar[imgdir_button]/home.gif" alt= "$post[username]'in Web sitesi" border="0"/></a>
</if>
<if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendpm.gif" alt= "$post[username]'e özel mesaj gönder" border="0"/></a>
</if>
<if condition="$show['emaillink']">
<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$post[userid]" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt= "$post[username]'e @mail gönder"" border="0"/></a>
</if>
ve son olarak bunu kaydedin. işlem tamamdır...
