Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Display Avatars in Quickreply form like FaceBook

Adding User's Avatars into Quickreply form like FaceBook



Go to AdminCP » Template Sets » Your_templates » Show Thread Templates » Edit Template: showthread_quickreply
Find:

PHP Code:
<strong>{$lang->message}</strong><br /> 


Replace with:

PHP Code:
<strong>{$lang->message}</strong><br /> 
<
img border="0" src="{$mybb->user['avatar']}alt="{$mybb->user['username']}width="80" align="right"/> 


Screenshot:
[IMG]http://i.imgur.com/aKqD1.jpg[/IMG]

Source: MyBB.Vn

Previews:Preview Image 5693