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



Posts: 1568
Location: Germany
Joined: May 27th, 2001
Gender: Male
Advanced Instant Message Box 2.0
Dec 6th, 2002 at 9:45am
Print Post  
As a little present to Nikolaus i released the Final Version of AIMB 2.0 now - finally! Grin

New in V2.0:
- BuddyList
- Prev-Next Links to IM-Display
- List ALL Messages on IM-Display
- checkbox for checking all IMs for delete
- whole Subject cell is now a link to view the IM
- Admin can see the IP of the sender
- moved IM-Preferences completely to Modify-Profile
- Bug with multiple IMs fixed
- Storage Box (thx to Homey for the idea and his mod)
- IM Preview choosable
- User can choose to view IMs in same window or in a new window
- user online status
- option for admins to send all users an IM by MemberGroups
- security popup on deleting messages
- SP1.1 style icons
- Instant Message restrictions
- enable/disable popup and sound as default for new regged users
- ability to call Instant Messages back from recipient
- print Instant Messages
- ability to setup an auto-away message
- reply/quote without open Instant Messages
- percent of box - usage if Instant Messages are limited

Get the mod here!

EDIT: Just a note - InstantMessage.pl includes already much mods which affects InstantMessage.pl like Add more MemberGroups and Advanced System Emails.....
« Last Edit: Dec 6th, 2002 at 4:03pm by dOCdaS »  
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 #1 - Dec 6th, 2002 at 12:53pm
Print Post  
wow, thanks a lot for the present... Smiley it's gonna make quite a few members (meself included) really happy... Grin
  
Back to top
 
IP Logged
 
Shen
Guest


Re: Advanced Instant Message Box 2.0
Reply #2 - Dec 6th, 2002 at 1:34pm
Print Post  
Ahh, thanks a lot.
I waited sooo long for this mod Smiley
  
Back to top
 
IP Logged
 
xtremecruiser
Full Member
***
Offline



Posts: 106
Joined: Nov 14th, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #3 - Dec 6th, 2002 at 3:36pm
Print Post  
Thanks, I am going to install it on all 3 of my boards today.
  
Back to top
 
IP Logged
 
Beastmaster
Full Member
***
Offline



Posts: 160
Location: Fairfax
Joined: Jul 24th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #4 - Dec 6th, 2002 at 5:05pm
Print Post  
compatible with advanced memberview plus?
  

Mod Wishlist:
1) Mod allowing moderators to ban users.
2) New Add more membergroups mod!
Back to top
ICQ  
IP Logged
 
Tea-Master
Forum Administrator
*****
Offline



Posts: 1945
Location: north germany
Joined: Oct 21st, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #5 - Dec 6th, 2002 at 5:36pm
Print Post  
wow - sounds awefull. i hope michael will install it here so i can check the features live and perhaps copy some ideas Grin
( but i think the important ones i already integrated to Y2 Wink )
  
Back to top
WWW  
IP Logged
 
Nine LiveS
Junior Member
**
Offline



Posts: 67
Joined: Aug 14th, 2002
Re: Advanced Instant Message Box 2.0
Reply #6 - Dec 6th, 2002 at 5:57pm
Print Post  
Beastmaster wrote on Dec 6th, 2002 at 5:05pm:
compatible with advanced memberview plus?

correct me if i'm wrong... i guess all you need to do is open your NEW InstantMessage.pl file and look for this bit of code:

Code
Select All
$yySetLocation = qq~$scripturl?action=im~;
 



and add this bit just before that:

Code
Select All
	if($username ne 'Guest') {&WriteLastOnline($username, "x", "x", $date);}
 



It worked on my board... Smiley





on a sidenote... though it works like a charm i've found a small bit of hardcoded text inside the Profile.pl file after the modifications were applied... they are:

Quote:
1.- Set Status to away:
2.- Auto away message:
3.- Please enter your Away message here which should being send if you get an instant message from someone.


located here on Action 34 of the mod file:

Code
Select All
$imconfig[7] =~ s~<br>~\n~ig;
if($imconfig[6] eq "on") { $send_away_im = 'checked'; }
$yymain .= qq~  <tr><td width="320"><font size=2><b>Set Status to away:</b></font></td><td><input type=checkbox name="sendaim" $send_away_im></td></tr>
     <tr>
	<td valign=top>
	 <font size=2><b>Auto away message:</b></font><br><font size="1">Please enter your Away message here which should being send if you get an instant message from someone.</font>
	</td>
	<td>
	 <font size=2><textarea name=awayim rows=4 cols=50 wrap=virtual>$imconfig[7]</textarea></font>
	</td>
     </tr>
    </table><BR>
    </td>
</add before>
 




perhaps they should be removed for better translation of the mod to other language packs... Smiley
  
Back to top
 
IP Logged
 
zombie65
New Member
*
Offline


Hell bent on Hell fire!

Posts: 16
Location: Vancouver
Joined: Nov 18th, 2002
Re: Advanced Instant Message Box 2.0
Reply #7 - Dec 6th, 2002 at 6:49pm
Print Post  
Installed it, and love it!
But I have 1 problem.  When I make my selections in my profile they don't show up.  They save and the config file is created and everything works, but it the selections don't show in the my profile.  Any ideas what to look for and where?   

And yes, I manually installed!  Grin
  
Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #8 - Dec 6th, 2002 at 7:06pm
Print Post  
Does this mod considers the security problem of posting HTML in the subject line?
  

The Administrator.
Back to top
WWW  
IP Logged
 
bordeglobal
God Member
*****
Offline


Only the Best Posters
Survive!

Posts: 1837
Location: Trinidad, West Indies
Joined: Sep 30th, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #9 - Dec 6th, 2002 at 9:29pm
Print Post  
Easy install on a heavy mod board and works fine for me. Thanks!
  

Back to top
WWW  
IP Logged
 
Beastmaster
Full Member
***
Offline



Posts: 160
Location: Fairfax
Joined: Jul 24th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #10 - Dec 7th, 2002 at 3:01am
Print Post  
Quote:
correct me if i'm wrong... i guess all you need to do is open your NEW InstantMessage.pl file and look for this bit of code:

Code
Select All
$yySetLocation = qq~$scripturl?action=im~;
 



and add this bit just before that:

Code
Select All
      if($username ne 'Guest') {&WriteLastOnline($username, "x", "x", $date);}
 



It worked on my board... Smiley



that line of code appears multiple times
  

Mod Wishlist:
1) Mod allowing moderators to ban users.
2) New Add more membergroups mod!
Back to top
ICQ  
IP Logged
 
zombie65
New Member
*
Offline


Hell bent on Hell fire!

Posts: 16
Location: Vancouver
Joined: Nov 18th, 2002
Re: Advanced Instant Message Box 2.0
Reply #11 - Dec 7th, 2002 at 7:29am
Print Post  
As for my prob, got it fixed!
Just forgot to put a small peice of code in the profile.pl.
Roll Eyes
  
Back to top
WWW  
IP Logged
 
BHRA Webmaster
God Member
*****
Offline


Mod Author of the Year
2002

Posts: 5238
Location: BHRA Headquarters
Joined: Jan 18th, 2002
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #12 - Dec 7th, 2002 at 11:44am
Print Post  
Beastmaster wrote on Dec 7th, 2002 at 3:01am:
that line of code appears multiple times

(The one at the bottom of sub IMPost2 {)
  


World Domination, one smiley at a time!
Back to top
 
IP Logged
 
Gardner
Guest


Re: Advanced Instant Message Box 2.0
Reply #13 - Dec 7th, 2002 at 6:24pm
Print Post  
Quote:
Does this mod considers the security problem of posting HTML in the subject line?


I'd like to know that as well before I installed it Undecided

Gardener
  
Back to top
 
IP Logged
 
Beastmaster
Full Member
***
Offline



Posts: 160
Location: Fairfax
Joined: Jul 24th, 2001
Gender: Male
Re: Advanced Instant Message Box 2.0
Reply #14 - Dec 7th, 2002 at 9:28pm
Print Post  
everything seems to be working fine, except for some weird cosmetic bugs...

sometimes, little HTML snippets will be displayed and CPU time as well (see attached pic)
  

aimb2.jpg ( 34 KB | Downloads )
aimb2.jpg

Mod Wishlist:
1) Mod allowing moderators to ban users.
2) New Add more membergroups mod!
Back to top
ICQ  
IP Logged
 
Page Index Toggle Pages: [1] 2 3 ... 6
Send TopicPrint