Hi Zusammen,
erstmal vielen dank für die Hilfe bei meinem letzten Problem.
Doch wie es so ist, habe ich erneut ein kleines Problem.
Habe für ein Projekt das Imageflow Modul installiert und OFFLINE auf meinem Xampp funktioniert sie auch super....
Nachdem ich es nun auf den Server geladen habe, findet er anscheinend die Dateien nicht mehr, wenn ich mit Filelist arbeite. Bei Directory funktioniert es. Ich benötige aber die Filelist-Variante, da ich eine andere URL angeben muss.
Habt ihr Tipps?
Joomla 1.5
Server 1und 1
die list.txt
..............................
//
// variables
//
$urltmpl = "urllinktemplate.txt"
//
// images
//
img = "images/stories/schomacher/einlagen_imageflow/01_elegance.png" imgalt = "IVOFLEX-ELEGANCE" hreftitle = "IVOFLEX-ELEGANCE" imgtitle = "IVOFLEX-ELEGANCE" url = "images/stories/schomacher/einlagen_imageflow/01_elegance.jpg" tmplt = "{urltmpl}"
img = "images/stories/schomacher/einlagen_imageflow/02_comfort.png" imgalt = "IVOFLEX-COMFORT" hreftitle = "IVOFLEX-COMFORT" imgtitle = "IVOFLEX-COMFORT" url = "images/stories/schomacher/einlagen_imageflow/02_comfort.jpg" tmplt = "{urltmpl}"
img = "images/stories/schomacher/einlagen_imageflow/03_comfortplus.png" imgalt = "IVOFLEX-COMFORT-PLUS" hreftitle = "IVOFLEX-COMFORT-PLUS" imgtitle = "IVOFLEX-COMFORT-PLUS" url = "images/stories/schomacher/einlagen_imageflow/03_comfortplus.jpg" tmplt = "{urltmpl}"
img = "images/stories/schomacher/einlagen_imageflow/04_dynamic.png" imgalt = "IVOFLEX-DYNAMIC" hreftitle = "IVOFLEX-DYNAMIC" imgtitle = "IVOFLEX-DYNAMIC" url = "images/stories/schomacher/einlagen_imageflow/04_dynamic.jpg" tmplt = "{urltmpl}"
img = "images/stories/schomacher/einlagen_imageflow/05_control.png" imgalt = "IVOFLEX-CONTROL" hreftitle = "IVOFLEX-CONTROL" imgtitle = "IVOFLEX-CONTROL" url = "images/stories/schomacher/einlagen_imageflow/05_control.jpg" tmplt = "{urltmpl}"
img = "images/stories/schomacher/einlagen_imageflow/06_sensitiv.png" imgalt = "IVOFLEX-SENSITIV" hreftitle = "IVOFLEX-SENSITIV" imgtitle = "IVOFLEX-SENSITIV" url = "images/stories/schomacher/einlagen_imageflow/06_sensitiv.jpg" tmplt = "{urltmpl}"
...................
die urllinktemplate.txt
.......................
//
// output template suitable for linking to any url
// The following parameters will be inserted into the resulting output:
// {img} = URL of the image
// {hreftitle} = title specification from imagelistfile
// {rflct} = URL of thumbnail/reflection image
// {imgalt} = image alt specification from imagelistfile or filename if loading from a directory
// {imgtitle} = image title specification from imagelistfile.
// {url} = user provided url
//
<a href="{url}" title="{hreftitle}"><img src="{rflct}" alt="{imgalt}" title="{imgtitle}"/></a>


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen