Page Index Toggle Pages: 1 2 [3] 4 5 6 Send TopicPrint
Very Hot Topic (More than 25 Replies) Advanced Instant Message Box 2.0 (Read 38929 times)
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #30 - Dec 15th, 2002 at 3:58pm
Print Post  
the InstantMessage.pl might be missed some code about
  • $imtxt{'21'}
  • $imtxt{'22'}

and i haven't found the image file answered.gif in the zip file
« Last Edit: Dec 15th, 2002 at 9:19pm by Jake »  

   
Back to top
 
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #31 - Dec 15th, 2002 at 4:45pm
Print Post  
I think in InstantMessage.pl should be replaced
Code
Select All
if($action ne "imstorage") {
   if ($imnew == 1 && $action eq "im")        { $yymain .= qq~<img src="$imagesdir/imclose.gif"  border="0" alt="$imtxt{'07'}">~; }
elsif ($imnew == 2 && $action eq "im")        { $yymain .= qq~<img src="$imagesdir/answered.gif" border="0" alt="$imtxt{'08'}">~; }
elsif ($imnew eq "" && $action eq "im")       { $yymain .= qq~<img src="$imagesdir/imopen.gif"   border="0" alt="$imtxt{'09'}">~; }
elsif ($imnew == 1 && $action eq "imoutbox")      { $yymain .= qq~<img src="$imagesdir/imopen.gif"   border="0" alt="$imtxt{'09'}">~; }
elsif ($imnew eq "" && $action eq "imoutbox")      { $yymain .= qq~<img src="$imagesdir/imclose.gif"  border="0" alt="$imtxt{'07'}"><br><font size=1><a ;receiver=$rname')">$imtxt{'83'}</a></font>~; }
} 

with
Code
Select All
if($action ne "imstorage") {
   if ($imnew == 1 && $action eq "im")        { $yymain .= qq~<img src="$imagesdir/imclose.gif"  border="0" alt="$imtxt{'07'}">~; }
elsif ($imnew == 2 && $action eq "im")        { $yymain .= qq~<img src="$imagesdir/answered.gif" border="0" alt="$imtxt{'08'}">~; }
elsif ($imnew eq "" && $action eq "im")       { $yymain .= qq~<img src="$imagesdir/imopen.gif"   border="0" alt="$imtxt{'09'}">~; }
elsif ($imnew == 1 && $action eq "imoutbox")      { $yymain .= qq~<img src="$imagesdir/imopen.gif"   border="0" alt="$imtxt{'21'}">~; }
elsif ($imnew eq "" && $action eq "imoutbox")      { $yymain .= qq~<img src="$imagesdir/imclose.gif"  border="0" alt="$imtxt{'22'}"><br><font size=1><a ;receiver=$rname')">$imtxt{'83'}</a></font>~; }
} 

« Last Edit: Dec 15th, 2002 at 9:18pm by Jake »  

   
Back to top
 
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #32 - Dec 15th, 2002 at 9:09pm
Print Post  
if  enableHTML by Michael Prager installed

How to mod the InstantMessage.pl file i have the problem to show proper HTML IM in
  • imoutbox=> imshow;caller=2;id=anything
  • imstorage=> imshow;caller=3;id=anything


It showed syntax error somthing like this
Code
Select All
<table width=100% align=center><tr><td bgcolor=black align=center><font size="4" color="#cd089b" face="Arial"><b><i>"SAD MOVIES"<BR>Sue Thompson </I></B></font><BR><embed SRC="http://floswavs.sytes.net/flotag30/sadmoviessuethompson.wav" ; autostart="false" width="280" height="40"></embed><BR><img src="http://www.doctor.co.th/boardinfo/sadmovie.gif" width=280 height=200><br>~Jake~</td></tr></table>#enable_html  

while the actual codes that i've IMed was
Code
Select All
<table width=100% align=center><tr><td bgcolor=black align=center><font size="4" color="#cd089b" face="Arial"><b><i>"SAD MOVIES"<BR>Sue Thompson </I></B></font><BR><embed SRC="http://floswavs.sytes.net/flotag30/sadmoviessuethompson.wav" autostart="false" width="280" height="40"></embed><BR><img src="http://www.doctor.co.th/boardinfo/sadmovie.gif" width=280 height=200><br>~Jake~</td></tr></table> 



Please take a look at character
Code
Select All
; 

behind
Code
Select All
<embed SRC="http://floswavs.sytes.net/flotag30/sadmoviessuethompson.wav" 

I have no idea where semicolon came from  ???
But it showed correct HTML in
  • im=> imshow;caller=1;id=anything

Thanx
« Last Edit: Dec 16th, 2002 at 8:05am by Jake »  

   
Back to top
 
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #33 - Dec 16th, 2002 at 8:16am
Print Post  
OK !

I found that when HTML was permitted for IM everything works OK but it will make syntax error when you IM-HTML with some character such as
Code
Select All
~ 



Notice the above IM there was
Code
Select All
~Jake~ 

at the bottom

Is there anyway to correct this ???

And i found another that it might be some bug

-when im to someone and he/she has readed the message but in the outbox of the sender the status of IM didn't show imopen.gif it still showed imclose.gif
  

   
Back to top
 
IP Logged
 
dOCdaS
God Member
*****
Offline



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #34 - Dec 16th, 2002 at 8:40am
Print Post  
Quote:
And i found another that it might be some bug

-when im to someone and he/she has readed the message but in the outbox of the sender the status of IM didn't show imopen.gif it still showed imclose.gif


I don't get this if i test it here. So it might some fault at your side. I tested this a lot of times.

Quote:
and i haven't found the image file answered.gif in the zip file


I told already somewhere that this gif is already included in SP1.1 as default image so i've did not included it.

Quote:
the InstantMessage.pl might be missed some code about
$imtxt{'21'}
$imtxt{'22'}


You're absolutely right about that and the code you've posted. i corrected it. thx for telling this.

About the HTML i don't know. I have to test it first. Please check if it works if the HTML mod is deinstalled.
  
Back to top
WWWICQ  
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #35 - Dec 16th, 2002 at 8:55am
Print Post  
Quote:
I don't get this if i test it here. So it might some fault at your side. I tested this a lot of times


Sorry ! for inadequate information,actually i mean that

when im to someone and he/she has readed and replied the message with quote  but in the outbox of the sender the status of IM didn't show imopen.gif it still showed imclose.gif  

I've tested it for many times it may be from my own site would you mind to test this again? Grin

Let me another 2 questions

1.when preview the im while sending to each members there is the strange image look like uu  at the left upper corner in font of the subject. is this a bug? the IMG's URL is look like http://www.mysite.com/YaBBImage/.gif ==> may miss==> $icon right?

2.if admin IM to certain membergroup,there are no mail notification to members==> is this default functionality  Lips Sealed

Thank You for your comment Wink

  

   
Back to top
 
IP Logged
 
dOCdaS
God Member
*****
Offline



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #36 - Dec 16th, 2002 at 9:11am
Print Post  
Quote:
Sorry ! for inadequate information,actually i mean that 

when im to someone and he/she has readed and replied the message with quote  but in the outbox of the sender the status of IM didn't show imopen.gif it still showed imclose.gif


Ok i think i know what the "bug" is. You click reply in the preview eh? So you did not actually have read the IM. The im will just being marked as read if you click on it to read. Cause it just a preview it may hide a lot of text but if you answer directly through preview cause it's a really short IM it will not marked as read.

Quote:
1.when preview the im while sending to each members there is the strange image look like   at the left upper corner in font of the subject. is this a bug? the IMG's URL is look like http://www.mysite.com/YaBBImage/.gif ==> may miss==> $icon right?


It should work. i directly had put a variable for that. hmm if i remember it right. Also it shows the image here! Image should be xx.gif!

Quote:
2.if admin IM to certain membergroup,there are no mail notification to members==> is this default functionality


Yes i did that made default. I did have tested that option and it's already really slow cause it has to open all members files. If much members have email notification turned on it would really take a lot of more time so i deactivated it for the membergroup IMs! I should write it in the readme.txt - should i?
  
Back to top
WWWICQ  
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #37 - Dec 16th, 2002 at 12:12pm
Print Post  
Quote:
It should work. i directly had put a variable for that. hmm if i remember it right. Also it shows the image here! Image should be xx.gif!

Yes i think so it should be xx.gif but when i preview the IM message it didn't show in the left upper corner of preview box . this occurred only when preview the sending IM to each members. But when preview the message while sending to Membergroup it showed xx.gif

Thank You so much  Grin
  

   
Back to top
 
IP Logged
 
dOCdaS
God Member
*****
Offline



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #38 - Dec 16th, 2002 at 1:05pm
Print Post  
Uhm i see the picture there too but recognized another bad bug i thought i had it fixed before a while but it's there again. If you preview the IM to MemberGroups the Dropdown box with the MemberGroups disappears and there just is the name of the MemberGroup left in an Input Field. Could you pls check if it's same at your server?
  
Back to top
WWWICQ  
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #39 - Dec 16th, 2002 at 2:44pm
Print Post  
Quote:
Uhm i see the picture there too but recognized another bad bug i thought i had it fixed before a while but it's there again. If you preview the IM to MemberGroups the Dropdown box with the MemberGroups disappears and there just is the name of the MemberGroup left in an Input Field. Could you pls check if it's same at your server?

Yes, my board shows the same==> when preview the IM to MemberGroups Dropdown box with the MemberGroups disappears and there just is the name of the MemberGroup left in an Input Field   Shocked
  

   
Back to top
 
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #40 - Dec 16th, 2002 at 3:11pm
Print Post  
i've just found some bug when when view the inbox/outbox/storage IM some message makes the board messed up ???

And the board was scratched when view all it seems like the collapse table tag
  

   
Back to top
 
IP Logged
 
dOCdaS
God Member
*****
Offline



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #41 - Dec 16th, 2002 at 4:33pm
Print Post  
I had known it i released at least 5 betas and no on found bugs and now as i released final, one user finds a lot of bugs. Come on people i can't believe that happened. Think all people think RC means something funny or special. Tongue I will check this all. Maybe you could send me a message which brakes the display for "All"! thx
  
Back to top
WWWICQ  
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #42 - Dec 16th, 2002 at 5:08pm
Print Post  
Can i attach all the message file that break the dis play overhere or can i mail to you
Thank for your concern Wink
  

   
Back to top
 
IP Logged
 
dOCdaS
God Member
*****
Offline



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #43 - Dec 17th, 2002 at 7:37am
Print Post  
plz attach the file here. thx
  
Back to top
WWWICQ  
IP Logged
 
Jake
God Member
*****
Offline



Posts: 1265
Location: asia
Joined: Jun 22nd, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #44 - Dec 17th, 2002 at 7:59am
Print Post  
Sure !

@dOCda S  Please help me look at something (it would occur only my own site)

>>> when members view their inbox message and click Quote or Reply button from the preview (if enable) ==> everything is OK
>>> when members view their all inbox messages and click
  • Quote button ==>the subject of reply didn't come together and the quote messge didn't come too
  • Reply button==> the subject of reply didn't come still with N/A


>>> when members view their inbox message individually==>everything is Ok whatever they clicked Quote or Reply button 

Sorry it might make you screw up

Thanks in advance Wink
     

  

Jake_IM_FILE.zip ( 3 KB | Downloads )

   
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 4 5 6
Send TopicPrint