Welche Einstellungen muss ich machen dass ich die

Beschreibung des Bildes angezeigt bekomme.
Geni





Code: Select all
UPDATE `jos_phocagallery` set `description` = REPLACE(`description`,'</p>',' </p>') WHERE 1Code: Select all
UPDATE `jos_phocagallery` set `description` = CONCAT('<p>',`description`,' </p>') WHERE LENGTH(description) <> 0 and not `description` LIKE '%<p>%'

Ich habe diese beiden Befehle in der Console des "phpMyAdmin" ausgeführt damit ich nicht jedes Bild in dem Phoca-Backand aufrufen musste um einen Space am Schluss eines jeden Kommentars hinzuzufügen!Jan wrote:Hi, where is the first code, you have pasted here, located? In which file and which line?
