1{* $Id$ *}
2<form method="post" action="tiki-admin.php?page=forums" class="admin">
3	{ticket}
4	<div class="t_navbar mb-4 clearfix">
5		<a role="button" class="btn btn-link tips" href="tiki-admin_forums.php" title=":{tr}Forums listing{/tr}">
6			{icon name="list"} {tr}Forums{/tr}
7		</a>
8		{include file='admin/include_apply_top.tpl'}
9	</div>
10	{tabset name="admin_forums"}
11		{tab name="{tr}General Settings{/tr}"}
12			<br>
13			<fieldset>
14				<legend>{tr}Activate the feature{/tr}</legend>
15				{preference name=feature_forums visible="always"}
16				{preference name=home_forum}
17				{preference name=forum_image_file_gallery}
18			</fieldset>
19			<fieldset>
20				<legend>
21					{tr}Features{/tr}
22				</legend>
23				{preference name=feature_forum_rankings}
24				{preference name=feature_forum_parse}
25				<div class="adminoptionboxchild" id="feature_forum_parse_childcontainer">
26					{if $prefs.feature_wysiwyg eq 'y' and $prefs.wysiwyg_default eq 'y' and $prefs.wysiwyg_htmltowiki neq 'y'}
27						{remarksbox type="warning" title="{tr}Note{/tr}"}
28							{tr}WYSIWYG is enabled but needs to be in "wiki syntax" mode to work correctly in forums{/tr}
29						{/remarksbox}
30					{/if}
31					{preference name=forum_strip_wiki_syntax_outgoing}
32				</div>
33				{preference name=feature_forum_topics_archiving}
34				{preference name=feature_forum_quickjump}
35				{preference name=feature_forum_replyempty}
36				{preference name=feature_forum_allow_flat_forum_quotes}
37				{preference name=forum_reply_notitle}
38				<div class="adminoptionboxchild" id="forum_reply_notitle_childcontainer">
39					{remarksbox type="information" title="{tr}Note{/tr}"}
40					{tr _0="<a href=\"tiki-admin.php?page=comments\" title=\"{tr}Disable comment titles{/tr}\" class=\"alert-link\" alt=\"{tr}Disable comment titles{/tr}\">{tr}Disable comment titles{/tr}</a>"}Depending of your configuration it may be also necessary to %0 on the Comments control panel to avoid having a "Please enter a Title..." error.{/tr}
41					{/remarksbox}
42				</div>
43				{preference name=forum_comments_no_title_prefix}
44				{preference name=forum_reply_forcetitle}
45				<div class="adminoptionboxchild" id="forum_reply_forcetitle_childcontainer">
46					{remarksbox type="information" title="{tr}Note{/tr}"}
47					{tr _0="<a href=\"tiki-admin.php?page=comments\" title=\"{tr}Disable comment titles{/tr}\" class=\"alert-link\" alt=\"{tr}Disable comment titles{/tr}\">{tr}Disable comment titles{/tr}</a>"}Depending of your configuration it may be also necessary to %0 on the Comments control panel to avoid having a "Please enter a Title..." error.{/tr}
48					{/remarksbox}
49				</div>
50				{preference name=feature_forums_allow_thread_titles}
51				{preference name=forum_quote_prevent_nesting}
52				{preference name=forum_inbound_mail_ignores_perms}
53				{preference name=forum_inbound_mail_parse_html}
54				{preference name=forum_match_regex}
55				{preference name=forum_moderator_notification}
56				{preference name=forum_moderator_email_approve}
57			</fieldset>
58			<fieldset>
59				<legend>{tr}Threads{/tr}</legend>
60				{preference name=forum_thread_defaults_by_forum}
61				{preference name=forum_thread_user_settings}
62				<div class="adminoptionboxchild" id="forum_thread_user_settings_childcontainer">
63					{preference name=forum_thread_user_settings_keep}
64					{preference name=forum_thread_user_settings_threshold}
65				</div>
66				{preference name=forum_comments_per_page}
67				{preference name=forum_thread_style}
68				{preference name=forum_thread_sort_mode}
69				{preference name=feature_sefurl_title_forumthread}
70			</fieldset>
71			<fieldset>
72				<legend>{tr}Searches{/tr}</legend>
73				{preference name=feature_forums_name_search}
74				{preference name=feature_forums_search}
75				{preference name=feature_forum_content_search}
76				<div class="adminoptionboxchild" id="feature_forum_content_search_childcontainer">
77					{preference name=feature_forum_local_tiki_search}
78					{preference name=feature_forum_local_search}
79				</div>
80				{preference name=feature_forum_post_index}
81			</fieldset>
82		{/tab}
83		{tab name="{tr}Forum Listing{/tr}"}
84			<br>
85			{preference name=forums_ordering}
86			{preference name=forum_list_topics}
87			{preference name=forum_list_posts}
88			{preference name=forum_list_ppd}
89			{preference name=forum_list_lastpost}
90			{preference name=forum_list_visits}
91			{preference name=forum_list_desc}
92			<div class="adminoptionboxchild" id="forum_list_desc_childcontainer">
93				{preference name=forum_list_description_len}
94			</div>
95			{preference name=forum_category_selector_in_list}
96			<div class="adminoptionboxchild" id="forum_category_selector_in_list_childcontainer">
97				{preference name=forum_available_categories}
98			</div>
99		{/tab}
100	{/tabset}
101	{include file='admin/include_apply_bottom.tpl'}
102</form>
103