Раз уж затронули публичный профиль) Есть ли возможность изменить количество объявлений с 10-ти на большее допустим?
function cust_user_profile_items() { $section = osc_get_osclass_section(); if (osc_get_osclass_location() == "user" && ($section == "items" || $section == "pub_profile")) Params::setParam('itemsPerPage', 20);}osc_add_hook('init', 'cust_user_profile_items');
не работает, но вектор задан.... будем пробовать