Franz Holzinger

Verse of the day

Denn es ist ein Gott und ein Mittler zwischen Gott und den Menschen, nämlich der Mensch Christus Jesus, der sich selbst gegeben hat für alle zur Erlösung, daß solches zu seiner Zeit gepredigt würde;
1 Timotheus 2:5-6

© 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