Einzelnen Beitrag anzeigen
  #7  
Alt 30.09.07, 16:16
Sebi_Eda Sebi_Eda ist offline
Forum Newbie
 
Registriert seit: 24.09.07
Ort: Elsterwerda
Beiträge: 18
Sebi_Eda eine Nachricht über ICQ schicken Sebi_Eda eine Nachricht über MSN schicken Sebi_Eda eine Nachricht über Skype™ schicken

Ja meine Seite klappt ja auch gut, nur sage wo ich diese Definitionen eintragen kann in das TS?
hat jede Seite die ich aufmache also z.B. Gästebuch ein eigenes TS? Wenn ja wo finde ich diese?

Habe jetzt die TS - Eintragestelle gefunden, diese müsste wenn ich richtig liege direkt bei seite bearbeiten sein, diese heißt "TSconfig" richtig? Und wenn das richtig ist, wie muss ich das dann eintragen muss ich da in dieses Feld den Text einfügen:

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:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:
171:
172:
173:
174:
175:
176:
177:
178:
179:
180:
181:
182:
183:
184:
185:
186:
187:
188:
189:
190:
191:
192:
193:
194:
195:
196:
197:
198:
199:
200:
201:
202:
203:
204:
205:
206:
207:
208:
209:
210:
211:
212:
213:
214:
215:
216:
217:
218:
219:
220:
221:
222:
223:
224:
225:
226:
227:
228:
229:
230:
231:
232:
233:
234:
235:
236:
237:
238:
239:
240:
241:
242:
plugin.tx_veguestbook_pi1 {
userFunc = tx_veguestbook_pi1->main
templateFile = {$plugin.tx_veguestbook_pi1.file.templateFile}
teasercut = 50
wordcut = 100
sortingField = crdate
sortingDirection = desc
limit = 5
email_from_name =
email_from_mail =
allowedTags = <a>,<br>,<b>,<li>,<ol>,<p>,<strong>,<u>,<ul>

datetime_stdWrap.strftime=  %A, %d-%m-%y %H:%M
date_stdWrap.strftime= %d.%m.%y
time_stdWrap.strftime= %H:%M

emoticons {
active = 0
10 = IMAGE
10 {
file = EXT:ve_guestbook/pi1/emoticons/###EMOTICON###.gif
params = hspace="1" vspace="1"
border = 0
altText = Emoticon
titleText = Emoticon
}

subst {
11.str = :D
11.val = 1
12.str = :smile: || :smile:
12.val = 2
13.str = :sad: || :sad:
13.val = 3
14.str = :cry:
14.val = 4
15.str = :?:
15.val = 5
16.str = ;) || ;-)
16.val = 6
}
}

_CSS_DEFAULT_STYLE (

    .tx-veguestbook-pi1 {
        font-size:100%;
    }
  
    /* error handling */
    .tx-veguestbook-pi1 p.tx-guestbook-form-error {
        font-weight:bold;
        color:#2dbfc8;
    }
    
    /* display of result count */
    .tx-veguestbook-pi1 .tx-guestbook-result {
        font-weight:bold;
        float:left;
    }
    
    /* pagination */
    .tx-veguestbook-pi1 .tx-guestbook-pagination {
        font-size:75%;
        font-weight:bold;
        float:right;
    }
    
    /* styles for list mode */
    .tx-veguestbook-pi1 h2.tx-guestbook-header {
        clear:both;
        background:#2dbfc8;
        color:#000;
        display:block;
        font-size:100%;
        font-weight:bold;
        padding: 1em;
        width: 35em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-left {
        float:left;
        width:12em;
        background:#2dbfc8;
        min-height:4em;
        padding: 1em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-left {
        height:4em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-left p {
        color:#2dbfc8;
    }

    .tx-veguestbook-pi1 .tx-guestbook-right {
        float:left;
        width:21em;
        background:#FFF;
        padding: 1em;
    }
    
    /* styles for latest mode */
    .tx-veguestbook-pi1 .tx-guestbook-latest p,
    .tx-veguestbook-pi1 .tx-guestbook-right p {
        color:#333;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
    .tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
    }

    .tx-veguestbook-pi1 .tx-guestbook-right h3 {
        font-size:100%;
        color:#990000;
        font-weight:bold;
        background:none;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
        font-size:75%;
        color:#333;
        font-style: italic;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-latest {
        display:block;
        padding:0.25em;
        clear:both;
    }
    
    /* form styles */
    .tx-veguestbook-pi1 .tx-guestbook-field {
        clear:both;
        width:100%;
        display:block;
        padding: 1em 0;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-field label {
        clear: both;
        display: block;
        float: left;
        width: 10em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
        float:left;
        width:10em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
        float:left;
        width:20em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
        width: 30em;
        display: block;
        float: left;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
        color:#990000;
    }
    
    .tx-veguestbook-pi1 fieldset {
        border:none;
    }
    
    .tx-veguestbook-pi1 legend {
        display:none;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-freecap {
        float:left;
        display:block;
        background:#F7F7F7;
        border:1px solid #CCC;
    }

    .tx-veguestbook-pi1 .tx-guestbook-freecap {
        margin-left:2.25em;
    }

    
    .tx-veguestbook-pi1 .tx-guestbook-freecap img {
        float:left;
        display:block;
        padding-left:0.25em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-freecap input {
        float:left;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-freecap label {
        clear:both;
        display:block;
        float:none;
        width:10em;
        margin-bottom:0.5em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-freecap p {
        font-size:75%;
        padding:0.25em;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
        display:none;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
        color:#990000;
    }
    
    .tx-veguestbook-pi1 .tx-guestbook-clear {
        clear:both;
        display:block;
    }
    
    .tx-veguestbook-pi1 input.tx-guestbook-submit {
        width:auto;
        display:block;
    }
)

pageBrowser {
maxPages = 10
    # if you want the pagebrowser to display only numbers, set showPBrowserText to 0.  
tableParams = cellpadding="5" cellspacing="0" border="0"
showResultCount = 1
activepage_stdWrap.wrap = <strong>|</strong>
page_stdWrap.wrap = |
pagelink_stdWrap.wrap = |
previous_stdWrap.wrap =|
next_stdWrap.wrap = |
}
}




//EDIT von MistaD
Code in den passenden Code-Container geschubst!

Geändert von MistaD (30.09.07 um 16:28 Uhr).
Mit Zitat antworten