Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

fanatic

Users
  • Posts

    4,905
  • Joined

  • Last visited

Everything posted by fanatic

  1. какой-то у вас не тот сонтроллер if (substr($zip_name, 0, 11) == 'install.sql') { $json['step'][] = array( 'text' => $this->language->get('text_sql'), 'url' => str_replace('&', '&', $this->url->link('extension/installer/sql', 'token=' . $this->session->data['token'], 'SSL')), 'path' => $path ); } // XML if (substr($zip_name, 0, 11) == 'install.xml') { $json['step'][] = array( 'text' => $this->language->get('text_xml'), 'url' => str_replace('&', '&', $this->url->link('extension/installer/xml', 'token=' . $this->session->data['token'], 'SSL')), 'path' => $path ); } // PHP if (substr($zip_name, 0, 11) == 'install.php') { $json['step'][] = array( 'text' => $this->language->get('text_php'), 'url' => str_replace('&', '&', $this->url->link('extension/installer/php', 'token=' . $this->session->data['token'], 'SSL')), 'path' => $path ); }
  2. ничего смешного. движок смотрит файл install.xml $file = DIR_UPLOAD . $path . '/install.xml';
  3. а что не так? что, кнопка в корзину? а что с ним не так? что шапку?
  4. почему нет, можно самому написать, или я могу написать
  5. нафига тут точка и двойные кавычки? а вообще, смотрите пост @chukcha
  6. нужно. потому как задания, сделай как там, обычно заканчиваются - а я думал, что вот тута и вот тама будет немного по другому
  7. вы издеваетесь? есть модули, не поверите а в модулях есть модификаторы
  8. дополнения-> модификаторы-> обновить в верхнем правом углу
  9. учиться,учиться и учиться или обратиться к профи
  10. когда отключали модификаторы, нажимали обновить?
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.