PPK
Код: Выделить всё
if ($config['ppkbb_maxspoiler_depth'] && sizeof($close_tags) >= $config['ppkbb_maxspoiler_depth'])
omgIdidItAgain
Код: Выделить всё
if ($config['ppkbb_maxspoiler_depth'] && sizeof($close_tags) >= $config['ppkbb_maxspoiler_depth'])
Код: Выделить всё
if ((isset($config['ppkbb_maxspoiler_depth'])) ? $config['ppkbb_maxspoiler_depth'] : '' && sizeof($close_tags) >= (isset($config['ppkbb_maxspoiler_depth'])) ? $config['ppkbb_maxspoiler_depth'] : '')
omgIdidItAgain
PPK
omgIdidItAgain
Код: Выделить всё
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ppkbb_maxspoiler_depth', '3')
PPK
omgIdidItAgain
это обязательно во всех случаях делать (данный запрос), а то у меня немного другая проблема, вот она (картинки заключены в тег, но результата я не вижу)?PPK писал(а):Понятно ...в инструкцию по установке нужно будет добавить sql код ..., а пока выполнить в phpmyadmin или любым другим доступным споосбом:
--Код: Выделить всё
INSERT INTO phpbb_config (config_name, config_value) VALUES ('ppkbb_maxspoiler_depth', '3')
если префикс таблиц не phpbb_ - заменить на свой
DeathMan
а вот что у меня выскочило нажав на "размещение сообщений"PPK писал(а):Мм.. а что стоит в: адм. раздел. - вкладка Общие - Размещение сообщений - Максимальное количество вложенных спойлеров в сообщении ?
Код: Выделить всё
[phpBB Debug] PHP Notice: in file /adm/index.php on line 273: Undefined index: ppkbb_maxspoiler_depth
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3250)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3250)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3250)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3250)
DeathMan
DeathMan