-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ext_typoscript_setup.txt
66 lines (58 loc) · 1.62 KB
/
ext_typoscript_setup.txt
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
plugin.tx_veguestbook_pi1 {
userFunc = tx_veguestbook_pi1->main
templateFile = {$plugin.tx_veguestbook_pi1.file.templateFile}
teasercut = 50
wordcut = 100
sortingField = crdate
sortingDirection = desc
limit = 5
email_from_name = {$plugin.tx_veguestbook_pi1.email_from_name}
email_from_mail = {$plugin.tx_veguestbook_pi1.email_from_mail}
allowedTags = <a>,<br>,<b>,<li>,<ol>,<p>,<strong>,<u>,<ul>
obligationfields =
datetime_stdWrap.strftime = %A, %d-%m-%y %H:%M
date_stdWrap.strftime = %d.%m.%y
time_stdWrap.strftime = %H:%M
email_stdWrap.wrap = |
clearCacheCmdOnInsert =
emoticons {
active = {$plugin.tx_veguestbook_pi1.emoticons.active}
10 = IMAGE
10 {
file = EXT:ve_guestbook/Resources/Public/emoticons/###EMOTICON###.gif
params = hspace="1" vspace="1"
border = 0
altText = Emoticon
}
subst {
11.str = :D
11.val = 1
12.str = :) || :-)
12.val = 2
13.str = :( || :-(
13.val = 3
14.str = :cry:
14.val = 4
15.str = :?:
15.val = 5
16.str = ;) || ;-)
16.val = 6
}
}
pageBrowser {
maxPages = 10
# if you want the pagebrowser to display only numbers, set showPBrowserText to 0.
tableParams = cellpadding="5" cellspacing="0" border="0"
showResultCount = 1
activepage_stdWrap.wrap = <strong>|</strong>
page_stdWrap.wrap = |
pagelink_stdWrap.wrap = |
previous_stdWrap.wrap =|
next_stdWrap.wrap = |
}
settings {
cssFile = {$plugin.tx_veguestbook_pi1.settings.cssFile}
cssFileCompress = {$plugin.tx_veguestbook_pi1.settings.cssFileCompress}
cssFileExcludeFromConcatenation = {$plugin.tx_veguestbook_pi1.settings.cssFileExcludeFromConcatenation}
}
}