Location In Messages YaBB2 1.0 For YaBB2.1 This mod add a info about Location from User Profile to Messages display. Installing: - Apply the mod. - Upload modified files (in ASCII mode): Sources/Display.pl Templates/default/Display.template Boris Tjuvanov (MF-B) http://www.mf-b.ru/cgi-bin/yabbTEST/YaBB.cgi Sources/Display.pl $star = $memberstar{$musername}; $displaytown = ''; if (${$uid.$musername}{'location'} ne '') { $displaytown = qq~
${$uid.$musername}{'location'}~; }
$exmem = 1; $star = ''; $displaytown = ''; $musername = "Guest"; $star = ''; $displaytown = ''; $outblock =~ s//$star/g; $outblock =~ s//$displaytown/g; Templates/default/Display.template