I'm trying to modify the width of the post icon column, but i can't find the template php file that carries the code for this part.
I checked the messageIndex.template.php, but codes for the first 2 columns are no where to be found in the file.
Could anyone kindly help me to locate this part of code? Thanks!
MessageIndex.template.php is the right file yes.
The code block you need is:
<td class="windowbg2" valign="middle" align="center" width="5%">
<img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
</td>