News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

I need a little help

Started by kopchev, December 22, 2008, 07:24:08 AM

Previous topic - Next topic

kopchev

Hello, I want to change the way the first post of a thread look like: being more specific: i wanna "Posted on: date etc" to be shown, and Reply #... to be shown ot the other posts. Now the fist post begins with << : date etc..., and I want it to begin with << Posted on: date ....>>

The code i should alter is:

// If this is the first post, (#0) just say when it was posted - otherwise give the reply #.
echo '
<div class="smalltext">&#171; <b>', !empty($message['counter']) ? $txt[146] . ' #' . $message['counter'] : '', ' ', $txt[30], ':</b> ', $message['time'], ' &#187;</div></td>
<td align="', !$context['right_to_left'] ? 'right' : 'left', '" class="postbuttons">';


Any suggestions...

Advertisement: