[Phpfreechat-svn] SF.net SVN: phpfreechat: [832] trunk/themes/zilveer/readme.txt
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-10-16 17:44:35
|
Revision: 832 http://svn.sourceforge.net/phpfreechat/?rev=832&view=rev Author: kerphi Date: 2006-10-16 10:31:18 -0700 (Mon, 16 Oct 2006) Log Message: ----------- cleaning Removed Paths: ------------- trunk/themes/zilveer/readme.txt Deleted: trunk/themes/zilveer/readme.txt =================================================================== --- trunk/themes/zilveer/readme.txt 2006-10-16 17:25:46 UTC (rev 831) +++ trunk/themes/zilveer/readme.txt 2006-10-16 17:31:18 UTC (rev 832) @@ -1,44 +0,0 @@ -Hi, - -the only changes I have made is that I have added this line in file pfcclient.js. ------------------- -line += (id % 2 == 0) ? '<div class=pfc_message1>' : '<div class=pfc_message2>'; - ---------------------- - -it is in the foor-loop in function "handleComingRequest: function( cmds )" at line 738. - -mine is looking like this: ------------------ - - handleComingRequest: function( cmds ) - { - var msg_html = $H(); - - //alert(cmds.inspect()); - - // var html = ''; - for(var mid = 0; mid < cmds.length ; mid++) - { - var id = cmds[mid][0]; - var date = cmds[mid][1]; - var time = cmds[mid][2]; - var sender = cmds[mid][3]; - var recipientid = cmds[mid][4]; - var cmd = cmds[mid][5]; - var param = cmds[mid][6]; - var fromtoday = cmds[mid][7]; - var oldmsg = cmds[mid][8]; - - // format and post message - - var line = ''; - - //CSS-zilveer - - line += (id % 2 == 0) ? '<div class=pfc_message1>' : '<div class=pfc_message2>'; ------------- -i will also include this file. - - -/regards, Isa Acar (zilveer), send me a mail if you have any questions: zi...@gm... This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |