Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Flenix on January 30, 2013, 10:46:07 AM

Title: What's the part on the left of a post called, and how do I change it?
Post by: Flenix on January 30, 2013, 10:46:07 AM
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?
Title: Re: What's the part on the left of a post called, and how do I change it?
Post by: HunterP on January 30, 2013, 11:01:45 AM

You might want to have a look at Display.template.php :)
Title: Re: What's the part on the left of a post called, and how do I change it?
Post by: All Colours Sam on January 30, 2013, 11:55:39 AM
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">