Quote:
Originally Posted by GuaRRand
Is there a way to turn of the timestamps?
(didnt see them in the options)
|
Hi GuaRRand. I think I can help U
1- Now, turn on the debug mode simple by adding:
PHP Code:
$config['Misc']['debug'] = true;
to your includes/config.php just before
Code:
/*======================================================================*\
|| ####################################################################
Read more here
2- ACP -> vBulletin Options -> vBShout Options ->
Add Setting:
Varname: shout_time_display
Setting Group: vBShout Options
Product: vBShout
Title: Display Time
Description: Display time on shout ?
Option Code: yesno
Data Validation Type: Boolean
Default: 1
Display Order: This is option 4 U
vBulletin Default: Yes
3- Open template forumhome_vbshout_shout, find
change to
Code:
<if condition="$vboptions[shout_time_display]">
[{$Shout['time']}]
</if>
Done. I hope U like it