View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000207 | commerce:seo Pro | General | public | 2022-04-14 06:14 | 2022-06-22 14:07 |
Reporter | Googlebug | Assigned To | akausch811 | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.6.15 | ||||
Target Version | 4.1 | ||||
Summary | 0000207: Fehler im Code Tag Images | ||||
Description | - Wenn man im Tag Manager Bilder hochlädt, werden zum einen die Leerstellen NICHT aus der Bild-URL entfernt. (Ob Umlaute etc. entfernt habe ich nicht getestet) - Zum anderen werden im Code vor "tag_images" // ausgegeben. | ||||
Additional Information | Was die doppelten // betrifft habe ich Folgendes geändert: system/classes/tagcloud/TagCloudContentView.php: Zeile 128: [code] $image = xtc_image(DIR_WS_IMAGES . '/tag_images/' . $listing_sql_seo['tag_image'], ($listing_sql_seo['tag_heading_title'] != '' ? $listing_sql_seo['tag_heading_title'] : $listing_sql_seo['tag']), ($listing_sql_seo['categories_pic_alt'] != '' ? $listing_sql_seo['categories_pic_alt'] : $listing_sql_seo['tag']), (AJAXBOOTSTRAP == 'v4' || AJAXBOOTSTRAP == 'v5' ? 'img-fluid' : 'img-responsive')); [/code] geändert: [code] $image = xtc_image(DIR_WS_IMAGES . 'tag_images/' . $listing_sql_seo['tag_image'], ($listing_sql_seo['tag_heading_title'] != '' ? $listing_sql_seo['tag_heading_title'] : $listing_sql_seo['tag']), ($listing_sql_seo['categories_pic_alt'] != '' ? $listing_sql_seo['categories_pic_alt'] : $listing_sql_seo['tag']), (AJAXBOOTSTRAP == 'v4' || AJAXBOOTSTRAP == 'v5' ? 'img-fluid' : 'img-responsive')); [/code] | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-04-14 06:14 | Googlebug | New Issue | |
2022-06-22 13:13 | akausch811 | Assigned To | => akausch811 |
2022-06-22 13:13 | akausch811 | Status | new => acknowledged |
2022-06-22 13:13 | akausch811 | Target Version | => 4.1 |
2022-06-22 13:43 | akausch811 | Status | acknowledged => confirmed |
2022-06-22 14:07 | akausch811 | Status | confirmed => resolved |
2022-06-22 14:07 | akausch811 | Resolution | open => fixed |
2022-06-22 14:07 | akausch811 | Note Added: 0000240 |