| Author |
Message |
agentorange
Newbie


Joined: Feb 28, 2008
Posts: 3
|
Posted:
Thu May 22, 2008 3:32 am |
|
Can the time stamp be remmed out?? Was trying but haven't got it yet  |
|
|
|
 |
corpse
Repeat Offender

Joined: Apr 06, 2008
Posts: 30
|
Posted:
Thu May 22, 2008 5:15 am |
|
Yes, I did it for mine,
Open up modules/Live_Chat/chat.js
##Find
| Code: |
| htmlMessage += "</span><br />" + time + ""; |
on line 249
##Replace with
| Code: |
| htmlMessage += "</span>"; |
I believe that was the only thing I removed that removed the time from each message. |
|
|
|
 |
agentorange
Newbie


Joined: Feb 28, 2008
Posts: 3
|
Posted:
Thu May 22, 2008 5:32 am |
|
changed that but still coming up
AgentOrange: test time
05/21/2008 02:26:53 pm
AgentOrange: test
05/21/2008 02:28:48 pm |
|
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 726
|
Posted:
Thu May 22, 2008 7:24 am |
|
try clearing your cache, the old js file is probably still being used. |
|
|
|
 |
|
|