MyBB Community Forums

Full Version: First and Last Post Avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Good.
Download and install plugin First and Last Post Avatar of Tomm M but the problem, if you can call it that, is that I can not set to be displayed in the forum.

I read the documentation for your GitHub but did not understand -. -

As I can do ..?

Thanks in advance.
It's fairly straight forward. Follow this part for the index:

https://github.com/tommm/flpavatar#on-the-forum-index

Just copy and paste the code to the top of your forumbit_depth2_forum_lastpost template.

Make sure you check the appropriate box at the bottom of General Configuration.
If I read it but where active options in the ACP?
You could leave a screenshot ..
Admin CP -> Configuration -> General Configuration

Scroll down to the bottom.
Thank you! But one last thing, which modify the dimensions of the avatar in this case? Since this is shown in the index.
[Image: 581108-916201220526am.png]
For the avatar code you pasted:

<span><a href='{$forum['flp_lastpost']['profile']}' title='Lastpost by {$forum['flp_lastpost']['username']}'><img src='{$forum['flp_lastpost']['avatar']}' {$forum['flp_lastpost']['dimensions']} alt='' /></a></span>

Replace it with:
<span><a href='{$forum['flp_lastpost']['profile']}' title='Lastpost by {$forum['flp_lastpost']['username']}'><img src='{$forum['flp_lastpost']['avatar']}' width="40" height="40" alt='' /></a></span>

Change width="40" height="40" to the size you want them to be.
I had seen one of your websites but I did not get and copy XD
Thanks for the clarification Smile