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: | 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.
- /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); ?>
- Neuen Ordner erstellen
/admin/includes/extra/modules/new_category/categories_image/
Attachments (0)
Change History (1)
comment:1 by , 6 years ago
| Milestone: | modified-shop-2.0.5.0 → modified-shop-2.1.0.0 |
|---|---|
| Priority: | hoch → normal |
Note:
See TracTickets
for help on using tickets.
