/ config / boards / pol.config.ini
pol.config.ini
  1  [pol's config]
  2  CSS_VERSION_BOARD_FLAGS = 2
  3  
  4  ; desktop top
  5  AD_ADGLARE_TOP = 
  6  ; desktop bottom
  7  AD_ADGLARE_BOTTOM = 
  8  ; mobile top
  9  AD_ADGLARE_TOP_MOBILE = 
 10  ; mobile bottom
 11  AD_ADGLARE_BOTTOM_MOBILE = 
 12  ; desktop catalog top
 13  AD_ADGLARE_TOP_CATALOG = 
 14  ; desktop catalog bottom
 15  AD_ADGLARE_BOTTOM_CATALOG = 
 16  ; desktop revcontent top
 17  AD_RC_TOP =
 18  ; desktop revcontent bottom
 19  AD_RC_BOTTOM =
 20  ; desktop revcontent top catalog
 21  AD_RC_TOP_CATALOG =
 22  ; desktop revcontent bottom catalog
 23  AD_RC_BOTTOM_CATALOG =
 24  ; mobile revcontent top
 25  AD_RC_TOP_MOBILE =
 26  ; mobile revcontent bottom
 27  AD_RC_BOTTOM_MOBILE =
 28  ; adnium mobile top
 29  AD_ADNIUM_TOP_MOBILE =
 30  ; adnium mobile bottom
 31  AD_ADNIUM_BOTTOM_MOBILE =
 32  ; content abc desktop top: left,right
 33  AD_ABC_TOP_DESKTOP =
 34  ; content abc mobile top
 35  AD_ABC_TOP_MOBILE =
 36  ; content abc mobile top
 37  AD_ABC_BOTTOM_MOBILE = 
 38  ; content abc mobile inter-replies
 39  AD_ABC_REPLIES_MOBILE =
 40  ; juicyads catalog top
 41  AD_JUICY_TOP_CATALOG = 
 42  ; juicyads catalog bottom
 43  AD_JUICY_BOTTOM_CATALOG =
 44  ; juicyads index bottom
 45  AD_JUICY_BOTTOM_DESKTOP =
 46  ; domainid,sizeid,zoneid,k (desktop then mobile)
 47  AD_BIDGEAR_TOP = 176,1,5148,5f599fefc6c73,0,2,5149,5f59a00f01673
 48  AD_BIDGEAR_BOTTOM = 176,1,5187,5f5ef92eec034,0,2,5188,5f5ef93fac7ed
 49  
 50  ADS_BIDGLASS = no
 51  
 52  ADS_BIDGLASS_TOP_DESKTOP =
 53  ADS_BIDGLASS_BOTTOM_DESKTOP =
 54  
 55  ADS_BIDGLASS_TOP_MOBILE =
 56  ADS_BIDGLASS_BOTTOM_MOBILE =
 57  
 58  HTML_IFRAME_WHITELIST = %^(https?:)?//(www\.youtube(-nocookie)?\.com/embed/|interactives\.ap\.org/)%
 59  
 60  [Features and related config]
 61  
 62  ; maximum number of threads per user, per board
 63  MAX_USER_THREADS = 3
 64  ; period for user thread limit, in hours
 65  MAX_USER_THREADS_PERIOD = 6
 66  
 67  JSON_TAIL_SIZE = 50
 68  
 69  MOBILE_IMG_RESIZE = yes
 70  
 71  ; Archived threads max age in hours for archive trimming. 0 disables trimming.
 72  ARCHIVE_MAX_AGE = 72
 73  
 74  ; Text to go inside of the meta-description tag
 75  META_DESCRIPTION = "/pol/ - Politically Incorrect" is 4chan's board for discussing and debating politics and current events.
 76  ; Text to go inside of the meta-keywords tag
 77  META_KEYWORDS = imageboard,politics,current events,debate,politically incorrect
 78  ; The board's category
 79  CATEGORY = nws
 80  
 81  ; Don't allow user deletion of threads
 82  NO_DELETE_OP = yes
 83  
 84  ; Show poster's unique ID based on IP and date, if email field is blank
 85  DISP_ID = yes
 86  ; If DISP_ID is enabled, make IDs per-thread instead of per-board?
 87  DISP_ID_PER_THREAD = yes
 88  ; If DISP_ID is enabled, stop ID from being Heaven when sage is used
 89  DISP_ID_NO_HEAVEN = yes
 90  ; Show country flags next to names
 91  SHOW_COUNTRY_FLAGS = yes
 92  
 93  ; Only works on /pol/, will break other boards. Requires SHOW_COUNTRY_FLAGS.
 94  USE_TROLL_FLAGS = no
 95  
 96  ; User selectable flags. Will break boards without the board_flag table column.
 97  ENABLE_BOARD_FLAGS = yes
 98  
 99  ; Use rebuildd
100  STATIC_REBUILD = 1
101  
102  ; Allow credit allocation for captcha bypassing.
103  CAPTCHA_ALLOW_BYPASS = no
104  
105  [Limits]
106  
107  ; Seconds between posts
108  RENZOKU = 30
109  ; Seconds between image posts
110  RENZOKU2 = 30
111  ; Seconds between intra thread posts
112  RENZOKU_INTRA = 30
113  ; Seconds between intra thread image posts
114  RENZOKU2_INTRA = 30
115  ; Seconds between new threads
116  RENZOKU3 = 90
117  
118  ; Maximum number of pages (overrides LOG_MAX; 0 = disable)
119  ;PAGE_MAX = 15
120  ; Threads per page
121  DEF_PAGES = 20