Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   BT.Manager (phpMyBitTorrent) (http://www.bvlist.com/forumdisplay.php?f=23)
-   -   How to remove date before the name in shoutbox? (http://www.bvlist.com/showthread.php?t=6186)

snip07 19th March 2011 08:37

How to remove date before the name in shoutbox?
 
Hi guys, I'm new to using this script. How do I remove the dates everytime a user chats in the shoutbox? Thanks

joeroberts 19th March 2011 11:52

there well be a few areas you well need to edit

first file is blocks/shoutbox.php
find
PHP Code:

[<span class=\"shout_time\">".$shout_time."</span>] 

and remove it there is 2 counts there

Now open ajax.php and do the same there is 5 counts there.
Now open shoutdetach.php and remove the 2 counts there.

snip07 19th March 2011 12:18

Thank you! It worked :D

wMan 8th July 2011 17:22

Quote:

Originally Posted by joeroberts (Post 27227)
there well be a few areas you well need to edit

first file is blocks/shoutbox.php
find
PHP Code:

[<span class=\"shout_time\">".$shout_time."</span>] 

and remove it there is 2 counts there

Now open ajax.php and do the same there is 5 counts there.
Now open shoutdetach.php and remove the 2 counts there.

do i remoove ?
PHP Code:

$shout_time gmdate("Y-m-d H:i:s"sql_timestamp_to_unix_timestamp($shout['posted'])+(60 get_user_timezone($user->id))); 

do i remove all this line
PHP Code:

."[<span class=\"shout_time\">".$shout_time."</span>] 



All times are GMT +2. The time now is 00:23.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.