Modify ↓
Opened 10 years ago
Closed 10 years ago
#618 closed Neues Feature (fixed)
Breadcrumb im Backend bei categories_view
| Reported by: | Ronald Parcinski | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Admin | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Description
Eine Breadcrumb Navigation in der Backend Kategorieübersicht wäre eine tolles Feature. Damit wüsste man immer wo man sich genau befindet.
Gerade bei gleichnamigen Kategorien ein sehr große Hilfe.
Attachments (0)
Change History (6)
comment:1 by , 10 years ago
comment:4 by , 10 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
Bitte nochmal schauen wegen Artikeln, die mehrfach verlinkt sind sowie Artikeln, die nach TOP verlinkt sind.
comment:5 by , 10 years ago
Das das in meinem Demoshop funktioniert hat (eine ältere 2.00 Version) liefert dieser Codeblock in der admin/application_top.php womöglich kein korrektes $cPath_array mehr.
// calculate category path
$cPath = isset($_GET['cPath']) ? $_GET['cPath'] : '';
if (strlen($cPath) > 0) {
$cPath_array = xtc_parse_category_path($cPath);
$current_category_id = end($cPath_array);
} else {
$current_category_id = 0;
}
Note:
See TracTickets
for help on using tickets.

Sehr gute Idee!