Revisions to post number filtering. #491
- "Post ID" -> "Post number" in user-facing interface. - Improve example.
This commit is contained in:
parent
48185de6c8
commit
ceacb7044a
@ -156,7 +156,7 @@ Filter =
|
||||
subEntries: []
|
||||
|
||||
for type in [
|
||||
['Post ID', 'postID']
|
||||
['Post number', 'postID']
|
||||
['Name', 'name']
|
||||
['Unique ID', 'uniqueID']
|
||||
['Tripcode', 'tripcode']
|
||||
|
||||
@ -639,8 +639,8 @@ Config =
|
||||
|
||||
filter:
|
||||
postID: """
|
||||
# Highlight dubs:
|
||||
#/(\\d)\\1$/;highlight
|
||||
# Highlight dubs on [s4s]:
|
||||
#/(\\d)\\1$/;highlight;top:no;boards:s4s
|
||||
"""
|
||||
|
||||
name: """
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<select name="filter">
|
||||
<option value="guide">Guide</option>
|
||||
<option value="postID">Post ID</option>
|
||||
<option value="postID">Post number</option>
|
||||
<option value="name">Name</option>
|
||||
<option value="uniqueID">Unique ID</option>
|
||||
<option value="tripcode">Tripcode</option>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user