forked from netcommons/NetCommons2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.ini
More file actions
47 lines (40 loc) · 1.4 KB
/
install.ini
File metadata and controls
47 lines (40 loc) · 1.4 KB
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
version = "2.4.0.1"
action_name = "bbs_view_main_init"
edit_action_name = "bbs_view_edit_list"
search_action = "bbs_view_admin_search"
block_add_action = "bbs_view_edit_entry"
move_action = "bbs_action_admin_operation"
module_update_action="bbs_update"
whatnew_flag = 1
min_width_size = 500
[Config]
bbs_list_row_count = "20"
activity = "_ON"
topic_authority = "_AUTH_GENERAL"
child_flag = "_ON"
vote_flag = "_ON"
new_period = "5"
mail_send = "_OFF"
mail_authority = "_AUTH_GENERAL"
display = "BBS_DISPLAY_TOPIC_VALUE"
expand = "BBS_EXPAND_THREAD_VALUE"
visible_row = "20"
visible_page = "5"
[CleanUp]
bbs_post_body = body
[Mobile]
mobile_action_name = "bbs_view_mobile_init"
[Restore]
bbs_id=
post_id=
topic_id = post_id
parent_id = post_id
room_id = core.page_id
block_id = core.block_id
bbs_post_body.body=wysiwyg.upload_id
[Operation]
select_sql = "SELECT {bbs}.bbs_id,{bbs}.bbs_name FROM {bbs_block},{bbs} WHERE {bbs_block}.bbs_id = {bbs}.bbs_id AND {bbs_block}.block_id = ?"
select_args = "block_id"
[Abbreviateurl]
block_sql = "SELECT {blocks}.block_id FROM {blocks},{bbs_block},{bbs_post},{abbreviate_url} WHERE {blocks}.block_id={bbs_block}.block_id AND {bbs_block}.bbs_id={bbs_post}.bbs_id AND {bbs_post}.bbs_id={abbreviate_url}.contents_id AND {bbs_post}.post_id={abbreviate_url}.unique_id"
bbs = "active_action=bbs_view_main_post&post_id={unique_id}&block_id={block_id}"