Cosmetic Changes in Message Display - SP1
1.0
This moves the >> Email, Homepage, ICQ, AIM, YIM, .... << Icons from the Memberinfo-Column to the top of the Post-Info (Subject, Date - - Quote, Modify).
dOCda S!
http://gpu.hackers.sk/hacks/index.htm
Sources/Display.pl
$userprofile[13]$userprofile[12]
$userprofile[8] $icqad $userprofile[10] $yimon $userprofile[9]
~;
}
if($musername eq "Guest") {
$yymain .= qq~
$img{'email_sm'}
~;
}
elsif ($userprofile[19] ne "checked" || $settings[7] eq "Administrator" || $allow_hide_email ne 1) {
$yymain .= qq~
$profbutton$userprofile[4] $img{'email_sm'}$sendm
~;
} else {
$yymain .= qq~
$profbutton$userprofile[4]$sendm
~;
}
$yymain .= qq~
$userprofile[11]
$userprofile[13]$userprofile[12]
~;
}
$yymain .= qq~
$userprofile[11]
« $counterwords $txt{'30'}: $messdate »
$userprofile[8] $icqad $userprofile[10] $yimon $userprofile[9]
~;
if($MenuType == 1 && $userprofile[8] || $userprofile[10] || $userprofile[9]) { $yymain .= qq~ ~; }
elsif($MenuType != 1 && $userprofile[8] || $userprofile[10] || $userprofile[9]) { $yymain .= qq~ » ~; }
if($musername eq "Guest") { $yymain .= qq~$img{'email_sm'}~; }
elsif ($userprofile[19] ne "checked" || $settings[7] eq "Administrator" || $allow_hide_email ne 1) {
$yymain .= qq~$profbutton$userprofile[4] $img{'email_sm'}$sendm~;
} else { $yymain .= qq~$profbutton$userprofile[4]$sendm~; }
$yymain .= qq~
|