About This File
Classifieds 1.2.1 - мощный инструмент для создания объявлений пользователями вашего форума по продаже товаров. Компонент можно интегрировать с IP.Nexus, тем самым извлекая ещё один способ монетизации своего форума.
PS: если при добавлении категории в АЦ возникает ошибка:
admin/applications_addon/other/classifieds/modules_admin/manage/categories.php on line 247
то идем в файл admin/applications_addon/other/classifieds/modules_admin/manage/categories.php и находим:
$editor_content = IPSText::getTextClass('editor')->processRawPost('description'); $description = IPSText::getTextClass('bbcode')->preDbParse($editor_content);
Меняем на:
/*$editor_content = IPSText::getTextClass('editor')->processRawPost('description'); $description = IPSText::getTextClass('bbcode')->preDbParse($editor_content);*/
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.