Direct IM Inbox Mod
0.1
Shows direct the Inbox if you goes to your instant messages
Pyrrhon
http://www.philtalk.de
Sources/InstantMessage.pl
if ($useraccount{$musername}) {
if ($userprofile[19] ne "checked" || $settings[7] eq "Administrator" || $allow_hide_email ne 1) {
$yymain .= qq~
$userprofile[4]$img{'email'}$profbutton
~;
} else {
$yymain .= qq~
$userprofile[4]$profbutton
~;
}
}
# direct im inbox mod
$yymain .= qq~
| $msub |
$mydate |
$message
|
$userprofile[5]
|
|
~;
# end direct im inbox mod
| |