Einzelnen Beitrag anzeigen
  #5  
Alt 16.08.07, 16:43
fudgees fudgees ist offline
Forum Newbie
 
Registriert seit: 01.08.07
Beiträge: 31

1. die Seite habe ich angelegt, leider weiss ich aber nicht, wo ich die PID in der Extension definiere

Das ist die locationViewPid =


2. im setup habe ich die Location eingefuegt
Gut, sollte so ungefähr aussehen:
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:
location {
# @description Page to display the location view on. If this is not configured, then the
# current page will be used instead.
# @also FlexForm
locationViewPid = 300

# @description Template for generic location view.
# @also Constants
locationTemplate = {$plugin.tx_cal_controller.view.location.locationTemplate}

# @description Template for location view when using the partner framework.
# @also Constants
locationTemplate4Partner = {$plugin.tx_cal_controller.view.location.locationTemplate4Partner}

# @description Template for location view when using tt_address.
# @also Constants
locationTemplate4Address = {$plugin.tx_cal_controller.view.location.locationTemplate4Address}

# @description Template for creating a location in the frontend.
# @also Constants
createLocationTemplate = {$plugin.tx_cal_controller.view.location.createLocationTemplate}

# @description Template for confirming a location created in the frontend.
# @also Constants
confirmLocationTemplate = {$plugin.tx_cal_controller.view.location.confirmLocationTemplate}

map {
# @description API Key for Google Maps.
# @see [url=http://www.google.com/apis/maps/signup.html]Google Maps API - Sign Up
apiKey =

# @description Width of the map.
mapWidth = 300

# @description Height of the map.
mapHeight = 300
}

description_stdWrap {
parseFunc =< plugin.tx_cal_controller.parseFunc
}
emailStdWrap {
setContentToCurrent = 1
typolink.parameter.current = 1
}
linkStdWrap < .emailStdWrap

image_stdWrap < plugin.tx_cal_controller.view.event.image_stdWrap
}

3. der sysfolder fuer die cal extension ist zugewiesen... bin mir nicht sicher, welchen du hier meinst...

Den mit deinen Events und Locations. Wenn er nicht weiss, wo die Locations sind, dann kann er auch keine anzeigen.


Hilft dir das weiter?

Gruß

Fudgees
Mit Zitat antworten