Index: branches/5.1.x/units/posts/posts_config.php =================================================================== diff -u -N -r13184 -r13548 --- branches/5.1.x/units/posts/posts_config.php (.../posts_config.php) (revision 13184) +++ branches/5.1.x/units/posts/posts_config.php (.../posts_config.php) (revision 13548) @@ -1,6 +1,6 @@ Array ( 'UserName' => 'IF (ISNULL(u.Login), IF (%1$s.CreatedById = -1, "root", IF (%1$s.CreatedById = -2, "Guest", "n/a")), u.Login)', + 'AltName' => 'img.AltName', 'SameImages' => 'img.SameImages', 'LocalThumb' => 'img.LocalThumb', 'ThumbPath' => 'img.ThumbPath', @@ -100,6 +101,7 @@ 'ShowSignatures' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1, 'default' => 1), // for avatar image + 'AltName' => Array('type' => 'string', 'default' => ''), 'SameImages' => Array('type' => 'string', 'default' => ''), 'LocalThumb' => Array('type' => 'string', 'default' => ''), 'ThumbPath' => Array('type' => 'string', 'default' => ''),