MyBB Community Forums

Full Version: Displaying Post Icons on Index
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to figure out how to display the last thread's icon on the lastpost on index. Any suggestions?
You will need to use a plugin to do this. As far as coding it is concerned, my suggestion is to use the build_forumbits_forum hook. For that function you will need to return the data, not try and output it.