Einzelnen Beitrag anzeigen
  #7  
Alt 12.02.07, 16:10
Benutzerbild von BENCH
BENCH BENCH ist offline
Forum Stammgast
 
Registriert seit: 04.04.06
Ort: Basel
Beiträge: 169

Thx Methi,

aber leider ist das bei mir anscheinend nicht der Fehler....
Hab jetzt die Extension schon auf zwei verschiedenen Servern eingerichtet und es ist beidesmal das selbe Problem gekommen. Ihregendwie weiss ich nicht an was es liegt.
Die Bilder werden einfach nicht von alleine erkannt. Die automatische "Synchronisation" findet wie nicht statt......

Weiss niemand an was das liegen könnte?

Hier mal mein TS:


Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
plugin.tx_jmgallery_pi1 {



list_pid = 35
album_pid = 41
single_pid = 48
properties_pid = 35
single.file.maxH = 550
single.file.maxW = 550
thumbnail.file = ###SOURCE_FILE###
thumbnail.file.width = 50c
thumbnail.file.height = 50c
comments.storagePid = 42
cover.file = ###SOURCE_FILE###
cover.file.maxW = 100c
cover.file.maxW = 100c
versions = 1024, 768
admin.basePath = fileadmin/portfolio
admin.repositoryRoot = 40
templateFile = fileadmin/portfolio.html
cssFile = fileadmin/portfolio.css

display {

LIST {
dateWrap {
strftime = {$plugin.tx_jmgallery_pi1.dateFormat}
}
albumNameWrap {
}
albumDescriptionWrap {
}
categoryNameWrap {
}
categoryDescriptionWrap {
}
}

ALBUM {
alternate {
enable = = {$plugin.tx_jmgallery_pi1.alternatingRows}
oddRows = {$plugin.tx_jmgallery_pi1.alternativeRows.odd}
evenRows = {$plugin.tx_jmgallery_pi1.alternativeRows.even}
}
dateWrap {
strftime = {$plugin.tx_jmgallery_pi1.dateFormat}
}
pagebrowser {
enable = 0
limit = 100
}

orderBy = sorting ASC

albumNameWrap {
}
albumDescriptionWrap {
}
imageCaptionWrap {
}
}

SINGLE {
versions {
resolutions = {$plugin.tx_jmgallery_pi1.versions}
link {
icon = 0
target = {$plugin.tx_jmgallery_pi1.versionHrefTarget}
wrap = ( | )
}
}
next {
parameter = 48
wrap = | »
}
prev {
parameter = 48
wrap = « |
}
dateWrap {
strftime = {$plugin.tx_jmgallery_pi1.dateFormat}
}
imageCaptionWrap {
}
}

RANDOM {
images = {$plugin.tx_jmgallery_pi1.randomImages}
imageCaptionWrap {
}
}

ADMIN {
dateWrap {
strftime = %D
}
}

}


}
Mit Zitat antworten