[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
REDAXO Forum • Titel von Metabild (art_file)
Seite 1 von 1

Titel von Metabild (art_file)

Verfasst: 8. Mär 2012, 11:43
von Rex_Fan
Hallo,
wie kann ich den Bildtitel vom Metafile (art_file) auslesen?

Code: Alles auswählen

$hauptbild=$this->getValue("art_file");
$bildtitel = ???
Gruß Fan

Re: Titel von Metabild (art_file)

Verfasst: 8. Mär 2012, 12:29
von Oliver.Kreischer
Hi,

probiere mal:

Code: Alles auswählen

        $hauptbild = $this->getValue("art_file");
        $media = OOMedia::getMediaByName($hauptbild);
	$beschreibung = $media->getDescription(); 
	$ueberschrift = $media->getTitle(); 
LG
OLiver

Re: Titel von Metabild (art_file)

Verfasst: 8. Mär 2012, 12:46
von Rex_Fan
wunderbar - klappt super - danke!

Re: Titel von Metabild (art_file)

Verfasst: 8. Nov 2017, 18:38
von ralf.schlott
Wie wertvoll doch das Forum ist, habe es grad gebraucht! :D