Everything posted by Respected
- Invision Community 4 Nulled
- Invision Community 4 Nulled
- Invision Community 4 Nulled
- Invision Community 4 Nulled
-
Error while installing the program
-
Error while installing the program
Are you able to log into the ACP?
-
Error while installing the program
As an option, disable changes one by one in theme templates
-
Мне нужна помощь
Что именно не удаётся скачать?
-
Patch Available 4.7.16.
"107740": "4.7.16 Beta 1", "107741": "4.7.16 Beta 2", "107742": "4.7.16 Beta 3", "107743": "4.7.16 Beta 4", "107744": "4.7.16 Beta 5", "107745": "4.7.16", "107746": "4.7.16", "107747": "4.7.16" Anyone who has a patch available has an outdated version installed, you need to download the current one and update to it.
-
Проблема авторизации Twitter. IPB 4
Будет, через VPN
-
Patch Available 4.7.16.
You must update your forum to the latest version
- Invision Community 4 Nulled
-
Микропатчи и их установка
На nulled такого нет, только релиз полностью обновлять.
-
Не удаляется форум(((
Скорее всего ошибка в плагинах есть, что-то есть в логах?
-
How to remove Copyright in footer [SENDO 4.7] 2024
2.2.2.5. Запрещается, создание,обсуждение на форуме тем о удалении и изменении копирайтов! Тема закрыта!
-
Не удаляется форум(((
Это зависит от посещаемости форума, можно запустить эту задачу вручную из виджета фоновых задач в админке.
-
Не удаляется форум(((
Перемещение/удаление осуществляется в фоновом режиме и может занять некоторое время. Пока весь контент не будет удалён, он будет отображаться в админцентре. Вы сможете видеть прогресс на главной странице админцентра.
-
Convert plugin to application
It may not be adaptable since version 5 will not have code hooks.
-
Decrypt user password stored in member_pass_hash
There is no way you can decrypt password hashes, they are encrypted using the one-way hashing algorithm
- Videos
- Basic Points
-
Basic Points
Открыть файл /applications/basicpoints/hooks/forumSource.php Заменить строчку: public function clubForm( \IPS\Helpers\Form $form ) на: public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club )
- Ideas
-
Ideas
Заменить строку public static function getItemsWithPermission( $where=array(), $order=NULL, $limit=10, $permissionKey='read', $includeHiddenItems=\IPS\Content\Hideable::FILTER_AUTOMATIC, $queryFlags=0, \IPS\Member $member=NULL, $joinContainer=FALSE, $joinComments=FALSE, $joinReviews=FALSE, $countOnly=FALSE, $joins=NULL, $skipPermission=FALSE, $joinTags=TRUE, $joinAuthor=TRUE, $joinLastCommenter=TRUE, $showMovedLinks=FALSE ) На: public static function getItemsWithPermission( $where=array(), $order=NULL, $limit=10, $permissionKey='read', $includeHiddenItems=\IPS\Content\Hideable::FILTER_AUTOMATIC, $queryFlags=0, \IPS\Member $member=NULL, $joinContainer=FALSE, $joinComments=FALSE, $joinReviews=FALSE, $countOnly=FALSE, $joins=NULL, $skipPermission=FALSE, $joinTags=TRUE, $joinAuthor=TRUE, $joinLastCommenter=TRUE, $showMovedLinks=FALSE, $location=NULL )
- Ideas