View Issue Details

IDProjectCategoryView StatusLast Update
0000207commerce:seo ProGeneralpublic2022-06-22 14:07
ReporterGooglebug Assigned Toakausch811  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.6.15 
Target Version4.1 
Summary0000207: 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 InformationWas 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]



TagsNo tags attached.

Activities

akausch811

2022-06-22 14:07

administrator   ~0000240

Bilder werden jetzt gleich mit umbenannt ;-)

Issue History

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