Remove Time Posted Inferno vBShout Settings (Pro)

bobby37

New Member
How do you remove the red text next to a message posted by a user?

Example:

[2 Minutes Ago 01:17 AM] BIG_MATT: hows it going sally

It is not in the settings anywhere.
 

ChopSuey

New Member
HTML:
<if condition="!$shout[s_me]">
<div style="padding-top: 1px; padding-bottom: 1px;<if condition="$shout[s_notice]">padding-bottom: 6px;</if>" class="smallfont"<if condition="$canmod"> ondblclick="return InfernoShoutbox.edit_shout($shout[sid]);"</if>><if condition="!$shout[s_notice]"></if><if condition="$shout[s_private] > 0 && !$ispmwindow">[<strong>PM</strong>] </if><if condition="!$shout[s_notice]"><a <if condition="!$vboptions[ishout_disable_pm]">href="#" onclick="return InfernoShoutbox.open_pm_tab('pm_{$shout['userid']}', '$shout[javascript_name]');"<else />href="member.php?$session[sessionurl]u=$shout[s_user]"</if>></if>$shout[musername]<if condition="!$shout[s_notice]"></a></if>: $shout[s_shout]</div>
<else />
<div style="padding-top: 1px; padding-bottom: 1px;" class="smallfont"<if condition="$canmod"> ondblclick="return InfernoShoutbox.edit_shout($shout[sid]);"</if>>*$shout[musername] $shout[s_shout]*</div>
</if>

Add To
Code:
inferno_shoutbox_shout

Replace The Whole Thing
 
Top