Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
35eb7b57
Commit
35eb7b57
authored
Dec 06, 2014
by
Scott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename edit notice option
parent
d52426b9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
options.php
qa-include/app/options.php
+2
-2
qa-lang-options.php
qa-include/lang/qa-lang-options.php
+1
-1
admin-default.php
qa-include/pages/admin/admin-default.php
+2
-2
No files found.
qa-include/app/options.php
View file @
35eb7b57
...
...
@@ -337,7 +337,7 @@
'show_a_form_immediate'
=>
'if_no_as'
,
'show_c_reply_buttons'
=>
1
,
'show_custom_welcome'
=>
0
,
'show_
edit_notices
'
=>
1
,
'show_
post_update_meta
'
=>
1
,
'show_fewer_cs_count'
=>
5
,
'show_fewer_cs_from'
=>
10
,
'show_full_date_days'
=>
7
,
...
...
@@ -548,7 +548,7 @@
'avatarsize'
=>
qa_opt
(
'avatar_q_list_size'
),
'pointsview'
=>
qa_opt
(
'show_user_points'
),
'pointstitle'
=>
qa_opt
(
'show_user_titles'
)
?
qa_get_points_to_titles
()
:
array
(),
'updateview'
=>
qa_opt
(
'show_
edit_notices
'
),
'updateview'
=>
qa_opt
(
'show_
post_update_meta
'
),
'blockwordspreg'
=>
qa_get_block_words_preg
(),
'showurllinks'
=>
qa_opt
(
'show_url_links'
),
'linksnewwindow'
=>
qa_opt
(
'links_in_new_window'
),
...
...
qa-include/lang/qa-lang-options.php
View file @
35eb7b57
...
...
@@ -238,7 +238,7 @@
'show_custom_sidebar'
=>
'Custom HTML in sidebar box on every page:'
,
'show_custom_sidepanel'
=>
'Custom HTML in side panel on every page:'
,
'show_custom_welcome'
=>
'Custom message in email sent to new registered users:'
,
'show_
edit_notices'
=>
'Show edited notic
es in post meta:'
,
'show_
post_update_meta'
=>
'Show edits/updat
es in post meta:'
,
'show_fewer_cs_count'
=>
'If partially hidden, show most recent:'
,
'show_fewer_cs_from'
=>
'Partially hide comments if more than:'
,
'show_full_date_days'
=>
'Show full date after:'
,
...
...
qa-include/pages/admin/admin-default.php
View file @
35eb7b57
...
...
@@ -199,7 +199,7 @@
'show_custom_sidebar'
=>
'checkbox'
,
'show_custom_sidepanel'
=>
'checkbox'
,
'show_custom_welcome'
=>
'checkbox'
,
'show_
edit_notices
'
=>
'checkbox'
,
'show_
post_update_meta
'
=>
'checkbox'
,
'show_home_description'
=>
'checkbox'
,
'show_message_history'
=>
'checkbox'
,
'show_notice_visitor'
=>
'checkbox'
,
...
...
@@ -375,7 +375,7 @@
if
(
count
(
qa_get_points_to_titles
()))
$showoptions
[]
=
'show_user_titles'
;
array_push
(
$showoptions
,
'show_user_points'
,
'show_
edit_notices
'
,
''
,
'sort_answers_by'
,
'show_selected_first'
,
'page_size_q_as'
,
'show_a_form_immediate'
);
array_push
(
$showoptions
,
'show_user_points'
,
'show_
post_update_meta
'
,
''
,
'sort_answers_by'
,
'show_selected_first'
,
'page_size_q_as'
,
'show_a_form_immediate'
);
if
(
qa_opt
(
'comment_on_qs'
)
||
qa_opt
(
'comment_on_as'
))
array_push
(
$showoptions
,
'show_fewer_cs_from'
,
'show_fewer_cs_count'
,
'show_c_reply_buttons'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment