Index: branches/5.0.x/units/topics/topics_config.php =================================================================== diff -u -r13285 -r13323 --- branches/5.0.x/units/topics/topics_config.php (.../topics_config.php) (revision 13285) +++ branches/5.0.x/units/topics/topics_config.php (.../topics_config.php) (revision 13323) @@ -1,6 +1,6 @@ TABLE_PREFIX.'%3$sCategoryItems.PrimaryCat', 'ParentPath' => TABLE_PREFIX.'Category.ParentPath', + 'AltName' => 'img.AltName', 'SameImages' => 'img.SameImages', 'LocalThumb' => 'img.LocalThumb', 'ThumbPath' => 'img.ThumbPath', @@ -505,6 +506,7 @@ ), // for primary image + 'AltName' => Array ('type' => 'string', 'default' => ''), 'SameImages' => Array ('type' => 'string', 'default' => ''), 'LocalThumb' => Array ('type' => 'string', 'default' => ''), 'ThumbPath' => Array ('type' => 'string', 'default' => ''), Index: branches/5.0.x/units/posts/posts_config.php =================================================================== diff -u -r12916 -r13323 --- branches/5.0.x/units/posts/posts_config.php (.../posts_config.php) (revision 12916) +++ branches/5.0.x/units/posts/posts_config.php (.../posts_config.php) (revision 13323) @@ -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', @@ -99,6 +100,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' => ''),