Modify

Opened 6 years ago

Last modified 6 years ago

#1687 new Neues Feature

Neuer Hook: Kategoriebild - /admin/includes/modules/new_category.php

Reported by: web-looks <info@…> Owned by: somebody
Priority: normal Milestone: modified-shop-2.1.0.0
Component: Admin Version: 2.0.4.2
Keywords: Cc:
Blocked By: Blocking:

Description

Vorschlag für einen neuen Hookpoint zur Erweiterung der Kategoriebilder Verwaltung im Adminbereich.

  1. /admin/includes/modules/new_category.php

Suchen nach:

<tr>
  <td class="dataTableConfig col-left"><?php echo TEXT_DELETE; ?></td>
  <td class="dataTableConfig col-middle"><?php echo xtc_draw_checkbox_field('del_cat_pic', 'yes'); ?></td>
</tr>

DANACH einfügen:

<?php foreach(auto_include(DIR_FS_ADMIN.'includes/extra/modules/new_category/categories_image/','php') as $file) require ($file); ?>
  1. Neuen Ordner erstellen

/admin/includes/extra/modules/new_category/categories_image/

Attachments (0)

Change History (1)

comment:1 by Gerhard Waldemair, 6 years ago

Milestone: modified-shop-2.0.5.0modified-shop-2.1.0.0
Priority: hochnormal

Modify Ticket

Action
as new The owner will remain somebody.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.