Hey guys,
I'm doing some tweaks around my forum right now, and I was trying to change the section that appears on the left of posts (Saying things like name, karma, post count etc)
I couldn't figure out to change it, mostly because I don't know what it's even called! That makes checking the docs kinda challenging. Anyone able to point me in the right direction?
You might want to have a look at Display.template.php :)
There are two files than handles that info, one is Display.template.php and the other one is PersonalMessage.template.php, on Display.php the part that handles it starts on this comment:
// Show information about the poster of this message.
Both uses a div with a poster class <div class="poster">