Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » Extensions » Other
Post new topic   Reply to topic Page 1 of 1 [1 Post] tt_board
Author Message
jordxn



Joined: 21 Jun 2007
Posts: 1

PostPosted: 21 Jun 2007 - 7:19 pm    Post subject:  tt_board
Subject description: getting tt_board up and running
Reply with quote

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
Line:  Code:
1
 Show complete code
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
Home » Extensions » Other
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum