Franz Holzinger

Verse of the day

Rühme dich nicht des morgenden Tages; denn du weißt nicht, was heute sich begeben mag.
Sprueche 27:1

© Bible Gateway's Verse of the Day


autor  
8-11-06 22:21:08 where can I alter the forms?
Bram de Leeuw
Second question:
Where can I alter the forms? I've been manipulating the templates for the list and the threads and they are fine now. But I can't find where to manipulate the templates for the forms.

Oh BTW, sorry for sending the first post twice. Mistake.
10-11-06 13:07:09 plugin.tt_board_list.postform.dataArray
0nyx
You can alter the forms via typoscript, here's an example:

plugin.tt_board_list.postform.dataArray {
10.type = *data[tt_board][NEW][subject]=input,100
10.label = Subject:
20.type = *data[tt_board][NEW][message]=textarea,75
20.label = Message:
30.type = *data[tt_board][NEW][author]=input,100
30.label = Author:
60.value = Post!
40 >
50 >
}

For more info take a look a the object browser in the template section.

~ 0nyx
< Zurück zum Forum