Google

NukeCoder


View next topic
View previous topic
Post new topic   Reply to topic
Author Message
slacker




Joined: Oct 04, 2008
Posts: 22

PostPosted: Tue Dec 02, 2008 2:42 am
Reply with quote

The members of my site wanted the chat message in the similar way like in SPChat with the time in front of the message like this:

01/12 23:11 Nissegossen: 3000 kanaler

in chat.js line 246

Find:
Code:
htmlMessage += "<div style='margin-bottom: 6px;'>";
    htmlMessage += "<a target='blank' href='modules.php?name=Your_Account&amp;op=userinfo&amp;username=" + name + "'><strong>" + name + "</strong></a>:  <span style='"+colorStr+sizeStr+boldStr+italicStr+underlineStr+"'>";
    htmlMessage += message.toString();
    htmlMessage += "</span><br />" + time + "";
    htmlMessage += "</div>";
    outputMessage(htmlMessage);




Change to:


Code:
    htmlMessage += "<div style='margin-bottom: 6px;'>";
    htmlMessage += "" + time + "  <a target='blank' href='modules.php?name=Your_Account&amp;op=userinfo&amp;username=" + name + "'><strong>" + name + "</strong></a>:  <span style='"+colorStr+sizeStr+boldStr+italicStr+underlineStr+"'>";
    htmlMessage += message.toString();
    htmlMessage += "</div>";
    outputMessage(htmlMessage);


lib/class.chat.php line 238

Find:
Code:
$time = htmlspecialchars(date('m/d/Y h:i:s a', $row['timestamp']));



Change to:

Code:
$time = htmlspecialchars(date('d/m H:i', $row['timestamp']));


Last edited by slacker on Wed Dec 03, 2008 1:56 am; edited 1 time in total 
View user's profile Send private message
gotcha
Site Admin
Site Admin



Joined: Oct 25, 2004
Posts: 921

PostPosted: Tue Dec 02, 2008 4:37 pm
Reply with quote

nice tip, thanks
 
View user's profile Send private message Visit poster's website
smitty2b2




Joined: Feb 19, 2009
Posts: 1

PostPosted: Fri Jul 03, 2009 6:48 pm
Reply with quote

How can you change the time? mine is about 2 hours behind
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 5 Hours
Forums ©