jordxn
Joined: 21 Jun 2007 Posts: 1
|
Posted: 21 Jun 2007 - 7:19 pm Post subject:
tt_board
Subject description: getting tt_board up and running |
|
|
Hi,
I'm fairly new to typo3 and I am trying to set up the tt_board plugin. Does anyone know of any good tutorials that would walk you through setting it up? Alternatively, if someone has set one up before and wouldn't mind sharing here I'd really apperaicate it.
FYI Here is what I have so far;
- I have the pluggin installed (and it says it's running in the extension manger)
- I've created a new 'forum' page and linked it to a template.
- In the template I've included the static template 'plugin.tt_board.list'
- I've uploaded myboard.tmpl (originally board_template1.tmpl from the pluging folder)
- I got the following typocode from another forum;
| Line: |
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
| |
plugin.tt_board_list {
templateFile = media/scripts/myboard.tmpl
color1.wrap = #eeeeee
color2.wrap = #dee2e6
color4.wrap = #243C56
wrap2.wrap = |
date_stdWrap.strftime = %a %b %e, %Y
time_stdWrap.strftime = %X
postform {
target = _top
dataArray {
10.type = dated [tt_board] [NEW] [subject] =input, 40
20.type = *data [tt_board] [NEW] [message] =textarea, 40
}
}
postform_newThread {
target = _top
dataArray {
10.label = Subject:
10.type = *data [tt_board] [NEW] [subject] =input, 40
20.type = *data [tt_board] [NEW] [message] =textarea, 40
}
}
}
|
|
Show complete code
|
-not sure what else to do to get this to work
Thanks,
Jordan
|
|