mod_datsogallery_ultimate Doesn't show the imagemod_datsogallery_ultimate не показывает изображения

Happens that on some hostings mod_datsogallery_ultimate doesn't show the image. If it is visible to look more attentively that php gives out an error: Fatal error: Call to undefined function imageconvolution () in/modules/mod_datsogallery_ultimate/cache.php on line 325. The documentation on php tells the following – “This function is only available if PHP is compiled with the bundled version of the GD library.Бывает, что на некоторых хостингах mod_datsogallery_ultimate не показывает изображения. Если посмотреть внимательнее видно, что php выдаёт ошибку: Fatal error: Call to undefined function imageconvolution() in /modules/mod_datsogallery_ultimate/cache.php on line 325. Документация по php говорит следующее – “This function is only available if PHP is compiled with the bundled version of the GD library.
In this case for working capacity of the module it is necessary to refuse use of effect created by this function. For this purpose in a file/modules/mod_datsogallery_ultimate/cache.php for 276 line it is replaced В данном случае для работоспособности модуля следует отказаться от использования эффекта создаваемого этой функцией. Для этого в файле /modules/mod_datsogallery_ultimate/cache.php на 276 строку заменяем

11
$doSharpen     = TRUE;$doSharpen     = TRUE;

Onна

11
$doSharpen     = FALSE;$doSharpen     = FALSE;

Klikabelnye headings of modulesКликабельные заголовки модулей

It was required to make headings of modules кликабельными i.e. that the administrator could add in headings of modules of the reference. To look at the decisionПотребовалось сделать заголовки модулей кликабельными, т.е. чтобы админ мог добавлять в заголовки модулей ссылки. посмотреть решение