/ config / boards / qst.config.ini
qst.config.ini
 1  [qst's config]
 2  
 3  ; domainid,sizeid,zoneid,k (desktop then mobile)
 4  AD_BIDGEAR_TOP = 176,1,5050,5f599fefc6c73,176,2,470,5f59a00f01673
 5  AD_BIDGEAR_BOTTOM = 176,1,5078,5f5ef92eec034,176,2,5079,5f5ef93fac7ed
 6  
 7  [Features and related config]
 8  
 9  JSON_TAIL_SIZE = 50
10  
11  ; Text to go inside of the meta-description tag
12  META_DESCRIPTION = "/qst/ - Quests" is 4chan's imageboard for grinding XP.
13  ; Text to go inside of the meta-keywords tag
14  META_KEYWORDS = imageboard,quests,choose your own adventure
15  ; The board's category
16  CATEGORY = ws
17  
18  ; Enable spoilers
19  SPOILERS = yes
20  ; URL of thumbnail for spoilers
21  ;SPOILER_THUMB = {{STATIC_SERVER}}image/{{!rand spoiler-tg1.png,spoiler-tg2.png}}
22  ; How many custom spoilers?
23  ;SPOILER_NUM = 2
24  
25  ; Allow PDF upload and thumbnailing (needs /usr/local/bin/gs)
26  ENABLE_PDF = yes
27  
28  ; Allow rolling of dice
29  DICE_ROLL = yes
30  
31  ; Require a subject
32  REQUIRE_SUBJECT = yes
33  
34  OP_MARKUP = yes
35  
36  ; maximum number of threads per user, per board
37  MAX_USER_THREADS = 5
38  ; period for user thread limit, in hours
39  MAX_USER_THREADS_PERIOD = 72
40  
41  ENABLE_PAINTERJS = yes
42  
43  MAX_COM_CHARS = 3000
44  
45  NO_DELETE_OP = yes
46  
47  ; Show poster's unique ID based on IP and date, if email field is blank
48  DISP_ID = yes
49  ; If DISP_ID is enabled, make IDs per-thread instead of per-board?
50  DISP_ID_PER_THREAD = yes
51  ; If DISP_ID is enabled, stop ID from being Heaven when sage is used
52  DISP_ID_NO_HEAVEN = yes
53  
54  ; Permasage threads after X hours. 0 to disable.
55  PERMASAGE_HOURS = 120
56  
57  ; Number of bumps
58  MAX_RES = 750
59  ; Maximum amount of image replies in a thread
60  MAX_IMGRES = 375
61  ; Maximum number of pages (overrides LOG_MAX; 0 = disable)
62  ;PAGE_MAX = 5
63  ; Threads per page
64  ;DEF_PAGES = 30
65  ; Maximum number of lines allowed in a post
66  MAX_LINES = 100
67  ; Maximum number of replies shown to a thread on index pages
68  
69  [Limits]
70  
71  ; Maximum upload size in KB
72  MAX_KB = 8192
73  
74  [Misc]
75  
76  ; Rules below form (tip: use backslash to continue to next line)
77  S_RULES = <li>Please read the <a href="//www.4chan.org/rules#{{BOARD_DIR}}">Rules</a> and <a href="//www.4chan.org/faq">FAQ</a> before posting.</li>\
78  <li>Additional supported file types are: PDF</li>\
79  <li>Roll dice with "dice+<strong>number</strong>d<strong>faces</strong>" in the options field (without quotes).</li>