-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Не работает limit #12
Comments
695348b решает проблему частично. |
@Alex300 Как один из вариантов решения проблемы на уровне костыля - установить для группы пользователей лимит на загрузку 1, там где нужно только 1 изображение ставим в функции 0, разрешит только одно, где можно больше ноля - ставим -1, но можно будет тогда неограниченно лить файлы. |
Насчет "костыля" не уверен. Нужно проверять. |
{PHP|cot_files_filebox('modname', 0, 'files', 'all', '3')}
Указываю ограничение на 3 файла, но добавляется сколько угодно.
The text was updated successfully, but these errors were encountered: