The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

24.05.13 at 13:46:55, Welcome, Guest. Please Login or Register

Choose Language:
Pages: 1 ... 3 4 5 6 
Advanced Instant Message Box 2.0 (Read 13490 times)
gardener
Guest





Reply #60 - 11.01.03 at 20:44:48  
Great addition Smiley  One problem with my install though.  I get a javascript error when I try to 'recall' a sent message.  Any idea where to look to correct this?

Thanks

gardener
 
IP Logged
 
astrogirl
Bloody Novice
*
Offline

Posts: 7



Reply #61 - 12.01.03 at 15:03:34  
Jake wrote on 09.01.03 at 02:27:56:
@astrogirl
have your board got problem as i've posted in #46 of this thread?
Kiss


Haven't noticed any of these problems from your #46 post. I don't have any other mods installed, will let you know how the little script change goes.


 
IP Logged
 
Chewy
Guest





Reply #62 - 15.01.03 at 05:05:19  
Where's the sound pack?
 
IP Logged
 
LoonyPandora
Moderator
*****
Offline

London, United Kingdom
Posts: 1705



Reply #63 - 30.01.03 at 00:36:55  
Nine LiveS wrote on 21.12.02 at 18:23:50:
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


I've only got the last version of AIM installed,(Just reading the bug reports before I install this version Wink) This bug was present in the last version, but it was also much worse.

For instance, Say you open your Inbox, you have 1 new messages, but you just want to delete it. so you click the checkbox, and hit delete. However, if inbetween you open the page, and you hitting delete, someone sends you another IM, you will delete the NEW message, not the one you selected. This happens when you click the remove link when viewing messages aswell. It's happend 3-4 times to me now.

Just thought I'd mention it, in case you didn't know about it , it may have been fixed by now, I don't know Smiley
 
IP Logged
 

Apple Technical Support
Code:
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig;
Nine LiveS
Hacker Wannabe
**
Offline

Posts: 67



Reply #64 - 30.01.03 at 13:05:43  
lol... yup, that DOES sound much worse... nah, i did not install the previous version as i only had yabb running since april last year and have only stopped worrying about installing mods a few months ago... anyway, by then there was a beta version to this mod already out... Wink
 
IP Logged
 
wjkingsnorth
Bloody Novice
*
Offline

Posts: 15



Reply #65 - 01.02.03 at 00:43:57  
I am fairly new to code. My icons are not showing up, just the little x box shows up. I think the problem is, my images are in the directory  /yabbimages instead of the default  /YaBBimages. If this is the case which file do I need to edit to point the MOD to the proper image?

Also I cant find the sound files anywhere on the web addresses I have seen concerning this mod. Anyone know where I can get them? If not anyone know which file I need to edit to point to other sound files I have found?
 
IP Logged
 
Jake
Hacker God
*****
Offline

Posts: 1265



Reply #66 - 01.02.03 at 03:38:34  
Jake wrote on 17.12.02 at 21:36:14:
@dOCda S Please correct me about missing xx..gif image on preview IM

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



Try to correct this as above inyour Instantmessage.pl
It works  Wink
 
IP Logged
 

...  ...  ...
LoonyPandora
Moderator
*****
Offline

London, United Kingdom
Posts: 1705



Reply #67 - 01.02.03 at 10:44:09  
wjkingsnorth wrote on 01.02.03 at 00:43:57:
I am fairly new to code. My icons are not showing up, just the little x box shows up. I think the problem is, my images are in the directory  /yabbimages instead of the default  /YaBBimages. If this is the case which file do I need to edit to point the MOD to the proper image?

Also I cant find the sound files anywhere on the web addresses I have seen concerning this mod. Anyone know where I can get them? If not anyone know which file I need to edit to point to other sound files I have found?


Have you set your paths correctly in your admin centre? your yabbimages directory should point to your yabbimages, not YaBBimages. there should also be a URL in your admin centre for the path to your sounds directory. just make sure it is outside your CGI-BIN, otherwise they won't play.
Smiley
 
IP Logged
 

Apple Technical Support
Code:
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig;
wjkingsnorth
Bloody Novice
*
Offline

Posts: 15



Reply #68 - 01.02.03 at 13:41:30  
I got the images to work! Thanks a bunch. Can I use any sound files I want?? Or do I need the ones made for the Mod?

I am also having a problem with the Preferences part of the Mod. It gives me an error message when I click on it.

Can't open directory (../../YaBBImages/avatars)!
Please inform the administrator of this forum to fix the $facesdir setting immediately.

??? What do I need to fix?
 
IP Logged
 
LoonyPandora
Moderator
*****
Offline

London, United Kingdom
Posts: 1705



Reply #69 - 01.02.03 at 16:25:14  
I don't know too much about this mod, but I would think that you can use any sound file, if it's in the correct format. Also, make the fielnames the same as the default sounds. and try it. I'm not sure though  Undecided

That error is because it can't find the directory for your avatars. There should be a folder inside your yabbimages folder called "avatars" you need to set the path to it in your admin centre. (It looks like you just need to change 'YaBBImages' to 'yabbimages' since your not using the default folder name Wink)

no probs  8)
 
IP Logged
 

Apple Technical Support
Code:
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig;
wjkingsnorth
Bloody Novice
*
Offline

Posts: 15



Reply #70 - 01.02.03 at 19:12:30  
Well I got that problem fixed too! Now I only need to know is what the default sound file names are. Does anyone know how many and their names?? I have several sound files that I can rename to what the mod is looking for.
 
IP Logged
 
LoonyPandora
Moderator
*****
Offline

London, United Kingdom
Posts: 1705



Reply #71 - 01.02.03 at 20:34:14  
Aren't they in the zipfile with the mod? if not, try looking at all the posts in this thread, see if there is a link to where you can get them.

Otherwise, I can't help you. sorry  Undecided
 
IP Logged
 

Apple Technical Support
Code:
#!/usr/bin/perl --
($sig ='ddiissjjttuuffss ddaoouu ssffaee uuiijjtt
jj ssvvmmff auu qqffssmm ttmmaoohhjjoohh nnauuddiifftt')
=~y~b-v~a-z~s;
print $sig;
Cina
Bloody Novice
*
Offline

, Sweden
Posts: 6



Reply #72 - 13.02.03 at 19:25:53  
Hello,

I have a small problem,

When I installed this mod its work just fine.
But when I want to set up a messages to new registred members, I can't save the messages I enter in the box. Everytime I do this I have to re-upload my setting.pl
What am I doing wrong here ??

I have Yabb 1 sp/1.1
With the readformsecurityfix2.mod installed

I hope you can help me

* Cina
 
IP Logged
 
Jake
Hacker God
*****
Offline

Posts: 1265



Reply #73 - 14.02.03 at 09:42:27  
Cina wrote on 13.02.03 at 19:25:53:
Hello,

I have a small problem,

When I installed this mod its work just fine.
But when I want to set up a messages to new registred members, I can't save the messages I enter in the box. Everytime I do this I have to re-upload my setting.pl
What am I doing wrong here ??

I have Yabb 1 sp/1.1
With the readformsecurityfix2.mod installed

I hope you can help me

* Cina


Sound like you miss some codes in AdminEdit.pl file
 
IP Logged
 

...  ...  ...
Cina
Bloody Novice
*
Offline

, Sweden
Posts: 6



Reply #74 - 14.02.03 at 16:33:17  
Thank's a lot Jake Grin

I deleted the mod and re-installed it and it is working fine now  Cheesy
 
IP Logged
 
Pages: 1 ... 3 4 5 6 
© 2000-2012 by - All rights reserved.

Project website hosting proudly sponsored and provided by UK2 Hosting
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum