Копировать в папку:
/ext/rxu/topicactions/
Расширение позволяет удалять (в стандартную "корзину" или безвозвратно) темы по расписанию.
/ext/rxu/topicactions/
rxu/TopicActions/event/listener.php
Код: Выделить всё
'TOPIC_ACTION_TIME' => (($this->auth->acl_get('a_') || $topic_data['topic_poster'] == $this->user->data['user_id']) && $topic_data['topic_action_time'] && ($topic_data['topic_action_time'] > $this->config['topics_last_gc'])) ? sprintf($this->language->lang_raw('TOPIC_ACTION')['DELAY_EXPLAIN'], $this->language->lang_raw('TOPIC_ACTION')['TYPE_NOTICE'][$topic_data['topic_action_type']], $this->user->format_date($topic_data['topic_action_time'])) : '',
Код: Выделить всё
'TOPIC_ACTION_TIME' => ($topic_data['topic_action_time'] && ($topic_data['topic_action_time'] > $this->config['topics_last_gc'])) ? sprintf($this->language->lang_raw('TOPIC_ACTION')['DELAY_EXPLAIN'], $this->language->lang_raw('TOPIC_ACTION')['TYPE_NOTICE'][$topic_data['topic_action_type']], $this->user->format_date($topic_data['topic_action_time'])) : '',
rxu/TopicActions/event/listener.php
Код: Выделить всё
'TOPIC_ACTION_TIME' => (($this->auth->acl_get('a_') || $topic_data['topic_poster'] == $this->user->data['user_id']) && $topic_data['topic_action_time']
Код: Выделить всё
($this->auth->acl_get('a_') || $topic_data['topic_poster'] == $this->user->data['user_id']) &&
Когда выбираю действие "переместить в архив", время показывает корректно, а когда "закрыть сейчас и запланировать перемещение в архив", тогда нет.
Код: Выделить всё
Failed to load resource: the server responded with a status of 404 (Not Found)
Код: Выделить всё
<dt style="background-image: url(./images/icons/ext/rxu/TopicActions/icon/trash.png); background-repeat: no-repeat;" title="Нет непрочитанных сообщений">
А сам файл trash.png на месте?