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 39104 times)
Gekko
Full Member
***
Offline



Posts: 231
Joined: Aug 21st, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #45 - Dec 17th, 2002 at 2:21pm
Print Post  
@dOCda S

After installing your mod everything works fine! I have none of the problems described in the posts before... Your new mod will make me and my users happy!

Thanks a lot for your work!

I just found one thing witch would be useful:

Printing is only available after clicking on a message and than on "All". But I would like to have a print from a single message too. Any chance?

cu Gekko
  
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 #46 - Dec 17th, 2002 at 3:25pm
Print Post  
Thanks @ Gekko great to hear this

It means that the problems in post# 44 comes from myown site right? ,but it really happened

Anyone have any ideas?

@dOCda S if this is my fault Sorry about that,

Would you mind let me ask you and can you tell me what might be the cause in post#44

QuoteReply hyperlink that makes no problem on my site looks like this
Code
Select All
http://www.mysite.com/cgi-bin/yabb/YaBB.pl?action=imsend;caller=1;num=0;quote=1;to=jake;id=10400231855160 



QuoteReply hyperlink that makes problem in the same message above but click from when viewed all messages on my site looks like this
Code
Select All
http://www.mysite.com/cgi-bin/yabb/YaBB.pl?action=imsend;caller=1;num=;quote=1;to=jake;id=10400231855160 



Notice at num=;

Seems like $counter cann't be read
I've attached my Instantmessage.pl  Kiss  Wink Grin

Thank You Kiss

  

Jake_InstantMessage_pl.txt ( 47 KB | Downloads )

   
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 #47 - Dec 17th, 2002 at 9:36pm
Print Post  
@dOCda S Please correct me about missing xx..gif image on preview IM

I just replaced
Code
Select All
if( $FORM{'waction'} eq 'previewim' ) {
	$FORM{'waction'} = 'previewim';
	require "$sourcedir/Post.pl";
	&Preview;
} 

in sub IMPost2 of InstantMessage.pl with
Code
Select All
if( $FORM{'waction'} eq 'previewim' ) {
	$FORM{'waction'} = 'previewim';
	require "$sourcedir/Post.pl"; $FORM{'icon'} = "xx";
	&Preview;
} 



ThankYou
* Jake Still find out the problem in post #44
  

   
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 #48 - Dec 18th, 2002 at 7:09am
Print Post  
@Jake: which version of YaBB do you use?
If i remember it right there was a fix for the problem with the icons in SP1.1 already?
Anyway you've done right. should work.
I also took a look at your im's but still hadn't found something.
  
Back to top
WWWICQ  
IP Logged
 
dOCdaS
God Member
*****
Offline



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #49 - Dec 18th, 2002 at 7:16am
Print Post  
Gekko wrote on Dec 17th, 2002 at 2:21pm:
Printing is only available after clicking on a message and than on "All". But I would like to have a print from a single message too. Any chance?


I wanted to put out the Version 2.0 after that long time so i did left out some ideas i still have and may implement it into a later version. I had edited the standard print routine the way that im can use it too. But i did not a check for printing a single message. I will put this into the next version later.
  
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 #50 - Dec 18th, 2002 at 9:02am
Print Post  
Quote:
@Jake: which version of YaBB do you use?
If i remember it right there was a fix for the problem with the icons in SP1.1 already?
Anyway you've done right. should work.
I also took a look at your im's but still hadn't found something.

I use YaBB SP 1 and partial upgraded to 1.1 because my board are plenty of mods the file that i hadn't upgraded yet are
  • ModifyMessage.pl and
  • Subs.pl


THANK YOU  Grin
« Last Edit: Dec 19th, 2002 at 10:51am by Jake »  

   
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 #51 - Dec 19th, 2002 at 1:03pm
Print Post  
Hmm that's a hardcoded bug. i will check this later if i have time.
  
Back to top
WWWICQ  
IP Logged
 
Nine LiveS
Junior Member
**
Offline



Posts: 67
Joined: Aug 14th, 2002
Re: Advanced Instant Message Box 2.0
Reply #52 - Dec 21st, 2002 at 6:23pm
Print Post  
i've had a slight problem with this mod whick could be a bug... say for example i have 10 messages on my inbox and i am reading message #10 (the newest message on the inbox)... IF i click the "quote" button while i'm reading the newest message and just before that a newer message arrived, the message quoted will be the newer one, and NOT the one i was reading...

kinda hard to explain in english... hope that explanation made sense... Smiley
  
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 #53 - Dec 23rd, 2002 at 2:52am
Print Post  
Yeah thx, DaveB reported this to me too via IM before a while. i have to take a closer look at it.
  
Back to top
WWWICQ  
IP Logged
 
astrogirl
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jul 20th, 2002
Re: Advanced Instant Message Box 2.0
Reply #54 - Dec 29th, 2002 at 4:27am
Print Post  
Is there anything I have to change in InstantMessage.pl as I am unable to read messages as the url generated is incorrect:

Quote:
...YaBB.cgi?action=imshow;caller=1;id=1.04113370011355e+16


Where did all these 'e's to the power of come from?

I have no other mods installed and would really appreciate some help!

Many thanks
Astrogirl
  
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 #55 - Jan 5th, 2003 at 1:48pm
Print Post  
seems your server does not handle such long numbers which are generated by the date in it's long format. i dunno how to get around this. but it does not happen to you normal threads in your board?
  
Back to top
WWWICQ  
IP Logged
 
astrogirl
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jul 20th, 2002
Re: Advanced Instant Message Box 2.0
Reply #56 - Jan 5th, 2003 at 6:48pm
Print Post  
Yes, rather bizarre as posts and previous IMs are correctly numbered in the url. When creating IMs with the AIM mod, it got 'e'ed.
  
Back to top
 
IP Logged
 
Z
Guest


Re: Advanced Instant Message Box 2.0
Reply #57 - Jan 8th, 2003 at 4:38pm
Print Post  
astrogirl wrote on Dec 29th, 2002 at 4:27am:
Is there anything I have to change in InstantMessage.pl as I am unable to read messages as the url generated is incorrect:

Where did all these 'e's to the power of come from?

I have no other mods installed and would really appreciate some help!

Many thanks
Astrogirl



..YaBB.cgi?action=imshow;caller=1;id=1.04113370011355e+16 


Search in InstantMessage.pl
# Create unique Message ID = Time & ProccessID
$messageid = $^T.$$;
$messageid = $messageid + $addnr;

and replace
# Create unique Message ID = Time & ProccessID
$messageid = $^T.$$;
#$messageid = $messageid + $addnr;

after this new IM work correct
old IM (if include processID) incorrect: delete Sad
  
Back to top
 
IP Logged
 
astrogirl
New Member
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Jul 20th, 2002
Re: Advanced Instant Message Box 2.0
Reply #58 - Jan 8th, 2003 at 11:56pm
Print Post  
Many thanks will try this out!
  
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 #59 - Jan 9th, 2003 at 2:27am
Print Post  
@astrogirl
have your board got problem as i've posted in #46 of this thread?
Kiss
  

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