Index: branches/5.2.x/units/posts/posts_config.php =================================================================== diff -u -N -r15559 -r16349 --- branches/5.2.x/units/posts/posts_config.php (.../posts_config.php) (revision 15559) +++ branches/5.2.x/units/posts/posts_config.php (.../posts_config.php) (revision 16349) @@ -1,6 +1,6 @@ Array ( 'DisableBBCodes' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'default' => 0), 'DisableSmileys' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'default' => 0), - 'ShowSignatures' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1, 'default' => 1), + 'ShowSignatures' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1, 'default' => 0), 'UserName' => Array ('type' => 'string', 'default' => ''), // for avatar image 'AltName' => Array('type' => 'string', 'default' => ''), @@ -114,4 +114,4 @@ 'ConfigMapping' => Array ( 'PerPage' => 'Perpage_Postings', ), - ); \ No newline at end of file + );