Index: in-bulletin/units/topics/topics_config.php =================================================================== --- in-bulletin/units/topics/topics_config.php (revision 15331) +++ in-bulletin/units/topics/topics_config.php (working copy) @@ -456,6 +456,7 @@ ), 'VirtualFields' => Array ( + 'Relevance' => Array ('type' => 'float', 'default' => 0), 'UserName' => Array ('type' => 'string', 'default' => ''), 'CategoryId' => Array ( 'type' => 'int', Index: in-commerce/units/products/products_config.php =================================================================== --- in-commerce/units/products/products_config.php (revision 15331) +++ in-commerce/units/products/products_config.php (working copy) @@ -561,6 +561,7 @@ ), 'VirtualFields' => Array ( + 'Relevance' => Array ('type' => 'float', 'default' => 0), 'Qty' => Array ('type' => 'int', 'formatter' => 'kFormatter', 'regexp' => '/^[\d]+$/', 'default' => 0), 'Price' => Array ('type' => 'float', 'formatter' => 'kFormatter', 'format' => '%.2f', 'default' => NULL), 'Cost' => Array ('type' => 'float', 'formatter' => 'kFormatter', 'format' => '%.2f', 'default' => NULL), Index: in-link/units/links/links_config.php =================================================================== --- in-link/units/links/links_config.php (revision 15331) +++ in-link/units/links/links_config.php (working copy) @@ -423,7 +423,6 @@ ), ), - 'ListSQLs' => Array ( '' => ' SELECT %1$s.* %2$s FROM %1$s LEFT JOIN '.TABLE_PREFIX.'%3$sCategoryItems ON '.TABLE_PREFIX.'%3$sCategoryItems.ItemResourceId = %1$s.ResourceId @@ -505,6 +504,7 @@ ), 'VirtualFields' => Array ( + 'Relevance' => Array ('type' => 'float', 'default' => 0), 'UserName' => Array ('type' => 'string', 'default' => ''), 'DupeCount' => Array ('type' => 'string', 'default' => ''), @@ -637,7 +637,6 @@ ), ), - 'ConfigMapping' => Array ( 'PerPage' => 'Perpage_Links', 'ShortListPerPage' => 'Perpage_Links_Short', Index: in-news/units/articles/articles_config.php =================================================================== --- in-news/units/articles/articles_config.php (revision 15331) +++ in-news/units/articles/articles_config.php (working copy) @@ -446,6 +446,7 @@ ), 'VirtualFields' => Array ( + 'Relevance' => Array ('type' => 'float', 'default' => 0), 'MoreCategories' => Array ('type' => 'string', 'default' => ''), 'UserName' => Array ('type' => 'string', 'default' => ''), @@ -533,7 +534,6 @@ ), ), - 'Radio' => Array ( 'Icons' => Array ( 0 => 'icon16_article_disabled.png',