Eloim Posted March 26, 2015 Share Posted March 26, 2015 Подскажите, пожалуйста... Как отсортировать смайлы в выпадающем окне смайлов emoticonPopUpList (сайт.рф/forum/index.php?s=54545454&&app=forums&module=extras§ion=legends) не по названию файла, а по id или порядковому номеру (emo_position)? Или может какие хуки есть для управления видом смайлов? IPB 3.2.1 Link to comment Share on other sites More sharing options...
siv1987 Posted March 26, 2015 Share Posted March 26, 2015 /admin/applications/forums/modules_public/extras/legends.phpНайти "emo_set='".$this->registry->output->skin['set_emo_dir']."'" Заменить на "emo_set='".$this->registry->output->skin['set_emo_dir']."'", 'order' => 'emo_position asc' Начиная с 3.3x они по умолчанию сортируются по emo_position. 1 Link to comment Share on other sites More sharing options...
Eloim Posted March 27, 2015 Author Share Posted March 27, 2015 /admin/applications/forums/modules_public/extras/legends.phpТак вот где оно пряталось... а я в public рылся... , 'order' => 'emo_position asc' Начиная с 3.3x они по умолчанию сортируются по emo_position.Все получилось, огромное спасибо! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now