[TYPO3-german] tt_board zeigt Eingabeformular nicht an!!

Udo Gerhards Udo.Gerhards at genion.de
Thu Mar 2 18:06:24 CET 2006


Hallo zusammen,

das Thema hat sich gerade erledigt. Nachdem ich den Code aus dem 
Standart-TSetup in das TSetup der Seite kopiert habe, läufts!

Für alle, die vielleicht mal ein ähnliches Problem haben, hier die 
Lösung, die bei mir funktioniert:


plugin.tt_board_list {
  templateFile = fileadmin/templates/...
  color1.wrap = #f5f5f5
  color2.wrap = #dddddd
  color4.wrap = #dddddd
 
  wrap2.wrap = |
 
  date_stdWrap.strftime = %a %b %e, %Y
  time_stdWrap.strftime = %X

  postform >
  postform < tt_content.mailform.20
  postform.data >
  postform.dataArray {
    10.label = Subject:
    10.type = *data[tt_board][NEW][subject]=input,60
    20.label = Message:
    20.type =  *data[tt_board][NEW][message]=textarea,60
    30.label = Name:
    30.type = *data[tt_board][NEW][author]=input,40
    40.label = Email:
    40.type = *data[tt_board][NEW][email]=input,40
    50.label = Notify me<BR>by reply:
    50.type = data[tt_board][NEW][notify_me]=check
    60.type = formtype_db=submit
    60.value = Post Reply
  }
  postform.no_cache=1

  postform_newThread < .postform
  postform_newThread.dataArray.60.value = Post New Thread
 

}

Gruß

Udo


Udo Gerhards schrieb:
> Hallo zusammen,
>
> ich bin gerade am einrichten eines Forums und habe alles nach dem 
> Tutorial auf www.hachmeister.org gemacht und auch größtenteils das Setup 
> und das Template auf meiner Seite übernommen. Allerdings habe ich nun 
> das Problem, daß zwar auf meiner eigentlichen Forumseite das 
> Suchformular für das Forum angezeigt wird, aber nicht die Eingabeform.
>
> Muß ich diese extra aktivieren oder woran liegt es, daß sie nicht 
> angezeigt wird?
>
> Gruß + Danke
>
> Udo Gerhards
> _______________________________________________
> TYPO3-german mailing list
> TYPO3-german at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-german
>
>   




More information about the TYPO3-german mailing list