Quote:
Originally Posted by vietdjclub
just edit it on forumhome_vbshout_shout
|
Thank you...:
Code:
<tr>
<td width="1%" style="white-space:nowrap" align="left" valign="top">
[{$Shout['time']}]
<if condition="!$Shout[s_me]">
<if condition="$Shout[s_by]">
<a href='member.php?{$session['sessionurl_q']}u={$Shout['s_by']}'>
</if>{$Shout['username']}<if condition="$Shout[s_by]"></a></if>:
</if>
</td>
<td width="100%" align="left">
<if condition="!$Shout[s_me]">
{$Shout['s_shout']}
<else />
<span class='highlight'>
*{$Shout['username']} {$Shout['s_shout']}*
</span>
</if>
</td>
</tr>
What is to change here? If i remove 'time' i get:
[]user: text
but i want :
[12:23]User: text
EDIT: Done in the ACP-time settings.