мод "Редактор иконок форума"для IP.Board 2.2.x
Рекомендованные сообщения
Сейчас на странице 0
- Нет пользователей, просматривающих эту страницу.
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
а куда собственно заливать папку html
Сохранить. Открыть файл: './skin_acp/IPB2_Standard/acp_skin_html/cp_skin_forums.php' Найти в файле: <tr> <td width='40%' class='tablerow1'><strong>Forum Description</strong><div class='desctext'>You may use HTML - linebreaks automatically converted to <br></div></td> <td width='60%' class='tablerow2'>{$form['description']}</td> </tr> Добавить ВЫШЕ следующий код: <tr> <td width='40%' class='tablerow1'><strong>Forum Icon</strong></td> <td width='60%' class='tablerow2'>{$form['icon']}</td> </tr> Сохранить файл и загрузить ВСЕ измененные файлы. ./sources/classes/class_forums.php ./sources/action_admin/forums.php ./skin_acp/IPB2_Standard/acp_skin_html/cp_skin_forums.php Выполнить следующий запрос: ALTER TABLE `ibf_forums` ADD `icon` text NOT NULL; Загрузить в './html/' папку все иконки для форумов. Редактировать каждый форум и выбрать к нему соответствующую картинку.вот сам мод!