Quote:
Originally Posted by Stromba
I think they not helping here "CUNDER",
|
No therefore I found myself the solution
try this
Go to Template: forumhome_vbshout_shout
Find:
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>
and replace with:
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><if condition="!$Shout[s_me]">
{$Shout['s_shout']}
<else />
<span class='highlight'>
*{$Shout['username']} {$Shout['s_shout']}*
</span>
</if>
</td>
</tr>
hope that this is the solution for your