bbPress - Version 2.6.2

Version Description

Download this release

Release Info

Developer johnjamesjacoby
Plugin Icon 128x128 bbPress
Version 2.6.2
Comparing to
See all releases

Code changes from version 2.6.1 to 2.6.2

bbpress.php CHANGED
@@ -5,7 +5,7 @@
5
  *
6
  * bbPress is forum software with a twist from the creators of WordPress.
7
  *
8
- * $Id: bbpress.php 6949 2019-11-14 18:24:11Z johnjamesjacoby $
9
  *
10
  * @package bbPress
11
  * @subpackage Main
@@ -17,7 +17,7 @@
17
  * Description: bbPress is forum software with a twist from the creators of WordPress.
18
  * Author: The bbPress Contributors
19
  * Author URI: https://bbpress.org
20
- * Version: 2.6.1
21
  * Text Domain: bbpress
22
  * Domain Path: /languages/
23
  * License: GPLv2 or later (license.txt)
@@ -203,7 +203,7 @@ final class bbPress {
203
 
204
  /** Versions **********************************************************/
205
 
206
- $this->version = '2.6.1';
207
  $this->db_version = '263';
208
 
209
  /** Paths *************************************************************/
@@ -889,7 +889,7 @@ final class bbPress {
889
 
890
  // Tertiary Slugs
891
  $feed_slug = 'feed';
892
- $edit_slug = 'edit';
893
  $paged_slug = bbp_get_paged_slug();
894
  $user_favs_slug = bbp_get_user_favorites_slug();
895
  $user_subs_slug = bbp_get_user_subscriptions_slug();
5
  *
6
  * bbPress is forum software with a twist from the creators of WordPress.
7
  *
8
+ * $Id: bbpress.php 6978 2019-11-22 08:13:09Z johnjamesjacoby $
9
  *
10
  * @package bbPress
11
  * @subpackage Main
17
  * Description: bbPress is forum software with a twist from the creators of WordPress.
18
  * Author: The bbPress Contributors
19
  * Author URI: https://bbpress.org
20
+ * Version: 2.6.2
21
  * Text Domain: bbpress
22
  * Domain Path: /languages/
23
  * License: GPLv2 or later (license.txt)
203
 
204
  /** Versions **********************************************************/
205
 
206
+ $this->version = '2.6.2';
207
  $this->db_version = '263';
208
 
209
  /** Paths *************************************************************/
889
 
890
  // Tertiary Slugs
891
  $feed_slug = 'feed';
892
+ $edit_slug = bbp_get_edit_slug();
893
  $paged_slug = bbp_get_paged_slug();
894
  $user_favs_slug = bbp_get_user_favorites_slug();
895
  $user_subs_slug = bbp_get_user_subscriptions_slug();
bbpress.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the GPLv2 or later (license.txt).
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: bbPress 2.6.1\n"
6
  "Report-Msgid-Bugs-To: https://bbpress.trac.wordpress.org\n"
7
- "POT-Creation-Date: 2019-11-14 22:59:19+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
@@ -325,7 +325,7 @@ msgid "Database connection failed."
325
  msgstr ""
326
 
327
  #: includes/admin/classes/class-bbp-converter.php:162
328
- #: includes/admin/settings.php:1768
329
  msgid "Start"
330
  msgstr ""
331
 
@@ -638,9 +638,10 @@ msgid "View"
638
  msgstr ""
639
 
640
  #: includes/admin/classes/class-bbp-topic-replies-list-table.php:149
641
- #: includes/common/template.php:2265 includes/forums/template.php:54
642
- #: includes/replies/template.php:55 includes/replies/template.php:1848
643
- #: includes/topics/template.php:53 includes/topics/template.php:2403
 
644
  #: templates/default/bbpress/user-details.php:74
645
  msgid "Edit"
646
  msgstr ""
@@ -650,7 +651,7 @@ msgid "No replies to this topic."
650
  msgstr ""
651
 
652
  #: includes/admin/forums.php:101 includes/admin/replies.php:115
653
- #: includes/admin/settings.php:1845 includes/admin/tools/help.php:95
654
  #: includes/admin/topics.php:119
655
  msgid "Overview"
656
  msgstr ""
@@ -753,7 +754,7 @@ msgstr ""
753
 
754
  #: includes/admin/forums.php:144 includes/admin/forums.php:200
755
  #: includes/admin/replies.php:161 includes/admin/replies.php:215
756
- #: includes/admin/settings.php:1911 includes/admin/tools/help.php:43
757
  #: includes/admin/tools/help.php:72 includes/admin/tools/help.php:130
758
  #: includes/admin/topics.php:167 includes/admin/topics.php:220
759
  msgid "For more information:"
@@ -761,7 +762,7 @@ msgstr ""
761
 
762
  #: includes/admin/forums.php:145 includes/admin/forums.php:201
763
  #: includes/admin/replies.php:162 includes/admin/replies.php:216
764
- #: includes/admin/settings.php:1912 includes/admin/tools/help.php:44
765
  #: includes/admin/tools/help.php:73 includes/admin/tools/help.php:131
766
  #: includes/admin/topics.php:168 includes/admin/topics.php:221
767
  msgid ""
@@ -771,7 +772,7 @@ msgstr ""
771
 
772
  #: includes/admin/forums.php:146 includes/admin/forums.php:202
773
  #: includes/admin/replies.php:163 includes/admin/replies.php:217
774
- #: includes/admin/settings.php:1913 includes/admin/tools/help.php:45
775
  #: includes/admin/tools/help.php:74 includes/admin/tools/help.php:132
776
  #: includes/admin/topics.php:169 includes/admin/topics.php:222
777
  msgid ""
@@ -887,7 +888,7 @@ msgid "Forum Moderators"
887
  msgstr ""
888
 
889
  #: includes/admin/forums.php:267 includes/admin/settings.php:184
890
- #: includes/admin/settings.php:436 includes/admin/tools/common.php:452
891
  #: includes/admin/topics.php:480 includes/extend/buddypress/loader.php:260
892
  #: templates/default/bbpress/user-details.php:67
893
  msgid "Subscriptions"
@@ -1113,7 +1114,7 @@ msgstr ""
1113
  msgid "Forum Parent"
1114
  msgstr ""
1115
 
1116
- #: includes/admin/metaboxes.php:369 includes/admin/settings.php:1421
1117
  #: templates/default/bbpress/form-forum.php:144
1118
  msgid "— No parent —"
1119
  msgstr ""
@@ -1651,7 +1652,7 @@ msgstr ""
1651
  msgid "Anonymous"
1652
  msgstr ""
1653
 
1654
- #: includes/admin/settings.php:168 includes/admin/settings.php:2000
1655
  msgid "Revisions"
1656
  msgstr ""
1657
 
@@ -1661,7 +1662,7 @@ msgstr ""
1661
  msgid "Favorites"
1662
  msgstr ""
1663
 
1664
- #: includes/admin/settings.php:192 includes/admin/settings.php:444
1665
  #: includes/admin/tools/common.php:455 includes/admin/topics.php:420
1666
  #: includes/extend/buddypress/loader.php:234
1667
  #: includes/extend/buddypress/loader.php:336
@@ -1677,7 +1678,7 @@ msgstr ""
1677
  msgid "Super Moderators"
1678
  msgstr ""
1679
 
1680
- #: includes/admin/settings.php:224 includes/admin/settings.php:391
1681
  #: includes/common/template.php:2380 includes/search/template.php:175
1682
  #: templates/default/bbpress/form-reply-search.php:20
1683
  #: templates/default/bbpress/form-search.php:21
@@ -1717,552 +1718,554 @@ msgstr ""
1717
  msgid "Topic View"
1718
  msgstr ""
1719
 
1720
- #: includes/admin/settings.php:404
1721
  msgid "User Base"
1722
  msgstr ""
1723
 
1724
- #: includes/admin/settings.php:412 includes/extend/buddypress/loader.php:211
1725
  #: includes/extend/buddypress/loader.php:319
1726
  #: templates/default/bbpress/user-details.php:36
1727
  msgid "Topics Started"
1728
  msgstr ""
1729
 
1730
- #: includes/admin/settings.php:420 includes/extend/buddypress/loader.php:222
1731
  #: includes/extend/buddypress/loader.php:327
1732
  #: templates/default/bbpress/user-details.php:42
1733
  msgid "Replies Created"
1734
  msgstr ""
1735
 
1736
- #: includes/admin/settings.php:428 includes/extend/buddypress/loader.php:346
1737
  msgid "Favorite Topics"
1738
  msgstr ""
1739
 
1740
- #: includes/admin/settings.php:457 includes/admin/tools/upgrade.php:371
1741
  #: includes/extend/buddypress/functions.php:341
1742
  msgid "Group Forums"
1743
  msgstr ""
1744
 
1745
- #: includes/admin/settings.php:465
1746
  msgid "Primary Forum"
1747
  msgstr ""
1748
 
1749
- #: includes/admin/settings.php:478
1750
  msgid "Use Akismet"
1751
  msgstr ""
1752
 
1753
- #: includes/admin/settings.php:492
1754
  msgid "Select Platform"
1755
  msgstr ""
1756
 
1757
- #: includes/admin/settings.php:500
1758
  msgid "Database Server"
1759
  msgstr ""
1760
 
1761
- #: includes/admin/settings.php:508
1762
  msgid "Database Port"
1763
  msgstr ""
1764
 
1765
- #: includes/admin/settings.php:516
1766
  msgid "Database Name"
1767
  msgstr ""
1768
 
1769
- #: includes/admin/settings.php:524
1770
  msgid "Database User"
1771
  msgstr ""
1772
 
1773
- #: includes/admin/settings.php:532
1774
  msgid "Database Password"
1775
  msgstr ""
1776
 
1777
- #: includes/admin/settings.php:540
1778
  msgid "Table Prefix"
1779
  msgstr ""
1780
 
1781
- #: includes/admin/settings.php:552
1782
  msgid "Rows Limit"
1783
  msgstr ""
1784
 
1785
- #: includes/admin/settings.php:560
1786
  msgid "Delay Time"
1787
  msgstr ""
1788
 
1789
- #: includes/admin/settings.php:568
1790
  msgid "Convert Users"
1791
  msgstr ""
1792
 
1793
- #: includes/admin/settings.php:576
1794
  msgid "Stop on Error"
1795
  msgstr ""
1796
 
1797
- #: includes/admin/settings.php:584
1798
  msgid "Start Over"
1799
  msgstr ""
1800
 
1801
- #: includes/admin/settings.php:592
1802
  msgid "Helper Data"
1803
  msgstr ""
1804
 
1805
- #: includes/admin/settings.php:645
1806
  msgid "Setting time limits and other user posting capabilities"
1807
  msgstr ""
1808
 
1809
- #: includes/admin/settings.php:669
1810
  msgid "Allow users to edit their content for %s minutes after posting"
1811
  msgstr ""
1812
 
1813
- #: includes/admin/settings.php:671
1814
  msgid "If checked, setting to \"0 minutes\" allows editing forever."
1815
  msgstr ""
1816
 
1817
- #: includes/admin/settings.php:694
1818
  msgid "Allow flood protection by throttling users for %s seconds after posting"
1819
  msgstr ""
1820
 
1821
- #: includes/admin/settings.php:696
1822
  msgid "Use this to discourage users from spamming your forums."
1823
  msgstr ""
1824
 
1825
- #: includes/admin/settings.php:710
1826
  msgid "Allow guest users without accounts to create topics and replies"
1827
  msgstr ""
1828
 
1829
- #: includes/admin/settings.php:711
1830
  msgid "Works best on intranets or paired with antispam measures like Akismet."
1831
  msgstr ""
1832
 
1833
- #: includes/admin/settings.php:744
1834
  msgid "Automatically give registered visitors the %s forum role"
1835
  msgstr ""
1836
 
1837
- #: includes/admin/settings.php:746
1838
  msgid "Uncheck this to manually assign all user access to your forums."
1839
  msgstr ""
1840
 
1841
- #: includes/admin/settings.php:761
1842
  msgid "Forum features that can be toggled on and off"
1843
  msgstr ""
1844
 
1845
- #: includes/admin/settings.php:775
1846
  msgid "Allow users to mark topics as favorites"
1847
  msgstr ""
1848
 
1849
- #: includes/admin/settings.php:789
1850
  msgid "Allow users to subscribe to forums and topics"
1851
  msgstr ""
1852
 
1853
- #: includes/admin/settings.php:803
1854
  msgid "Allow tracking of topics each user engages in"
1855
  msgstr ""
1856
 
1857
- #: includes/admin/settings.php:817
1858
  msgid "Allow topics to have tags"
1859
  msgstr ""
1860
 
1861
- #: includes/admin/settings.php:831
1862
  msgid "Allow forums to have dedicated moderators"
1863
  msgstr ""
1864
 
1865
- #: includes/admin/settings.php:845
1866
  msgid "Allow moderators to edit other users"
1867
  msgstr ""
1868
 
1869
- #: includes/admin/settings.php:859
1870
  msgid "Allow forum wide search"
1871
  msgstr ""
1872
 
1873
- #: includes/admin/settings.php:894
1874
  msgid "Enable threaded (nested) replies %s levels deep"
1875
  msgstr ""
1876
 
1877
- #: includes/admin/settings.php:909
1878
  msgid "Allow topic and reply revision logging"
1879
  msgstr ""
1880
 
1881
- #: includes/admin/settings.php:923
1882
  msgid "Add toolbar & buttons to textareas to help with HTML formatting"
1883
  msgstr ""
1884
 
1885
- #: includes/admin/settings.php:936
1886
  msgid "How your forum content is displayed within your existing theme."
1887
  msgstr ""
1888
 
1889
- #: includes/admin/settings.php:964
1890
  msgid "will serve all bbPress templates"
1891
  msgstr ""
1892
 
1893
- #: includes/admin/settings.php:968
1894
  msgid "No template packages available."
1895
  msgstr ""
1896
 
1897
- #: includes/admin/settings.php:982
1898
  msgid ""
1899
  "Embed media (YouTube, Twitter, Flickr, etc...) directly into topics and "
1900
  "replies"
1901
  msgstr ""
1902
 
1903
- #: includes/admin/settings.php:997
1904
  msgid "How many topics and replies to show per page"
1905
  msgstr ""
1906
 
1907
- #: includes/admin/settings.php:1011 includes/admin/settings.php:1025
1908
- #: includes/admin/settings.php:1054 includes/admin/settings.php:1068
1909
  msgid "per page"
1910
  msgstr ""
1911
 
1912
- #: includes/admin/settings.php:1040
1913
  msgid "How many topics and replies to show per RSS page"
1914
  msgstr ""
1915
 
1916
- #: includes/admin/settings.php:1087
1917
  msgid ""
1918
  "Customize your Forums root. Partner with a WordPress Page and use "
1919
  "Shortcodes for more flexibility."
1920
  msgstr ""
1921
 
1922
- #: includes/admin/settings.php:1116
1923
  msgid "Prefix all forum content with the Forum Root slug (Recommended)"
1924
  msgstr ""
1925
 
1926
- #: includes/admin/settings.php:1134
1927
  msgid "Forum Index"
1928
  msgstr ""
1929
 
1930
- #: includes/admin/settings.php:1137
1931
  msgid "Topics by Last Post"
1932
  msgstr ""
1933
 
1934
- #: includes/admin/settings.php:1159
1935
  msgid "This setting will be ignored because %s was found in your theme."
1936
  msgstr ""
1937
 
1938
- #: includes/admin/settings.php:1174
1939
  msgid "Customize your user profile slugs."
1940
  msgstr ""
1941
 
1942
- #: includes/admin/settings.php:1279
1943
- msgid "Custom slugs for single forums, topics, replies, tags, views, and search."
 
 
1944
  msgstr ""
1945
 
1946
- #: includes/admin/settings.php:1385
1947
  msgid "Forum settings for BuddyPress"
1948
  msgstr ""
1949
 
1950
- #: includes/admin/settings.php:1399
1951
  msgid "Allow BuddyPress Groups to have their own forums"
1952
  msgstr ""
1953
 
1954
- #: includes/admin/settings.php:1443
1955
  msgid "create a new one"
1956
  msgstr ""
1957
 
1958
- #: includes/admin/settings.php:1444
1959
  msgid "Use %s to contain your group forums, or %s"
1960
  msgstr ""
1961
 
1962
- #: includes/admin/settings.php:1446
1963
  msgid "Use %s to contain your group forums"
1964
  msgstr ""
1965
 
1966
- #: includes/admin/settings.php:1451
1967
  msgid "Changing this will not move existing forums."
1968
  msgstr ""
1969
 
1970
- #: includes/admin/settings.php:1466
1971
  msgid "Forum settings for Akismet"
1972
  msgstr ""
1973
 
1974
- #: includes/admin/settings.php:1481
1975
  msgid "Allow Akismet to actively prevent forum spam."
1976
  msgstr ""
1977
 
1978
- #: includes/admin/settings.php:1497
1979
  msgid "Forums Settings"
1980
  msgstr ""
1981
 
1982
- #: includes/admin/settings.php:1507
1983
  #: templates/default/bbpress/form-user-edit.php:161
1984
  msgid "Save Changes"
1985
  msgstr ""
1986
 
1987
- #: includes/admin/settings.php:1525
1988
  msgid ""
1989
  "Information about the database for your previous forums so they can be "
1990
  "converted."
1991
  msgstr ""
1992
 
1993
- #: includes/admin/settings.php:1548
1994
  msgid "The previous forum software"
1995
  msgstr ""
1996
 
1997
- #: includes/admin/settings.php:1562
1998
  msgid "Use default %s if same server, or IP or hostname"
1999
  msgstr ""
2000
 
2001
- #: includes/admin/settings.php:1576
2002
  msgid "Use default %s if unsure"
2003
  msgstr ""
2004
 
2005
- #: includes/admin/settings.php:1590
2006
  msgid "User to access the database"
2007
  msgstr ""
2008
 
2009
- #: includes/admin/settings.php:1606
2010
  msgid "Toggle"
2011
  msgstr ""
2012
 
2013
- #: includes/admin/settings.php:1610
2014
  msgid "Password for the above database user"
2015
  msgstr ""
2016
 
2017
- #: includes/admin/settings.php:1624
2018
  msgid "Name of the database with your old forum data"
2019
  msgstr ""
2020
 
2021
- #: includes/admin/settings.php:1637
2022
  msgid "Some optional parameters to help tune the conversion process."
2023
  msgstr ""
2024
 
2025
- #: includes/admin/settings.php:1651
2026
  msgid "Use %s if converting from BuddyPress Legacy"
2027
  msgstr ""
2028
 
2029
- #: includes/admin/settings.php:1665
2030
  msgid "entry maximum when querying for data to convert"
2031
  msgstr ""
2032
 
2033
- #: includes/admin/settings.php:1666
2034
  msgid "Keep this low if you experience out-of-memory issues."
2035
  msgstr ""
2036
 
2037
- #: includes/admin/settings.php:1680
2038
  msgid "second delay between each query of rows above"
2039
  msgstr ""
2040
 
2041
- #: includes/admin/settings.php:1681
2042
  msgid "Keep this high to prevent too-many-connection issues."
2043
  msgstr ""
2044
 
2045
- #: includes/admin/settings.php:1695
2046
  msgid "Halt the conversion if an error occurs"
2047
  msgstr ""
2048
 
2049
- #: includes/admin/settings.php:1696
2050
  msgid "This is helpful if you want to debug problems."
2051
  msgstr ""
2052
 
2053
- #: includes/admin/settings.php:1711
2054
  msgid "Restart the converter from the beginning"
2055
  msgstr ""
2056
 
2057
- #: includes/admin/settings.php:1712
2058
  msgid ""
2059
  "This forces all steps back to 0. Avoid duplicate data by purging or "
2060
  "resetting first."
2061
  msgstr ""
2062
 
2063
- #: includes/admin/settings.php:1726
2064
  msgid "Purge all meta-data from a previous import"
2065
  msgstr ""
2066
 
2067
- #: includes/admin/settings.php:1727
2068
  msgid ""
2069
  "Use this if an import failed, or you just want to remove the relationship "
2070
  "data."
2071
  msgstr ""
2072
 
2073
- #: includes/admin/settings.php:1741
2074
  msgid "Import user accounts from previous forums"
2075
  msgstr ""
2076
 
2077
- #: includes/admin/settings.php:1742
2078
  msgid "Passwords remain encrypted, and are converted as individual users log in."
2079
  msgstr ""
2080
 
2081
- #: includes/admin/settings.php:1762
2082
  msgid "Up next: step %s"
2083
  msgstr ""
2084
 
2085
- #: includes/admin/settings.php:1763
2086
  msgid "Ready"
2087
  msgstr ""
2088
 
2089
- #: includes/admin/settings.php:1767
2090
  msgid "Resume"
2091
  msgstr ""
2092
 
2093
- #: includes/admin/settings.php:1772
2094
  msgid "Previously stopped at step %d of %d"
2095
  msgstr ""
2096
 
2097
- #: includes/admin/settings.php:1773
2098
  msgid "Ready to go."
2099
  msgstr ""
2100
 
2101
- #: includes/admin/settings.php:1776 includes/admin/tools/repair.php:43
2102
  #: includes/admin/tools/reset.php:23 includes/admin/tools/upgrade.php:40
2103
  msgid "Forum Tools"
2104
  msgstr ""
2105
 
2106
- #: includes/admin/settings.php:1787
2107
  msgid "Toggle panel: Import Status"
2108
  msgstr ""
2109
 
2110
- #: includes/admin/settings.php:1791
2111
  msgid "Import Monitor"
2112
  msgstr ""
2113
 
2114
- #: includes/admin/settings.php:1803
2115
  msgid "Pause"
2116
  msgstr ""
2117
 
2118
- #: includes/admin/settings.php:1846
2119
  msgid "This screen provides access to all of the Forums settings."
2120
  msgstr ""
2121
 
2122
- #: includes/admin/settings.php:1847 includes/admin/tools/help.php:97
2123
  msgid ""
2124
  "Please see the additional help tabs for more information on each individual "
2125
  "section."
2126
  msgstr ""
2127
 
2128
- #: includes/admin/settings.php:1853
2129
  msgid "Main Settings"
2130
  msgstr ""
2131
 
2132
- #: includes/admin/settings.php:1854
2133
  msgid "The \"Main Settings\" section includes a number of options:"
2134
  msgstr ""
2135
 
2136
- #: includes/admin/settings.php:1857
2137
  msgid ""
2138
  "You can choose to lock a post after a certain number of minutes. \"Locking "
2139
  "post editing\" will prevent the author from editing some amount of time "
2140
  "after saving a post."
2141
  msgstr ""
2142
 
2143
- #: includes/admin/settings.php:1858
2144
  msgid ""
2145
  "\"Throttle time\" is the amount of time required between posts from a "
2146
  "single author. The higher the throttle time, the longer a user will need to "
2147
  "wait between posting to the forum."
2148
  msgstr ""
2149
 
2150
- #: includes/admin/settings.php:1859
2151
  msgid ""
2152
  "Favorites are a way for users to save and later return to topics they "
2153
  "favor. This is enabled by default."
2154
  msgstr ""
2155
 
2156
- #: includes/admin/settings.php:1860
2157
  msgid ""
2158
  "Subscriptions allow users to subscribe for notifications to topics that "
2159
  "interest them. This is enabled by default."
2160
  msgstr ""
2161
 
2162
- #: includes/admin/settings.php:1861
2163
  msgid ""
2164
  "Topic-Tags allow users to filter topics between forums. This is enabled by "
2165
  "default."
2166
  msgstr ""
2167
 
2168
- #: includes/admin/settings.php:1862
2169
  msgid ""
2170
  "\"Anonymous Posting\" allows guest users who do not have accounts on your "
2171
  "site to both create topics as well as replies."
2172
  msgstr ""
2173
 
2174
- #: includes/admin/settings.php:1863
2175
  msgid ""
2176
  "The Fancy Editor brings the luxury of the Visual editor and HTML editor "
2177
  "from the traditional WordPress dashboard into your theme."
2178
  msgstr ""
2179
 
2180
- #: includes/admin/settings.php:1864
2181
  msgid ""
2182
  "Auto-embed will embed the media content from a URL directly into the "
2183
  "replies. For example: links to Flickr and YouTube."
2184
  msgstr ""
2185
 
2186
- #: includes/admin/settings.php:1867
2187
  msgid ""
2188
  "You must click the Save Changes button at the bottom of the screen for new "
2189
  "settings to take effect."
2190
  msgstr ""
2191
 
2192
- #: includes/admin/settings.php:1873
2193
  msgid "Theme Packages"
2194
  msgstr ""
2195
 
2196
- #: includes/admin/settings.php:1874
2197
  msgid ""
2198
  "The \"Theme Packages\" section allows you to choose which theme package "
2199
  "should be used."
2200
  msgstr ""
2201
 
2202
- #: includes/admin/settings.php:1877
2203
  msgid "The \"bbPress Default\" package is installed by default."
2204
  msgstr ""
2205
 
2206
- #: includes/admin/settings.php:1878
2207
  msgid "Some themes may choose to ignore this setting entirely."
2208
  msgstr ""
2209
 
2210
- #: includes/admin/settings.php:1879
2211
  msgid "Packages can be stacked to allow for intelligent fallbacks."
2212
  msgstr ""
2213
 
2214
- #: includes/admin/settings.php:1887
2215
  msgid "Per Page"
2216
  msgstr ""
2217
 
2218
- #: includes/admin/settings.php:1888
2219
  msgid ""
2220
  "The \"Per Page\" section allows you to control the number of topics and "
2221
  "replies appear on each page."
2222
  msgstr ""
2223
 
2224
- #: includes/admin/settings.php:1890
2225
  msgid ""
2226
  "This is comparable to the WordPress \"Reading Settings\" page, where you "
2227
  "can set the number of posts that should show on blog pages and in feeds."
2228
  msgstr ""
2229
 
2230
- #: includes/admin/settings.php:1891
2231
  msgid ""
2232
  "These are broken up into two separate groups: one for what appears in your "
2233
  "theme, another for RSS feeds."
2234
  msgstr ""
2235
 
2236
- #: includes/admin/settings.php:1899
2237
  msgid "Slugs"
2238
  msgstr ""
2239
 
2240
- #: includes/admin/settings.php:1900
2241
  msgid ""
2242
  "The \"Slugs\" section allows you to control the permalink structure for "
2243
  "your forums."
2244
  msgstr ""
2245
 
2246
- #: includes/admin/settings.php:1902
2247
  msgid ""
2248
  "\"Archive Slugs\" are used as the \"root\" for your forums and topics. If "
2249
  "you combine these values with existing page slugs, bbPress will attempt to "
2250
  "output the most correct title and content."
2251
  msgstr ""
2252
 
2253
- #: includes/admin/settings.php:1903
2254
  msgid ""
2255
  "\"Single Slugs\" are used as a prefix when viewing an individual forum, "
2256
  "topic, reply, user, or view."
2257
  msgstr ""
2258
 
2259
- #: includes/admin/settings.php:1904
2260
  msgid ""
2261
  "In the event of a slug collision with WordPress or BuddyPress, a warning "
2262
  "will appear next to the problem slug(s)."
2263
  msgstr ""
2264
 
2265
- #: includes/admin/settings.php:1998
2266
  #: templates/default/bbpress/loop-forums.php:24
2267
  #: templates/default/bbpress/loop-replies.php:21
2268
  #: templates/default/bbpress/loop-replies.php:47
@@ -2270,63 +2273,67 @@ msgstr ""
2270
  msgid "Posts"
2271
  msgstr ""
2272
 
2273
- #: includes/admin/settings.php:1999
2274
  msgid "Pages"
2275
  msgstr ""
2276
 
2277
- #: includes/admin/settings.php:2001
2278
  msgid "Attachments"
2279
  msgstr ""
2280
 
2281
- #: includes/admin/settings.php:2002
2282
  msgid "Menus"
2283
  msgstr ""
2284
 
2285
- #: includes/admin/settings.php:2005
2286
  msgid "Tag base"
2287
  msgstr ""
2288
 
2289
- #: includes/admin/settings.php:2008
2290
  msgid "Category base"
2291
  msgstr ""
2292
 
2293
- #: includes/admin/settings.php:2013
2294
  msgid "Forums base"
2295
  msgstr ""
2296
 
2297
- #: includes/admin/settings.php:2016
2298
  msgid "Topics base"
2299
  msgstr ""
2300
 
2301
- #: includes/admin/settings.php:2019
2302
  msgid "Forum slug"
2303
  msgstr ""
2304
 
2305
- #: includes/admin/settings.php:2022
2306
  msgid "Topic slug"
2307
  msgstr ""
2308
 
2309
- #: includes/admin/settings.php:2025
2310
  msgid "Reply slug"
2311
  msgstr ""
2312
 
2313
- #: includes/admin/settings.php:2028
 
 
 
 
2314
  msgid "User base"
2315
  msgstr ""
2316
 
2317
- #: includes/admin/settings.php:2031
2318
  msgid "View base"
2319
  msgstr ""
2320
 
2321
- #: includes/admin/settings.php:2034
2322
  msgid "Topic tag slug"
2323
  msgstr ""
2324
 
2325
- #: includes/admin/settings.php:2046
2326
  msgid "%s page"
2327
  msgstr ""
2328
 
2329
- #: includes/admin/settings.php:2069
2330
  msgid "Possible %1$s conflict: %2$s"
2331
  msgstr ""
2332
 
@@ -3070,7 +3077,7 @@ msgid "Recount replies in each topic"
3070
  msgstr ""
3071
 
3072
  #: includes/admin/tools.php:260
3073
- msgid "Run this if the number of topics in any topics are incorrect."
3074
  msgstr ""
3075
 
3076
  #: includes/admin/tools.php:271
@@ -3657,27 +3664,27 @@ msgstr[1] ""
3657
  msgid "Pending: %s"
3658
  msgstr ""
3659
 
3660
- #: includes/common/functions.php:406 includes/common/functions.php:463
3661
- msgid "Private: %s"
3662
- msgstr ""
3663
-
3664
- #: includes/common/functions.php:410 includes/common/functions.php:467
3665
  msgid "Spammed: %s"
3666
  msgstr ""
3667
 
3668
- #: includes/common/functions.php:414 includes/common/functions.php:471
3669
  msgid "Trashed: %s"
3670
  msgstr ""
3671
 
3672
- #: includes/common/functions.php:555
 
 
 
 
3673
  msgid "<strong>ERROR</strong>: Invalid author name."
3674
  msgstr ""
3675
 
3676
- #: includes/common/functions.php:561
3677
  msgid "<strong>ERROR</strong>: Invalid email address."
3678
  msgstr ""
3679
 
3680
- #: includes/common/functions.php:1100
3681
  msgid ""
3682
  "%1$s wrote:\n"
3683
  "\n"
@@ -3692,7 +3699,7 @@ msgid ""
3692
  "Login and visit the topic to unsubscribe from these emails."
3693
  msgstr ""
3694
 
3695
- #: includes/common/functions.php:1267
3696
  msgid ""
3697
  "%1$s wrote:\n"
3698
  "\n"
@@ -6028,46 +6035,46 @@ msgstr ""
6028
  msgid "Forum Topics Started"
6029
  msgstr ""
6030
 
6031
- #: templates/default/bbpress-functions.php:211
6032
  msgid "Something went wrong. Refresh your browser and try again."
6033
  msgstr ""
6034
 
6035
- #: templates/default/bbpress-functions.php:225
6036
  msgid "Favorites are no longer active."
6037
  msgstr ""
6038
 
6039
- #: templates/default/bbpress-functions.php:230
6040
  msgid "Please login to favorite."
6041
  msgstr ""
6042
 
6043
- #: templates/default/bbpress-functions.php:240
6044
- #: templates/default/bbpress-functions.php:303
6045
  msgid "You do not have permission to do this."
6046
  msgstr ""
6047
 
6048
- #: templates/default/bbpress-functions.php:250
6049
  msgid "Favorite failed."
6050
  msgstr ""
6051
 
6052
- #: templates/default/bbpress-functions.php:255
6053
- #: templates/default/bbpress-functions.php:318
6054
  msgid "Are you sure you meant to do that?"
6055
  msgstr ""
6056
 
6057
- #: templates/default/bbpress-functions.php:265
6058
- #: templates/default/bbpress-functions.php:328
6059
  msgid "The request was unsuccessful. Please try again."
6060
  msgstr ""
6061
 
6062
- #: templates/default/bbpress-functions.php:288
6063
  msgid "Subscriptions are no longer active."
6064
  msgstr ""
6065
 
6066
- #: templates/default/bbpress-functions.php:293
6067
  msgid "Please login to subscribe."
6068
  msgstr ""
6069
 
6070
- #: templates/default/bbpress-functions.php:313
6071
  msgid "Subcription failed."
6072
  msgstr ""
6073
 
2
  # This file is distributed under the GPLv2 or later (license.txt).
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: bbPress 2.6.2\n"
6
  "Report-Msgid-Bugs-To: https://bbpress.trac.wordpress.org\n"
7
+ "POT-Creation-Date: 2019-11-22 16:30:35+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
325
  msgstr ""
326
 
327
  #: includes/admin/classes/class-bbp-converter.php:162
328
+ #: includes/admin/settings.php:1791
329
  msgid "Start"
330
  msgstr ""
331
 
638
  msgstr ""
639
 
640
  #: includes/admin/classes/class-bbp-topic-replies-list-table.php:149
641
+ #: includes/admin/settings.php:391 includes/common/template.php:2265
642
+ #: includes/forums/template.php:54 includes/replies/template.php:55
643
+ #: includes/replies/template.php:1848 includes/topics/template.php:53
644
+ #: includes/topics/template.php:2403
645
  #: templates/default/bbpress/user-details.php:74
646
  msgid "Edit"
647
  msgstr ""
651
  msgstr ""
652
 
653
  #: includes/admin/forums.php:101 includes/admin/replies.php:115
654
+ #: includes/admin/settings.php:1868 includes/admin/tools/help.php:95
655
  #: includes/admin/topics.php:119
656
  msgid "Overview"
657
  msgstr ""
754
 
755
  #: includes/admin/forums.php:144 includes/admin/forums.php:200
756
  #: includes/admin/replies.php:161 includes/admin/replies.php:215
757
+ #: includes/admin/settings.php:1934 includes/admin/tools/help.php:43
758
  #: includes/admin/tools/help.php:72 includes/admin/tools/help.php:130
759
  #: includes/admin/topics.php:167 includes/admin/topics.php:220
760
  msgid "For more information:"
762
 
763
  #: includes/admin/forums.php:145 includes/admin/forums.php:201
764
  #: includes/admin/replies.php:162 includes/admin/replies.php:216
765
+ #: includes/admin/settings.php:1935 includes/admin/tools/help.php:44
766
  #: includes/admin/tools/help.php:73 includes/admin/tools/help.php:131
767
  #: includes/admin/topics.php:168 includes/admin/topics.php:221
768
  msgid ""
772
 
773
  #: includes/admin/forums.php:146 includes/admin/forums.php:202
774
  #: includes/admin/replies.php:163 includes/admin/replies.php:217
775
+ #: includes/admin/settings.php:1936 includes/admin/tools/help.php:45
776
  #: includes/admin/tools/help.php:74 includes/admin/tools/help.php:132
777
  #: includes/admin/topics.php:169 includes/admin/topics.php:222
778
  msgid ""
888
  msgstr ""
889
 
890
  #: includes/admin/forums.php:267 includes/admin/settings.php:184
891
+ #: includes/admin/settings.php:444 includes/admin/tools/common.php:452
892
  #: includes/admin/topics.php:480 includes/extend/buddypress/loader.php:260
893
  #: templates/default/bbpress/user-details.php:67
894
  msgid "Subscriptions"
1114
  msgid "Forum Parent"
1115
  msgstr ""
1116
 
1117
+ #: includes/admin/metaboxes.php:369 includes/admin/settings.php:1444
1118
  #: templates/default/bbpress/form-forum.php:144
1119
  msgid "&mdash; No parent &mdash;"
1120
  msgstr ""
1652
  msgid "Anonymous"
1653
  msgstr ""
1654
 
1655
+ #: includes/admin/settings.php:168 includes/admin/settings.php:2023
1656
  msgid "Revisions"
1657
  msgstr ""
1658
 
1662
  msgid "Favorites"
1663
  msgstr ""
1664
 
1665
+ #: includes/admin/settings.php:192 includes/admin/settings.php:452
1666
  #: includes/admin/tools/common.php:455 includes/admin/topics.php:420
1667
  #: includes/extend/buddypress/loader.php:234
1668
  #: includes/extend/buddypress/loader.php:336
1678
  msgid "Super Moderators"
1679
  msgstr ""
1680
 
1681
+ #: includes/admin/settings.php:224 includes/admin/settings.php:399
1682
  #: includes/common/template.php:2380 includes/search/template.php:175
1683
  #: templates/default/bbpress/form-reply-search.php:20
1684
  #: templates/default/bbpress/form-search.php:21
1718
  msgid "Topic View"
1719
  msgstr ""
1720
 
1721
+ #: includes/admin/settings.php:412
1722
  msgid "User Base"
1723
  msgstr ""
1724
 
1725
+ #: includes/admin/settings.php:420 includes/extend/buddypress/loader.php:211
1726
  #: includes/extend/buddypress/loader.php:319
1727
  #: templates/default/bbpress/user-details.php:36
1728
  msgid "Topics Started"
1729
  msgstr ""
1730
 
1731
+ #: includes/admin/settings.php:428 includes/extend/buddypress/loader.php:222
1732
  #: includes/extend/buddypress/loader.php:327
1733
  #: templates/default/bbpress/user-details.php:42
1734
  msgid "Replies Created"
1735
  msgstr ""
1736
 
1737
+ #: includes/admin/settings.php:436 includes/extend/buddypress/loader.php:346
1738
  msgid "Favorite Topics"
1739
  msgstr ""
1740
 
1741
+ #: includes/admin/settings.php:465 includes/admin/tools/upgrade.php:371
1742
  #: includes/extend/buddypress/functions.php:341
1743
  msgid "Group Forums"
1744
  msgstr ""
1745
 
1746
+ #: includes/admin/settings.php:473
1747
  msgid "Primary Forum"
1748
  msgstr ""
1749
 
1750
+ #: includes/admin/settings.php:486
1751
  msgid "Use Akismet"
1752
  msgstr ""
1753
 
1754
+ #: includes/admin/settings.php:500
1755
  msgid "Select Platform"
1756
  msgstr ""
1757
 
1758
+ #: includes/admin/settings.php:508
1759
  msgid "Database Server"
1760
  msgstr ""
1761
 
1762
+ #: includes/admin/settings.php:516
1763
  msgid "Database Port"
1764
  msgstr ""
1765
 
1766
+ #: includes/admin/settings.php:524
1767
  msgid "Database Name"
1768
  msgstr ""
1769
 
1770
+ #: includes/admin/settings.php:532
1771
  msgid "Database User"
1772
  msgstr ""
1773
 
1774
+ #: includes/admin/settings.php:540
1775
  msgid "Database Password"
1776
  msgstr ""
1777
 
1778
+ #: includes/admin/settings.php:548
1779
  msgid "Table Prefix"
1780
  msgstr ""
1781
 
1782
+ #: includes/admin/settings.php:560
1783
  msgid "Rows Limit"
1784
  msgstr ""
1785
 
1786
+ #: includes/admin/settings.php:568
1787
  msgid "Delay Time"
1788
  msgstr ""
1789
 
1790
+ #: includes/admin/settings.php:576
1791
  msgid "Convert Users"
1792
  msgstr ""
1793
 
1794
+ #: includes/admin/settings.php:584
1795
  msgid "Stop on Error"
1796
  msgstr ""
1797
 
1798
+ #: includes/admin/settings.php:592
1799
  msgid "Start Over"
1800
  msgstr ""
1801
 
1802
+ #: includes/admin/settings.php:600
1803
  msgid "Helper Data"
1804
  msgstr ""
1805
 
1806
+ #: includes/admin/settings.php:653
1807
  msgid "Setting time limits and other user posting capabilities"
1808
  msgstr ""
1809
 
1810
+ #: includes/admin/settings.php:677
1811
  msgid "Allow users to edit their content for %s minutes after posting"
1812
  msgstr ""
1813
 
1814
+ #: includes/admin/settings.php:679
1815
  msgid "If checked, setting to \"0 minutes\" allows editing forever."
1816
  msgstr ""
1817
 
1818
+ #: includes/admin/settings.php:702
1819
  msgid "Allow flood protection by throttling users for %s seconds after posting"
1820
  msgstr ""
1821
 
1822
+ #: includes/admin/settings.php:704
1823
  msgid "Use this to discourage users from spamming your forums."
1824
  msgstr ""
1825
 
1826
+ #: includes/admin/settings.php:718
1827
  msgid "Allow guest users without accounts to create topics and replies"
1828
  msgstr ""
1829
 
1830
+ #: includes/admin/settings.php:719
1831
  msgid "Works best on intranets or paired with antispam measures like Akismet."
1832
  msgstr ""
1833
 
1834
+ #: includes/admin/settings.php:752
1835
  msgid "Automatically give registered visitors the %s forum role"
1836
  msgstr ""
1837
 
1838
+ #: includes/admin/settings.php:754
1839
  msgid "Uncheck this to manually assign all user access to your forums."
1840
  msgstr ""
1841
 
1842
+ #: includes/admin/settings.php:769
1843
  msgid "Forum features that can be toggled on and off"
1844
  msgstr ""
1845
 
1846
+ #: includes/admin/settings.php:783
1847
  msgid "Allow users to mark topics as favorites"
1848
  msgstr ""
1849
 
1850
+ #: includes/admin/settings.php:797
1851
  msgid "Allow users to subscribe to forums and topics"
1852
  msgstr ""
1853
 
1854
+ #: includes/admin/settings.php:811
1855
  msgid "Allow tracking of topics each user engages in"
1856
  msgstr ""
1857
 
1858
+ #: includes/admin/settings.php:825
1859
  msgid "Allow topics to have tags"
1860
  msgstr ""
1861
 
1862
+ #: includes/admin/settings.php:839
1863
  msgid "Allow forums to have dedicated moderators"
1864
  msgstr ""
1865
 
1866
+ #: includes/admin/settings.php:853
1867
  msgid "Allow moderators to edit other users"
1868
  msgstr ""
1869
 
1870
+ #: includes/admin/settings.php:867
1871
  msgid "Allow forum wide search"
1872
  msgstr ""
1873
 
1874
+ #: includes/admin/settings.php:902
1875
  msgid "Enable threaded (nested) replies %s levels deep"
1876
  msgstr ""
1877
 
1878
+ #: includes/admin/settings.php:917
1879
  msgid "Allow topic and reply revision logging"
1880
  msgstr ""
1881
 
1882
+ #: includes/admin/settings.php:931
1883
  msgid "Add toolbar & buttons to textareas to help with HTML formatting"
1884
  msgstr ""
1885
 
1886
+ #: includes/admin/settings.php:944
1887
  msgid "How your forum content is displayed within your existing theme."
1888
  msgstr ""
1889
 
1890
+ #: includes/admin/settings.php:972
1891
  msgid "will serve all bbPress templates"
1892
  msgstr ""
1893
 
1894
+ #: includes/admin/settings.php:976
1895
  msgid "No template packages available."
1896
  msgstr ""
1897
 
1898
+ #: includes/admin/settings.php:990
1899
  msgid ""
1900
  "Embed media (YouTube, Twitter, Flickr, etc...) directly into topics and "
1901
  "replies"
1902
  msgstr ""
1903
 
1904
+ #: includes/admin/settings.php:1005
1905
  msgid "How many topics and replies to show per page"
1906
  msgstr ""
1907
 
1908
+ #: includes/admin/settings.php:1019 includes/admin/settings.php:1033
1909
+ #: includes/admin/settings.php:1062 includes/admin/settings.php:1076
1910
  msgid "per page"
1911
  msgstr ""
1912
 
1913
+ #: includes/admin/settings.php:1048
1914
  msgid "How many topics and replies to show per RSS page"
1915
  msgstr ""
1916
 
1917
+ #: includes/admin/settings.php:1095
1918
  msgid ""
1919
  "Customize your Forums root. Partner with a WordPress Page and use "
1920
  "Shortcodes for more flexibility."
1921
  msgstr ""
1922
 
1923
+ #: includes/admin/settings.php:1124
1924
  msgid "Prefix all forum content with the Forum Root slug (Recommended)"
1925
  msgstr ""
1926
 
1927
+ #: includes/admin/settings.php:1142
1928
  msgid "Forum Index"
1929
  msgstr ""
1930
 
1931
+ #: includes/admin/settings.php:1145
1932
  msgid "Topics by Last Post"
1933
  msgstr ""
1934
 
1935
+ #: includes/admin/settings.php:1167
1936
  msgid "This setting will be ignored because %s was found in your theme."
1937
  msgstr ""
1938
 
1939
+ #: includes/admin/settings.php:1182
1940
  msgid "Customize your user profile slugs."
1941
  msgstr ""
1942
 
1943
+ #: includes/admin/settings.php:1287
1944
+ msgid ""
1945
+ "Custom slugs for single forums, topics, replies, tags, views, edit, and "
1946
+ "search."
1947
  msgstr ""
1948
 
1949
+ #: includes/admin/settings.php:1408
1950
  msgid "Forum settings for BuddyPress"
1951
  msgstr ""
1952
 
1953
+ #: includes/admin/settings.php:1422
1954
  msgid "Allow BuddyPress Groups to have their own forums"
1955
  msgstr ""
1956
 
1957
+ #: includes/admin/settings.php:1466
1958
  msgid "create a new one"
1959
  msgstr ""
1960
 
1961
+ #: includes/admin/settings.php:1467
1962
  msgid "Use %s to contain your group forums, or %s"
1963
  msgstr ""
1964
 
1965
+ #: includes/admin/settings.php:1469
1966
  msgid "Use %s to contain your group forums"
1967
  msgstr ""
1968
 
1969
+ #: includes/admin/settings.php:1474
1970
  msgid "Changing this will not move existing forums."
1971
  msgstr ""
1972
 
1973
+ #: includes/admin/settings.php:1489
1974
  msgid "Forum settings for Akismet"
1975
  msgstr ""
1976
 
1977
+ #: includes/admin/settings.php:1504
1978
  msgid "Allow Akismet to actively prevent forum spam."
1979
  msgstr ""
1980
 
1981
+ #: includes/admin/settings.php:1520
1982
  msgid "Forums Settings"
1983
  msgstr ""
1984
 
1985
+ #: includes/admin/settings.php:1530
1986
  #: templates/default/bbpress/form-user-edit.php:161
1987
  msgid "Save Changes"
1988
  msgstr ""
1989
 
1990
+ #: includes/admin/settings.php:1548
1991
  msgid ""
1992
  "Information about the database for your previous forums so they can be "
1993
  "converted."
1994
  msgstr ""
1995
 
1996
+ #: includes/admin/settings.php:1571
1997
  msgid "The previous forum software"
1998
  msgstr ""
1999
 
2000
+ #: includes/admin/settings.php:1585
2001
  msgid "Use default %s if same server, or IP or hostname"
2002
  msgstr ""
2003
 
2004
+ #: includes/admin/settings.php:1599
2005
  msgid "Use default %s if unsure"
2006
  msgstr ""
2007
 
2008
+ #: includes/admin/settings.php:1613
2009
  msgid "User to access the database"
2010
  msgstr ""
2011
 
2012
+ #: includes/admin/settings.php:1629
2013
  msgid "Toggle"
2014
  msgstr ""
2015
 
2016
+ #: includes/admin/settings.php:1633
2017
  msgid "Password for the above database user"
2018
  msgstr ""
2019
 
2020
+ #: includes/admin/settings.php:1647
2021
  msgid "Name of the database with your old forum data"
2022
  msgstr ""
2023
 
2024
+ #: includes/admin/settings.php:1660
2025
  msgid "Some optional parameters to help tune the conversion process."
2026
  msgstr ""
2027
 
2028
+ #: includes/admin/settings.php:1674
2029
  msgid "Use %s if converting from BuddyPress Legacy"
2030
  msgstr ""
2031
 
2032
+ #: includes/admin/settings.php:1688
2033
  msgid "entry maximum when querying for data to convert"
2034
  msgstr ""
2035
 
2036
+ #: includes/admin/settings.php:1689
2037
  msgid "Keep this low if you experience out-of-memory issues."
2038
  msgstr ""
2039
 
2040
+ #: includes/admin/settings.php:1703
2041
  msgid "second delay between each query of rows above"
2042
  msgstr ""
2043
 
2044
+ #: includes/admin/settings.php:1704
2045
  msgid "Keep this high to prevent too-many-connection issues."
2046
  msgstr ""
2047
 
2048
+ #: includes/admin/settings.php:1718
2049
  msgid "Halt the conversion if an error occurs"
2050
  msgstr ""
2051
 
2052
+ #: includes/admin/settings.php:1719
2053
  msgid "This is helpful if you want to debug problems."
2054
  msgstr ""
2055
 
2056
+ #: includes/admin/settings.php:1734
2057
  msgid "Restart the converter from the beginning"
2058
  msgstr ""
2059
 
2060
+ #: includes/admin/settings.php:1735
2061
  msgid ""
2062
  "This forces all steps back to 0. Avoid duplicate data by purging or "
2063
  "resetting first."
2064
  msgstr ""
2065
 
2066
+ #: includes/admin/settings.php:1749
2067
  msgid "Purge all meta-data from a previous import"
2068
  msgstr ""
2069
 
2070
+ #: includes/admin/settings.php:1750
2071
  msgid ""
2072
  "Use this if an import failed, or you just want to remove the relationship "
2073
  "data."
2074
  msgstr ""
2075
 
2076
+ #: includes/admin/settings.php:1764
2077
  msgid "Import user accounts from previous forums"
2078
  msgstr ""
2079
 
2080
+ #: includes/admin/settings.php:1765
2081
  msgid "Passwords remain encrypted, and are converted as individual users log in."
2082
  msgstr ""
2083
 
2084
+ #: includes/admin/settings.php:1785
2085
  msgid "Up next: step %s"
2086
  msgstr ""
2087
 
2088
+ #: includes/admin/settings.php:1786
2089
  msgid "Ready"
2090
  msgstr ""
2091
 
2092
+ #: includes/admin/settings.php:1790
2093
  msgid "Resume"
2094
  msgstr ""
2095
 
2096
+ #: includes/admin/settings.php:1795
2097
  msgid "Previously stopped at step %d of %d"
2098
  msgstr ""
2099
 
2100
+ #: includes/admin/settings.php:1796
2101
  msgid "Ready to go."
2102
  msgstr ""
2103
 
2104
+ #: includes/admin/settings.php:1799 includes/admin/tools/repair.php:43
2105
  #: includes/admin/tools/reset.php:23 includes/admin/tools/upgrade.php:40
2106
  msgid "Forum Tools"
2107
  msgstr ""
2108
 
2109
+ #: includes/admin/settings.php:1810
2110
  msgid "Toggle panel: Import Status"
2111
  msgstr ""
2112
 
2113
+ #: includes/admin/settings.php:1814
2114
  msgid "Import Monitor"
2115
  msgstr ""
2116
 
2117
+ #: includes/admin/settings.php:1826
2118
  msgid "Pause"
2119
  msgstr ""
2120
 
2121
+ #: includes/admin/settings.php:1869
2122
  msgid "This screen provides access to all of the Forums settings."
2123
  msgstr ""
2124
 
2125
+ #: includes/admin/settings.php:1870 includes/admin/tools/help.php:97
2126
  msgid ""
2127
  "Please see the additional help tabs for more information on each individual "
2128
  "section."
2129
  msgstr ""
2130
 
2131
+ #: includes/admin/settings.php:1876
2132
  msgid "Main Settings"
2133
  msgstr ""
2134
 
2135
+ #: includes/admin/settings.php:1877
2136
  msgid "The \"Main Settings\" section includes a number of options:"
2137
  msgstr ""
2138
 
2139
+ #: includes/admin/settings.php:1880
2140
  msgid ""
2141
  "You can choose to lock a post after a certain number of minutes. \"Locking "
2142
  "post editing\" will prevent the author from editing some amount of time "
2143
  "after saving a post."
2144
  msgstr ""
2145
 
2146
+ #: includes/admin/settings.php:1881
2147
  msgid ""
2148
  "\"Throttle time\" is the amount of time required between posts from a "
2149
  "single author. The higher the throttle time, the longer a user will need to "
2150
  "wait between posting to the forum."
2151
  msgstr ""
2152
 
2153
+ #: includes/admin/settings.php:1882
2154
  msgid ""
2155
  "Favorites are a way for users to save and later return to topics they "
2156
  "favor. This is enabled by default."
2157
  msgstr ""
2158
 
2159
+ #: includes/admin/settings.php:1883
2160
  msgid ""
2161
  "Subscriptions allow users to subscribe for notifications to topics that "
2162
  "interest them. This is enabled by default."
2163
  msgstr ""
2164
 
2165
+ #: includes/admin/settings.php:1884
2166
  msgid ""
2167
  "Topic-Tags allow users to filter topics between forums. This is enabled by "
2168
  "default."
2169
  msgstr ""
2170
 
2171
+ #: includes/admin/settings.php:1885
2172
  msgid ""
2173
  "\"Anonymous Posting\" allows guest users who do not have accounts on your "
2174
  "site to both create topics as well as replies."
2175
  msgstr ""
2176
 
2177
+ #: includes/admin/settings.php:1886
2178
  msgid ""
2179
  "The Fancy Editor brings the luxury of the Visual editor and HTML editor "
2180
  "from the traditional WordPress dashboard into your theme."
2181
  msgstr ""
2182
 
2183
+ #: includes/admin/settings.php:1887
2184
  msgid ""
2185
  "Auto-embed will embed the media content from a URL directly into the "
2186
  "replies. For example: links to Flickr and YouTube."
2187
  msgstr ""
2188
 
2189
+ #: includes/admin/settings.php:1890
2190
  msgid ""
2191
  "You must click the Save Changes button at the bottom of the screen for new "
2192
  "settings to take effect."
2193
  msgstr ""
2194
 
2195
+ #: includes/admin/settings.php:1896
2196
  msgid "Theme Packages"
2197
  msgstr ""
2198
 
2199
+ #: includes/admin/settings.php:1897
2200
  msgid ""
2201
  "The \"Theme Packages\" section allows you to choose which theme package "
2202
  "should be used."
2203
  msgstr ""
2204
 
2205
+ #: includes/admin/settings.php:1900
2206
  msgid "The \"bbPress Default\" package is installed by default."
2207
  msgstr ""
2208
 
2209
+ #: includes/admin/settings.php:1901
2210
  msgid "Some themes may choose to ignore this setting entirely."
2211
  msgstr ""
2212
 
2213
+ #: includes/admin/settings.php:1902
2214
  msgid "Packages can be stacked to allow for intelligent fallbacks."
2215
  msgstr ""
2216
 
2217
+ #: includes/admin/settings.php:1910
2218
  msgid "Per Page"
2219
  msgstr ""
2220
 
2221
+ #: includes/admin/settings.php:1911
2222
  msgid ""
2223
  "The \"Per Page\" section allows you to control the number of topics and "
2224
  "replies appear on each page."
2225
  msgstr ""
2226
 
2227
+ #: includes/admin/settings.php:1913
2228
  msgid ""
2229
  "This is comparable to the WordPress \"Reading Settings\" page, where you "
2230
  "can set the number of posts that should show on blog pages and in feeds."
2231
  msgstr ""
2232
 
2233
+ #: includes/admin/settings.php:1914
2234
  msgid ""
2235
  "These are broken up into two separate groups: one for what appears in your "
2236
  "theme, another for RSS feeds."
2237
  msgstr ""
2238
 
2239
+ #: includes/admin/settings.php:1922
2240
  msgid "Slugs"
2241
  msgstr ""
2242
 
2243
+ #: includes/admin/settings.php:1923
2244
  msgid ""
2245
  "The \"Slugs\" section allows you to control the permalink structure for "
2246
  "your forums."
2247
  msgstr ""
2248
 
2249
+ #: includes/admin/settings.php:1925
2250
  msgid ""
2251
  "\"Archive Slugs\" are used as the \"root\" for your forums and topics. If "
2252
  "you combine these values with existing page slugs, bbPress will attempt to "
2253
  "output the most correct title and content."
2254
  msgstr ""
2255
 
2256
+ #: includes/admin/settings.php:1926
2257
  msgid ""
2258
  "\"Single Slugs\" are used as a prefix when viewing an individual forum, "
2259
  "topic, reply, user, or view."
2260
  msgstr ""
2261
 
2262
+ #: includes/admin/settings.php:1927
2263
  msgid ""
2264
  "In the event of a slug collision with WordPress or BuddyPress, a warning "
2265
  "will appear next to the problem slug(s)."
2266
  msgstr ""
2267
 
2268
+ #: includes/admin/settings.php:2021
2269
  #: templates/default/bbpress/loop-forums.php:24
2270
  #: templates/default/bbpress/loop-replies.php:21
2271
  #: templates/default/bbpress/loop-replies.php:47
2273
  msgid "Posts"
2274
  msgstr ""
2275
 
2276
+ #: includes/admin/settings.php:2022
2277
  msgid "Pages"
2278
  msgstr ""
2279
 
2280
+ #: includes/admin/settings.php:2024
2281
  msgid "Attachments"
2282
  msgstr ""
2283
 
2284
+ #: includes/admin/settings.php:2025
2285
  msgid "Menus"
2286
  msgstr ""
2287
 
2288
+ #: includes/admin/settings.php:2028
2289
  msgid "Tag base"
2290
  msgstr ""
2291
 
2292
+ #: includes/admin/settings.php:2031
2293
  msgid "Category base"
2294
  msgstr ""
2295
 
2296
+ #: includes/admin/settings.php:2036
2297
  msgid "Forums base"
2298
  msgstr ""
2299
 
2300
+ #: includes/admin/settings.php:2039
2301
  msgid "Topics base"
2302
  msgstr ""
2303
 
2304
+ #: includes/admin/settings.php:2042
2305
  msgid "Forum slug"
2306
  msgstr ""
2307
 
2308
+ #: includes/admin/settings.php:2045
2309
  msgid "Topic slug"
2310
  msgstr ""
2311
 
2312
+ #: includes/admin/settings.php:2048
2313
  msgid "Reply slug"
2314
  msgstr ""
2315
 
2316
+ #: includes/admin/settings.php:2051
2317
+ msgid "Edit slug"
2318
+ msgstr ""
2319
+
2320
+ #: includes/admin/settings.php:2054
2321
  msgid "User base"
2322
  msgstr ""
2323
 
2324
+ #: includes/admin/settings.php:2057
2325
  msgid "View base"
2326
  msgstr ""
2327
 
2328
+ #: includes/admin/settings.php:2060
2329
  msgid "Topic tag slug"
2330
  msgstr ""
2331
 
2332
+ #: includes/admin/settings.php:2072
2333
  msgid "%s page"
2334
  msgstr ""
2335
 
2336
+ #: includes/admin/settings.php:2095
2337
  msgid "Possible %1$s conflict: %2$s"
2338
  msgstr ""
2339
 
3077
  msgstr ""
3078
 
3079
  #: includes/admin/tools.php:260
3080
+ msgid "Run this if the number of replies in any topics are incorrect."
3081
  msgstr ""
3082
 
3083
  #: includes/admin/tools.php:271
3664
  msgid "Pending: %s"
3665
  msgstr ""
3666
 
3667
+ #: includes/common/functions.php:410 includes/common/functions.php:468
 
 
 
 
3668
  msgid "Spammed: %s"
3669
  msgstr ""
3670
 
3671
+ #: includes/common/functions.php:414 includes/common/functions.php:472
3672
  msgid "Trashed: %s"
3673
  msgstr ""
3674
 
3675
+ #: includes/common/functions.php:464
3676
+ msgid "Private: %s"
3677
+ msgstr ""
3678
+
3679
+ #: includes/common/functions.php:556
3680
  msgid "<strong>ERROR</strong>: Invalid author name."
3681
  msgstr ""
3682
 
3683
+ #: includes/common/functions.php:562
3684
  msgid "<strong>ERROR</strong>: Invalid email address."
3685
  msgstr ""
3686
 
3687
+ #: includes/common/functions.php:1101
3688
  msgid ""
3689
  "%1$s wrote:\n"
3690
  "\n"
3699
  "Login and visit the topic to unsubscribe from these emails."
3700
  msgstr ""
3701
 
3702
+ #: includes/common/functions.php:1268
3703
  msgid ""
3704
  "%1$s wrote:\n"
3705
  "\n"
6035
  msgid "Forum Topics Started"
6036
  msgstr ""
6037
 
6038
+ #: templates/default/bbpress-functions.php:219
6039
  msgid "Something went wrong. Refresh your browser and try again."
6040
  msgstr ""
6041
 
6042
+ #: templates/default/bbpress-functions.php:233
6043
  msgid "Favorites are no longer active."
6044
  msgstr ""
6045
 
6046
+ #: templates/default/bbpress-functions.php:238
6047
  msgid "Please login to favorite."
6048
  msgstr ""
6049
 
6050
+ #: templates/default/bbpress-functions.php:248
6051
+ #: templates/default/bbpress-functions.php:311
6052
  msgid "You do not have permission to do this."
6053
  msgstr ""
6054
 
6055
+ #: templates/default/bbpress-functions.php:258
6056
  msgid "Favorite failed."
6057
  msgstr ""
6058
 
6059
+ #: templates/default/bbpress-functions.php:263
6060
+ #: templates/default/bbpress-functions.php:326
6061
  msgid "Are you sure you meant to do that?"
6062
  msgstr ""
6063
 
6064
+ #: templates/default/bbpress-functions.php:273
6065
+ #: templates/default/bbpress-functions.php:336
6066
  msgid "The request was unsuccessful. Please try again."
6067
  msgstr ""
6068
 
6069
+ #: templates/default/bbpress-functions.php:296
6070
  msgid "Subscriptions are no longer active."
6071
  msgstr ""
6072
 
6073
+ #: templates/default/bbpress-functions.php:301
6074
  msgid "Please login to subscribe."
6075
  msgstr ""
6076
 
6077
+ #: templates/default/bbpress-functions.php:321
6078
  msgid "Subcription failed."
6079
  msgstr ""
6080
 
includes/admin/settings.php CHANGED
@@ -386,6 +386,14 @@ function bbp_admin_get_settings_fields() {
386
  'args' => array( 'label_for'=>'_bbp_reply_slug' )
387
  ),
388
 
 
 
 
 
 
 
 
 
389
  // Search slug setting
390
  '_bbp_search_slug' => array(
391
  'title' => esc_html__( 'Search', 'bbpress' ),
@@ -1276,7 +1284,7 @@ function bbp_admin_setting_callback_user_engagements_slug() {
1276
  function bbp_admin_setting_callback_single_slug_section() {
1277
  ?>
1278
 
1279
- <p><?php printf( esc_html__( 'Custom slugs for single forums, topics, replies, tags, views, and search.', 'bbpress' ), get_admin_url( null, 'options-permalink.php' ) ); ?></p>
1280
 
1281
  <?php
1282
  }
@@ -1372,6 +1380,21 @@ function bbp_admin_setting_callback_search_slug() {
1372
  bbp_form_slug_conflict_check( '_bbp_search_slug', 'search' );
1373
  }
1374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1375
  /** BuddyPress ****************************************************************/
1376
 
1377
  /**
@@ -2024,6 +2047,9 @@ function bbp_form_slug_conflict_check( $slug, $default ) {
2024
  // Reply slug
2025
  '_bbp_reply_slug' => array( 'name' => esc_html__( 'Reply slug', 'bbpress' ), 'default' => 'reply', 'context' => 'bbPress' ),
2026
 
 
 
 
2027
  // User profile slug
2028
  '_bbp_user_slug' => array( 'name' => esc_html__( 'User base', 'bbpress' ), 'default' => 'users', 'context' => 'bbPress' ),
2029
 
386
  'args' => array( 'label_for'=>'_bbp_reply_slug' )
387
  ),
388
 
389
+ // Edit slug setting
390
+ '_bbp_edit_slug' => array(
391
+ 'title' => esc_html__( 'Edit', 'bbpress' ),
392
+ 'callback' => 'bbp_admin_setting_callback_edit_slug',
393
+ 'sanitize_callback' => 'bbp_sanitize_slug',
394
+ 'args' => array( 'label_for'=>'_bbp_edit_slug' )
395
+ ),
396
+
397
  // Search slug setting
398
  '_bbp_search_slug' => array(
399
  'title' => esc_html__( 'Search', 'bbpress' ),
1284
  function bbp_admin_setting_callback_single_slug_section() {
1285
  ?>
1286
 
1287
+ <p><?php printf( esc_html__( 'Custom slugs for single forums, topics, replies, tags, views, edit, and search.', 'bbpress' ), get_admin_url( null, 'options-permalink.php' ) ); ?></p>
1288
 
1289
  <?php
1290
  }
1380
  bbp_form_slug_conflict_check( '_bbp_search_slug', 'search' );
1381
  }
1382
 
1383
+ /**
1384
+ * Edit slug setting field
1385
+ *
1386
+ * @since 2.6.2 bbPress (r6965)
1387
+ */
1388
+ function bbp_admin_setting_callback_edit_slug() {
1389
+ ?>
1390
+
1391
+ <input name="_bbp_edit_slug" id="_bbp_edit_slug" type="text" class="regular-text code" value="<?php bbp_form_option( '_bbp_edit_slug', 'edit', true ); ?>"<?php bbp_maybe_admin_setting_disabled( '_bbp_edit_slug' ); ?> />
1392
+
1393
+ <?php
1394
+ // Slug Check
1395
+ bbp_form_slug_conflict_check( '_bbp_edit_slug', 'edit' );
1396
+ }
1397
+
1398
  /** BuddyPress ****************************************************************/
1399
 
1400
  /**
2047
  // Reply slug
2048
  '_bbp_reply_slug' => array( 'name' => esc_html__( 'Reply slug', 'bbpress' ), 'default' => 'reply', 'context' => 'bbPress' ),
2049
 
2050
+ // Edit slug
2051
+ '_bbp_edit_slug' => array( 'name' => esc_html__( 'Edit slug', 'bbpress' ), 'default' => 'edit', 'context' => 'bbPress' ),
2052
+
2053
  // User profile slug
2054
  '_bbp_user_slug' => array( 'name' => esc_html__( 'User base', 'bbpress' ), 'default' => 'users', 'context' => 'bbPress' ),
2055
 
includes/admin/tools.php CHANGED
@@ -257,7 +257,7 @@ function bbp_register_default_repair_tools() {
257
  'id' => 'bbp-topic-replies',
258
  'type' => 'repair',
259
  'title' => esc_html__( 'Recount replies in each topic', 'bbpress' ),
260
- 'description' => esc_html__( 'Run this if the number of topics in any topics are incorrect.', 'bbpress' ),
261
  'callback' => 'bbp_admin_repair_topic_reply_count',
262
  'priority' => 65,
263
  'overhead' => 'high',
257
  'id' => 'bbp-topic-replies',
258
  'type' => 'repair',
259
  'title' => esc_html__( 'Recount replies in each topic', 'bbpress' ),
260
+ 'description' => esc_html__( 'Run this if the number of replies in any topics are incorrect.', 'bbpress' ),
261
  'callback' => 'bbp_admin_repair_topic_reply_count',
262
  'priority' => 65,
263
  'overhead' => 'high',
includes/common/functions.php CHANGED
@@ -403,7 +403,7 @@ function bbp_get_statistics( $args = array() ) {
403
  : '';
404
 
405
  $topic_titles[] = ! empty( $topics['private'] )
406
- ? sprintf( esc_html__( 'Private: %s', 'bbpress' ), bbp_number_format_i18n( $topics['private'] ) )
407
  : '';
408
 
409
  $topic_titles[] = ! empty( $topics['spammed'] )
@@ -459,6 +459,7 @@ function bbp_get_statistics( $args = array() ) {
459
  $reply_titles[] = ! empty( $replies['pending'] )
460
  ? sprintf( esc_html__( 'Pending: %s', 'bbpress' ), bbp_number_format_i18n( $replies['pending'] ) )
461
  : '';
 
462
  $reply_titles[] = ! empty( $replies['private'] )
463
  ? sprintf( esc_html__( 'Private: %s', 'bbpress' ), bbp_number_format_i18n( $replies['private'] ) )
464
  : '';
@@ -964,7 +965,7 @@ function bbp_check_for_moderation( $anonymous_data = array(), $author_id = 0, $t
964
  * @deprecated 2.6.0 Use bbp_check_for_moderation() with strict flag set
965
  */
966
  function bbp_check_for_blacklist( $anonymous_data = array(), $author_id = 0, $title = '', $content = '' ) {
967
- return bbp_check_for_moderation( $anonymous_data, $author_id, $title, $content, false );
968
  }
969
 
970
  /** Subscriptions *************************************************************/
403
  : '';
404
 
405
  $topic_titles[] = ! empty( $topics['private'] )
406
+ ? ''//sprintf( esc_html__( 'Private: %s', 'bbpress' ), bbp_number_format_i18n( $topics['private'] ) )
407
  : '';
408
 
409
  $topic_titles[] = ! empty( $topics['spammed'] )
459
  $reply_titles[] = ! empty( $replies['pending'] )
460
  ? sprintf( esc_html__( 'Pending: %s', 'bbpress' ), bbp_number_format_i18n( $replies['pending'] ) )
461
  : '';
462
+
463
  $reply_titles[] = ! empty( $replies['private'] )
464
  ? sprintf( esc_html__( 'Private: %s', 'bbpress' ), bbp_number_format_i18n( $replies['private'] ) )
465
  : '';
965
  * @deprecated 2.6.0 Use bbp_check_for_moderation() with strict flag set
966
  */
967
  function bbp_check_for_blacklist( $anonymous_data = array(), $author_id = 0, $title = '', $content = '' ) {
968
+ return bbp_check_for_moderation( $anonymous_data, $author_id, $title, $content, true );
969
  }
970
 
971
  /** Subscriptions *************************************************************/
includes/core/options.php CHANGED
@@ -973,6 +973,20 @@ function bbp_get_search_slug( $default = 'search' ) {
973
  return apply_filters( 'bbp_get_search_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_search_slug', $default ) );
974
  }
975
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
976
  /** Legacy ********************************************************************/
977
 
978
  /**
973
  return apply_filters( 'bbp_get_search_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_search_slug', $default ) );
974
  }
975
 
976
+ /**
977
+ * Return the edit slug
978
+ *
979
+ * @since 2.6.2 bbPress (r6965)
980
+ *
981
+ * @param string $default Optional. Default value 'edit'
982
+ * @return string
983
+ */
984
+ function bbp_get_edit_slug( $default = 'edit' ) {
985
+
986
+ // Filter & return
987
+ return apply_filters( 'bbp_get_edit_slug', get_option( '_bbp_edit_slug', $default ) );
988
+ }
989
+
990
  /** Legacy ********************************************************************/
991
 
992
  /**
includes/extend/buddypress/groups.php CHANGED
@@ -929,7 +929,7 @@ class BBP_Forums_Group_Extension extends BP_Group_Extension {
929
  }
930
 
931
  // Topic edit
932
- if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_rewrite_id() ) :
933
 
934
  // Unset the super sticky link on edit topic template
935
  add_filter( 'bbp_get_topic_types', array( $this, 'unset_super_sticky' ), 10, 1 );
@@ -1002,7 +1002,7 @@ class BBP_Forums_Group_Extension extends BP_Group_Extension {
1002
  echo '<h2>' . $title . '</h2>';
1003
  }
1004
 
1005
- if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_rewrite_id() ) :
1006
 
1007
  // Get the main query object
1008
  $wp_query = bbp_get_wp_query();
929
  }
930
 
931
  // Topic edit
932
+ if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_slug() ) :
933
 
934
  // Unset the super sticky link on edit topic template
935
  add_filter( 'bbp_get_topic_types', array( $this, 'unset_super_sticky' ), 10, 1 );
1002
  echo '<h2>' . $title . '</h2>';
1003
  }
1004
 
1005
+ if ( bp_action_variable( $offset + 2 ) === bbp_get_edit_slug() ) :
1006
 
1007
  // Get the main query object
1008
  $wp_query = bbp_get_wp_query();
includes/extend/buddypress/notifications.php CHANGED
@@ -63,7 +63,7 @@ function bbp_format_buddypress_notifications( $content, $item_id, $secondary_ite
63
 
64
  // Bail if not the notification action we are looking for
65
  if ( 'bbp_new_reply' !== $component_action_name ) {
66
- return $component_action_name;
67
  }
68
 
69
  // New reply notifications
63
 
64
  // Bail if not the notification action we are looking for
65
  if ( 'bbp_new_reply' !== $component_action_name ) {
66
+ return $content;
67
  }
68
 
69
  // New reply notifications
includes/forums/capabilities.php CHANGED
@@ -69,7 +69,7 @@ function bbp_map_forum_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
69
 
70
  // Bail if no post ID
71
  if ( empty( $args[0] ) ) {
72
- return $caps;
73
  }
74
 
75
  // Get the post.
@@ -114,7 +114,7 @@ function bbp_map_forum_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
114
 
115
  // Bail if no post ID
116
  if ( empty( $args[0] ) ) {
117
- return $caps;
118
  }
119
 
120
  // Get the post.
@@ -162,7 +162,7 @@ function bbp_map_forum_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
162
 
163
  // Bail if no post ID
164
  if ( empty( $args[0] ) ) {
165
- return $caps;
166
  }
167
 
168
  // Get the post.
@@ -199,7 +199,7 @@ function bbp_map_forum_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
199
 
200
  // Bail if no post ID
201
  if ( empty( $args[0] ) ) {
202
- return $caps;
203
  }
204
 
205
  // Get the post.
69
 
70
  // Bail if no post ID
71
  if ( empty( $args[0] ) ) {
72
+ break;
73
  }
74
 
75
  // Get the post.
114
 
115
  // Bail if no post ID
116
  if ( empty( $args[0] ) ) {
117
+ break;
118
  }
119
 
120
  // Get the post.
162
 
163
  // Bail if no post ID
164
  if ( empty( $args[0] ) ) {
165
+ break;
166
  }
167
 
168
  // Get the post.
199
 
200
  // Bail if no post ID
201
  if ( empty( $args[0] ) ) {
202
+ break;
203
  }
204
 
205
  // Get the post.
includes/forums/functions.php CHANGED
@@ -2182,6 +2182,13 @@ function bbp_get_private_forum_ids() {
2182
  * Returns the forum IDs that should be excluded from various views & queries,
2183
  * based on the current user's capabilities.
2184
  *
 
 
 
 
 
 
 
2185
  * @since 2.6.0 bbPress (r6425)
2186
  *
2187
  * @return array Forum IDs to exclude, or an empty array
2182
  * Returns the forum IDs that should be excluded from various views & queries,
2183
  * based on the current user's capabilities.
2184
  *
2185
+ * These results are automatically filtered by bbp_allow_forums_of_user(), to
2186
+ * allow per-forum moderators to see forums that would otherwise be private or
2187
+ * hidden to them.
2188
+ *
2189
+ * If you have a need to filter these results based on your own custom
2190
+ * engagements API usages, please see: bbp_allow_forums_of_user()
2191
+ *
2192
  * @since 2.6.0 bbPress (r6425)
2193
  *
2194
  * @return array Forum IDs to exclude, or an empty array
includes/replies/capabilities.php CHANGED
@@ -59,7 +59,7 @@ function bbp_map_reply_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
59
 
60
  // Bail if no post ID
61
  if ( empty( $args[0] ) ) {
62
- return $caps;
63
  }
64
 
65
  // Get the post.
@@ -132,7 +132,7 @@ function bbp_map_reply_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
132
 
133
  // Bail if no post ID
134
  if ( empty( $args[0] ) ) {
135
- return $caps;
136
  }
137
 
138
  // Get the post.
@@ -180,7 +180,7 @@ function bbp_map_reply_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
180
 
181
  // Bail if no post ID
182
  if ( empty( $args[0] ) ) {
183
- return $caps;
184
  }
185
 
186
  // Get the post
59
 
60
  // Bail if no post ID
61
  if ( empty( $args[0] ) ) {
62
+ break;
63
  }
64
 
65
  // Get the post.
132
 
133
  // Bail if no post ID
134
  if ( empty( $args[0] ) ) {
135
+ break;
136
  }
137
 
138
  // Get the post.
180
 
181
  // Bail if no post ID
182
  if ( empty( $args[0] ) ) {
183
+ break;
184
  }
185
 
186
  // Get the post
includes/replies/template.php CHANGED
@@ -1905,7 +1905,7 @@ function bbp_reply_edit_url( $reply_id = 0 ) {
1905
  // Pretty permalinks, previously used `bbp_use_pretty_urls()`
1906
  // https://bbpress.trac.wordpress.org/ticket/3054
1907
  if ( false === strpos( $reply_link, '?' ) ) {
1908
- $url = trailingslashit( $reply_link ) . bbp_get_edit_rewrite_id();
1909
  $url = user_trailingslashit( $url );
1910
 
1911
  // Unpretty permalinks
1905
  // Pretty permalinks, previously used `bbp_use_pretty_urls()`
1906
  // https://bbpress.trac.wordpress.org/ticket/3054
1907
  if ( false === strpos( $reply_link, '?' ) ) {
1908
+ $url = trailingslashit( $reply_link ) . bbp_get_edit_slug();
1909
  $url = user_trailingslashit( $url );
1910
 
1911
  // Unpretty permalinks
includes/topics/capabilities.php CHANGED
@@ -79,7 +79,7 @@ function bbp_map_topic_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
79
 
80
  // Bail if no post ID
81
  if ( empty( $args[0] ) ) {
82
- return $caps;
83
  }
84
 
85
  // Get the post.
@@ -152,7 +152,7 @@ function bbp_map_topic_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
152
 
153
  // Bail if no post ID
154
  if ( empty( $args[0] ) ) {
155
- return $caps;
156
  }
157
 
158
  // Get the post.
@@ -200,7 +200,7 @@ function bbp_map_topic_meta_caps( $caps = array(), $cap = '', $user_id = 0, $arg
200
 
201
  // Bail if no post ID
202
  if ( empty( $args[0] ) ) {
203
- return $caps;
204
  }
205
 
206
  // Get the post.
79
 
80
  // Bail if no post ID
81
  if ( empty( $args[0] ) ) {
82
+ break;
83
  }
84
 
85
  // Get the post.
152
 
153
  // Bail if no post ID
154
  if ( empty( $args[0] ) ) {
155
+ break;
156
  }
157
 
158
  // Get the post.
200
 
201
  // Bail if no post ID
202
  if ( empty( $args[0] ) ) {
203
+ break;
204
  }
205
 
206
  // Get the post.
includes/topics/template.php CHANGED
@@ -2460,7 +2460,7 @@ function bbp_topic_edit_url( $topic_id = 0 ) {
2460
  // Pretty permalinks, previously used `bbp_use_pretty_urls()`
2461
  // https://bbpress.trac.wordpress.org/ticket/3054
2462
  if ( false === strpos( $topic_link, '?' ) ) {
2463
- $url = trailingslashit( $topic_link ) . bbp_get_edit_rewrite_id();
2464
  $url = user_trailingslashit( $url );
2465
 
2466
  // Unpretty permalinks
@@ -3583,7 +3583,7 @@ function bbp_topic_tag_edit_link( $tag = '' ) {
3583
 
3584
  // Pretty or ugly URL
3585
  $retval = bbp_use_pretty_urls()
3586
- ? user_trailingslashit( trailingslashit( bbp_get_topic_tag_link() ) . bbp_get_edit_rewrite_id() )
3587
  : add_query_arg( array( bbp_get_edit_rewrite_id() => '1' ), bbp_get_topic_tag_link() );
3588
 
3589
  // No link
2460
  // Pretty permalinks, previously used `bbp_use_pretty_urls()`
2461
  // https://bbpress.trac.wordpress.org/ticket/3054
2462
  if ( false === strpos( $topic_link, '?' ) ) {
2463
+ $url = trailingslashit( $topic_link ) . bbp_get_edit_slug();
2464
  $url = user_trailingslashit( $url );
2465
 
2466
  // Unpretty permalinks
3583
 
3584
  // Pretty or ugly URL
3585
  $retval = bbp_use_pretty_urls()
3586
+ ? user_trailingslashit( trailingslashit( bbp_get_topic_tag_link() ) . bbp_get_edit_slug() )
3587
  : add_query_arg( array( bbp_get_edit_rewrite_id() => '1' ), bbp_get_topic_tag_link() );
3588
 
3589
  // No link
includes/users/template.php CHANGED
@@ -635,7 +635,7 @@ function bbp_user_profile_edit_url( $user_id = 0, $user_nicename = '' ) {
635
 
636
  // Pretty permalinks
637
  if ( bbp_use_pretty_urls() ) {
638
- $url = trailingslashit( $profile_url ) . 'edit';
639
  $url = user_trailingslashit( $url );
640
 
641
  // Unpretty permalinks
635
 
636
  // Pretty permalinks
637
  if ( bbp_use_pretty_urls() ) {
638
+ $url = trailingslashit( $profile_url ) . bbp_get_edit_slug();
639
  $url = user_trailingslashit( $url );
640
 
641
  // Unpretty permalinks
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov
3
  Tags: forum, forums, discussion, support
4
  Requires at least: 4.7
5
- Tested up to: 5.3
6
- Stable tag: 2.6.1
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -54,4 +54,4 @@ bbPress is intentionally simple yet infinitely powerful forum software, built by
54
 
55
  == Changelog ==
56
 
57
- Check out the [releases page](https://codex.bbpress.org/releases/)!
2
  Contributors: matt, johnjamesjacoby, jmdodd, netweb, sergeybiryukov
3
  Tags: forum, forums, discussion, support
4
  Requires at least: 4.7
5
+ Tested up to: 5.4
6
+ Stable tag: 2.6.2
7
  License: GPLv2 or later
8
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
9
 
54
 
55
  == Changelog ==
56
 
57
+ Check out the [releases page](https://codex.bbpress.org/releases/)
templates/default/bbpress-functions.php CHANGED
@@ -118,16 +118,24 @@ class BBP_Default extends BBP_Theme_Compat {
118
  */
119
  public function enqueue_styles() {
120
 
121
- // RTL and/or minified
122
- $suffix = is_rtl() ? '-rtl' : '';
123
-
124
- // Get and filter the bbp-default style
125
- $styles = apply_filters( 'bbp_default_styles', array(
126
  'bbp-default' => array(
127
- 'file' => 'css/bbpress' . $suffix . '.css',
128
  'dependencies' => array()
129
  )
130
- ) );
 
 
 
 
 
 
 
 
 
 
 
131
 
132
  // Enqueue the styles
133
  foreach ( $styles as $handle => $attributes ) {
118
  */
119
  public function enqueue_styles() {
120
 
121
+ // Setup the default styling
122
+ $defaults = array(
 
 
 
123
  'bbp-default' => array(
124
+ 'file' => 'css/bbpress.css',
125
  'dependencies' => array()
126
  )
127
+ );
128
+
129
+ // Optionally support an RTL variant
130
+ if ( is_rtl() ) {
131
+ $defaults['bbp-default-rtl'] = array(
132
+ 'file' => 'css/bbpress-rtl.css',
133
+ 'dependencies' => array()
134
+ );
135
+ }
136
+
137
+ // Get and filter the bbp-default style
138
+ $styles = apply_filters( 'bbp_default_styles', $defaults );
139
 
140
  // Enqueue the styles
141
  foreach ( $styles as $handle => $attributes ) {
templates/default/css/bbpress-rtl.css CHANGED
@@ -858,6 +858,10 @@ p.form-allowed-tags {
858
  line-height: 16px;
859
  }
860
 
 
 
 
 
861
  /* =Edit User
862
  -------------------------------------------------------------- */
863
 
858
  line-height: 16px;
859
  }
860
 
861
+ #bbpress-forums .bbp-replies .bbp-reply-form {
862
+ margin: 0 10px 0 10px;
863
+ }
864
+
865
  /* =Edit User
866
  -------------------------------------------------------------- */
867
 
templates/default/css/bbpress-rtl.min.css CHANGED
@@ -1 +1 @@
1
- .hidden,.js .hide-if-js{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-right:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 7px 0 0;padding-right:12px;border-right:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:right;text-align:right;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:right;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:right;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:left}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:right;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:right;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:right;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-right:140px;padding:0;text-align:right}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-right:130px;padding:12px 0 12px 12px;text-align:right;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-right:130px;padding:12px 0 12px 12px;text-align:left}#bbpress-forums div#bbp-cancel-reply-to{text-align:left}div.bbp-breadcrumb{float:right}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:10px}#bbpress-forums div.bbp-topic-tags{float:left;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:right}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;right:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:left}span.bbp-admin-links{float:left;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:right}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:left;margin-right:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:right;border:1px solid transparent}.bbp-pagination-links{float:left;list-style:none;display:inline}.bbp-pagination{float:right;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:right;font-size:12px;line-height:18px;padding:0 5px;margin-right:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:right;padding:1px 4px;margin-right:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-right:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:right;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:left;clear:none;margin-right:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:right}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-left:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:left;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 0 0 -1px;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:right;width:100%;clear:right}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset -1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:right;width:20%;padding:5px 0 5px 20px;text-align:left;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:right;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 20% 0 0;font-size:12px;font-style:italic;float:right;clear:right;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:left}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-right:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password#pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:left}.bbp-login-form .bbp-login-links a{float:right;clear:right}.bbp-logged-in img.avatar{float:right;margin:0 0 0 15px}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-left:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:left}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-right:2px solid #eaeaea;margin-right:5px;padding-right:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:right;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:left}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:right;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-right:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-right:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;right:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;right:50%;margin-top:-75px;margin-right:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:right;float:right}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:right}span.bbp-admin-links{clear:right;float:right}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-right:80px;position:relative;text-align:right;width:calc(100% - 100px);border-bottom:1px solid #efefef}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-right:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;right:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:right}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-right:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:right;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-right:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-right:0;text-align:right}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-right:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-right:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}
1
+ .hidden,.js .hide-if-js{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-right:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 7px 0 0;padding-right:12px;border-right:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:right;text-align:right;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:right;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:right;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:left}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:right;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:right;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:right;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-right:140px;padding:0;text-align:right}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-right:130px;padding:12px 0 12px 12px;text-align:right;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-right:130px;padding:12px 0 12px 12px;text-align:left}#bbpress-forums div#bbp-cancel-reply-to{text-align:left}div.bbp-breadcrumb{float:right}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:10px}#bbpress-forums div.bbp-topic-tags{float:left;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:right}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;right:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:left}span.bbp-admin-links{float:left;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:right}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:left;margin-right:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:right;border:1px solid transparent}.bbp-pagination-links{float:left;list-style:none;display:inline}.bbp-pagination{float:right;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:right;font-size:12px;line-height:18px;padding:0 5px;margin-right:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:right;padding:1px 4px;margin-right:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-right:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:right;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:left;clear:none;margin-right:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:right}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-left:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:left;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 0 0 -1px;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums .bbp-replies .bbp-reply-form{margin:0 10px 0 10px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:right;width:100%;clear:right}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset -1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:right;width:20%;padding:5px 0 5px 20px;text-align:left;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:right;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 20% 0 0;font-size:12px;font-style:italic;float:right;clear:right;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:left}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-right:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password#pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:left}.bbp-login-form .bbp-login-links a{float:right;clear:right}.bbp-logged-in img.avatar{float:right;margin:0 0 0 15px}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-left:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:left}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-right:2px solid #eaeaea;margin-right:5px;padding-right:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:right;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:left}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:right;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-right:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-right:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;right:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;right:50%;margin-top:-75px;margin-right:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:right;float:right}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:right}span.bbp-admin-links{clear:right;float:right}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-right:80px;position:relative;text-align:right;width:calc(100% - 100px);border-bottom:1px solid #efefef}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-right:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;right:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:right}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-right:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:right;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-right:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-right:0;text-align:right}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-right:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-right:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}
templates/default/css/bbpress.css CHANGED
@@ -858,6 +858,10 @@ p.form-allowed-tags {
858
  line-height: 16px;
859
  }
860
 
 
 
 
 
861
  /* =Edit User
862
  -------------------------------------------------------------- */
863
 
858
  line-height: 16px;
859
  }
860
 
861
+ #bbpress-forums .bbp-replies .bbp-reply-form {
862
+ margin: 0 10px 0 10px;
863
+ }
864
+
865
  /* =Edit User
866
  -------------------------------------------------------------- */
867
 
templates/default/css/bbpress.min.css CHANGED
@@ -1 +1 @@
1
- .hidden,.js .hide-if-js{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 0 0 7px;padding-left:12px;border-left:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:10px}#bbpress-forums div.bbp-topic-tags{float:right;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:right}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination{float:left;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:left;font-size:12px;line-height:18px;padding:0 5px;margin-left:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:left;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 -1px 0 0;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password#pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-right:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:right}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:right}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;left:50%;margin-top:-75px;margin-left:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:left;float:left}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:left}span.bbp-admin-links{clear:left;float:left}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-left:80px;position:relative;text-align:left;width:calc(100% - 100px);border-bottom:1px solid #efefef}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;left:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}
1
+ .hidden,.js .hide-if-js{display:none}.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;margin:-1px;padding:0;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0;word-wrap:normal!important}#bbpress-forums{background:0 0;clear:both;margin-bottom:20px;overflow:hidden;font-size:12px;line-height:18px}#bbpress-forums a,#bbpress-forums a:hover{box-shadow:none;border:none;transition:none}#bbpress-forums hr{margin:0 0 24px}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:#fff}#bbpress-forums div.odd,#bbpress-forums ul.odd{background-color:#fbfbfb}body.reply-edit .reply{float:none}#bbpress-forums div.reply{height:auto;width:100%;box-sizing:border-box}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background-color:#f4f4f4}#bbpress-forums .status-spam.even,#bbpress-forums .status-trash.even{background-color:#fee}#bbpress-forums .status-spam.odd,#bbpress-forums .status-trash.odd{background-color:#fdd}#bbpress-forums .status-pending.even,#bbpress-forums .status-pending.odd,#bbpress-forums ul.status-pending a{background-color:#fef7f1}#bbpress-forums ul.status-closed,#bbpress-forums ul.status-closed a{color:#ccc}#bbpress-forums ul{background:0 0;list-style:none;margin:0;padding:0}#bbpress-forums ul.bbp-threaded-replies{margin-left:50px}#bbpress-forums li{background:0 0;margin:0;list-style:none}#bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics{font-size:12px;overflow:hidden;border:1px solid #eee;margin-bottom:20px;clear:both}#bbpress-forums li.bbp-body,#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{clear:both}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:#f3f3f3;border-top:1px solid #eee;font-weight:700;padding:8px;text-align:center}#bbpress-forums li.bbp-header{background:#eaeaea}#bbpress-forums li.bbp-header ul{overflow:hidden}#bbpress-forums .bbp-forums-list{margin:0 0 0 7px;padding-left:12px;border-left:1px solid #ddd}#bbpress-forums .bbp-forums-list .bbp-forum{display:inline;font-size:11px}#bbpress-forums .bbp-forums-list .bbp-forum.css-sep:not(:last-child)::after{content:", "}#bbpress-forums li.bbp-footer p{margin:0;line-height:1}li.bbp-forum-info,li.bbp-topic-title{float:left;text-align:left;width:55%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{float:left;text-align:center;width:10%}li.bbp-forum-freshness,li.bbp-topic-freshness{text-align:center;float:left;width:22%}#bbpress-forums li.bbp-body ul.forum,#bbpress-forums li.bbp-body ul.topic{border-top:1px solid #eee;overflow:hidden;padding:8px}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{float:right}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{background:0 0;border:none;font-size:16px;line-height:1;margin:8px 0;padding:0;text-transform:none}#bbpress-forums div.bbp-forum-author,#bbpress-forums div.bbp-reply-author,#bbpress-forums div.bbp-topic-author{float:left;text-align:center;width:115px}#bbpress-forums div.bbp-forum-author img.avatar,#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{border:none;max-width:80px;padding:0;margin:12px auto 0;float:none}#bbpress-forums div.bbp-forum-author .bbp-author-name,#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{margin:0 12px;word-wrap:break-word;display:inline-block}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:left;display:block}#bbpress-forums div.bbp-forum-author .bbp-author-role,#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:11px;font-style:italic}#bbpress-forums li.bbp-footer .bbp-forum-author,#bbpress-forums li.bbp-footer .bbp-reply-author,#bbpress-forums li.bbp-footer .bbp-search-author,#bbpress-forums li.bbp-footer .bbp-topic-author,#bbpress-forums li.bbp-header .bbp-forum-author,#bbpress-forums li.bbp-header .bbp-reply-author,#bbpress-forums li.bbp-header .bbp-search-author,#bbpress-forums li.bbp-header .bbp-topic-author{float:left;margin:0;padding:0;width:120px}#bbpress-forums li.bbp-footer .bbp-forum-content,#bbpress-forums li.bbp-footer .bbp-reply-content,#bbpress-forums li.bbp-footer .bbp-search-content,#bbpress-forums li.bbp-footer .bbp-topic-content,#bbpress-forums li.bbp-header .bbp-forum-content,#bbpress-forums li.bbp-header .bbp-reply-content,#bbpress-forums li.bbp-header .bbp-search-content,#bbpress-forums li.bbp-header .bbp-topic-content{margin-left:140px;padding:0;text-align:left}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header,li.bbp-body div.hentry{margin:0;overflow:hidden;padding:8px}div.bbp-forum-header,div.bbp-reply-header,div.bbp-topic-header{border-top:1px solid #ddd;clear:both}span.bbp-author-ip{font-size:11px;font-weight:700;word-wrap:break-word;color:#747474}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:130px;padding:12px 12px 12px 0;text-align:left;position:relative}#bbpress-forums div.bbp-forum-content::after,#bbpress-forums div.bbp-reply-content::after,#bbpress-forums div.bbp-topic-content::after{clear:both;content:".";display:block;float:none;height:0;font-size:0;visibility:hidden}#bbpress-forums div.bbp-reply-content a,#bbpress-forums div.bbp-topic-content a{background:0 0;border:none;display:inline;font-weight:400;margin:0;padding:0;text-decoration:underline}#bbpress-forums div.bbp-reply-content a.bbp-user-mention,#bbpress-forums div.bbp-topic-content a.bbp-user-mention{background:0 0;border:none;text-decoration:none;text-shadow:none;display:inline;font-weight:600;margin:0;padding:0}#bbpress-forums div.bbp-reply-content h1,#bbpress-forums div.bbp-reply-content h2,#bbpress-forums div.bbp-reply-content h3,#bbpress-forums div.bbp-reply-content h4,#bbpress-forums div.bbp-reply-content h5,#bbpress-forums div.bbp-reply-content h6,#bbpress-forums div.bbp-topic-content h1,#bbpress-forums div.bbp-topic-content h2,#bbpress-forums div.bbp-topic-content h3,#bbpress-forums div.bbp-topic-content h4,#bbpress-forums div.bbp-topic-content h5,#bbpress-forums div.bbp-topic-content h6{clear:none;line-height:1;margin:24px 0;padding:0}#bbpress-forums div.bbp-reply-content img,#bbpress-forums div.bbp-topic-content img{max-width:100%;height:auto}#bbpress-forums div.bbp-reply-content ol,#bbpress-forums div.bbp-reply-content ul,#bbpress-forums div.bbp-topic-content ol,#bbpress-forums div.bbp-topic-content ul{margin:0 15px 15px;padding:0}#bbpress-forums div.bbp-reply-content ul li,#bbpress-forums div.bbp-topic-content ul li{list-style-type:disc}#bbpress-forums div.bbp-reply-content ol li,#bbpress-forums div.bbp-topic-content ol li{list-style-type:decimal}#bbpress-forums div.bbp-reply-content ol li li,#bbpress-forums div.bbp-topic-content ol li li{list-style-type:lower-alpha}#bbpress-forums div.bbp-reply-content ol li li li,#bbpress-forums div.bbp-topic-content ol li li li{list-style-type:upper-roman}#bbpress-forums div.bbp-reply-content code,#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content code,#bbpress-forums div.bbp-topic-content pre{font-family:Inconsolata,Consolas,Monaco,"Lucida Console",monospace;display:inline-block;background-color:#f9f9f9;border:1px solid #ddd;padding:0 5px;max-width:95%;vertical-align:middle;margin-top:-3px;overflow-x:auto}#bbpress-forums div.bbp-reply-content pre,#bbpress-forums div.bbp-topic-content pre{display:block;line-height:18px;margin:0 0 24px;padding:5px 10px;white-space:pre;overflow:auto}#bbpress-forums div.bbp-reply-content pre code,#bbpress-forums div.bbp-topic-content pre code{display:block;border:none;padding:0;margin:0;background-color:transparent;overflow-wrap:normal;overflow:auto;max-width:100%}#bbpress-forums div.bbp-reply-content iframe.wp-embedded-content,#bbpress-forums div.bbp-topic-content iframe.wp-embedded-content{position:relative}#bbpress-forums div.bbp-reply-to{margin-left:130px;padding:12px 12px 12px 0;text-align:right}#bbpress-forums div#bbp-cancel-reply-to{text-align:right}div.bbp-breadcrumb{float:left}div.bbp-breadcrumb,div.bbp-topic-tags{font-size:12px}#bbpress-forums div.bbp-breadcrumb p,#bbpress-forums div.bbp-topic-tags p{margin-bottom:10px}#bbpress-forums div.bbp-topic-tags{float:right;clear:both}#bbp-topic-hot-tags{clear:both}#bbpress-forums #bbp-search-form{clear:left}#bbpress-forums #bbp-search-form .hidden{height:0;width:0;overflow:hidden;position:absolute;background:0 0;left:-999em}#bbpress-forums #bbp-search-form #bbp_search{display:inline-block;width:auto}#bbpress-forums div.bbp-search-form{float:right}span.bbp-admin-links{float:right;color:#ddd}span.bbp-admin-links a{color:#707070;font-weight:400;font-size:10px;text-transform:uppercase;text-decoration:none}fieldset span.bbp-admin-links{float:left}tr td span.bbp-admin-links a:hover{color:#ff4b33}td.bbp-topic-admin-links,td.bbp-topic-counts{width:50%}.bbp-forum-header a.bbp-forum-permalink,.bbp-reply-header a.bbp-reply-permalink,.bbp-topic-header a.bbp-topic-permalink{float:right;margin-left:10px;color:#707070}.bbp-row-actions #favorite-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #favorite-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #favorite-toggle span.is-favorite a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #favorite-toggle span.is-favorite a:hover{color:#c88;border-color:#c88;background-color:#fdd}.bbp-row-actions #subscription-toggle a{text-decoration:none;padding:0 3px 1px;color:#7c7;border:1px solid #aca;background-color:#dfd;font-weight:700;font-size:12px}.bbp-row-actions #subscription-toggle a:hover{color:#5a5;border-color:#7c7;background-color:#beb}.bbp-row-actions #subscription-toggle span.is-subscribed a{color:#faa;border:1px solid #faa;background-color:#fee}.bbp-row-actions #subscription-toggle span.is-subscribed a:hover{color:#c88;border-color:#c88;background-color:#fdd}#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta{font-size:11px;margin:5px 0;padding:0;word-wrap:break-word}#bbpress-forums p.bbp-topic-meta span{white-space:nowrap}.bbp-pagination-count{float:left;border:1px solid transparent}.bbp-pagination-links{float:right;list-style:none;display:inline}.bbp-pagination{float:left;width:100%;margin-bottom:15px}#bbpress-forums .bbp-pagination-links a,#bbpress-forums .bbp-pagination-links span.current{display:block;float:left;font-size:12px;line-height:18px;padding:0 5px;margin-left:5px;border:1px solid #efefef;border-radius:0;background:0 0;color:inherit;text-decoration:none}#bbpress-forums .bbp-pagination-links span.dots{display:block;float:left;padding:1px 4px;margin-left:5px}#bbpress-forums .bbp-topic-pagination{display:inline-block;margin-left:5px;margin-bottom:2px}#bbpress-forums .bbp-topic-pagination a{font-size:10px;font-weight:400;line-height:10px;margin:0;padding:1px 3px;border:1px solid #ddd;color:inherit;background:0 0;display:inline;text-decoration:none}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-pagination-links span.current,#bbpress-forums .bbp-topic-pagination a:hover{background:#eee;opacity:.8;border:1px solid #ddd}#bbpress-forums fieldset.bbp-form{clear:left;border:1px solid #eee;padding:10px 20px;margin-bottom:10px}#bbpress-forums fieldset.bbp-form legend{padding:5px;width:auto;border:none}#bbpress-forums fieldset.bbp-form label{margin:0;display:inline-block}#bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,#bbp-login fieldset label,#bbp-lost-pass fieldset label,#bbp-register fieldset label{width:100px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 8px}textarea#bbp_forum_content,textarea#bbp_reply_content,textarea#bbp_topic_content{width:97%;box-sizing:border-box}textarea#bbp_forum_content{height:210px}#bbpress-forums fieldset.bbp-forum-form-attributes{width:200px;float:right;clear:none;margin-left:25px}#bbpress-forums fieldset select#bbp_forum_id{max-width:200px}.bbp-reply-form,.bbp-topic-form,.bbp-topic-tag-form{clear:left}body.reply-edit .bbp-reply-form div.avatar img,body.single-forum .bbp-topic-form div.avatar img,body.single-reply .bbp-reply-form div.avatar img,body.topic-edit .bbp-topic-form div.avatar img{margin-right:0;padding:10px;border:1px solid #ddd;line-height:0;background-color:#efefef}body.page .bbp-reply-form code,body.page .bbp-topic-form code,body.reply-edit .bbp-reply-form code,body.single-forum .bbp-topic-form code,body.single-topic .bbp-reply-form code,body.topic-edit .bbp-topic-form code{font-size:10px;background-color:#f0fff8;border:1px solid #ceefe1;display:block;padding:8px;margin-top:5px;width:369px}#delete_tag,#merge_tag{display:inline}div.bbp-submit-wrapper{margin-top:15px;float:right;clear:both}p.form-allowed-tags{max-width:100%}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content{width:100%;margin:0;font-size:12px}#bbpress-forums div.bbp-the-content-wrapper table,#bbpress-forums div.bbp-the-content-wrapper tbody,#bbpress-forums div.bbp-the-content-wrapper td,#bbpress-forums div.bbp-the-content-wrapper tr{border:none;padding:0;margin:0;width:auto;line-height:1}#bbpress-forums div.bbp-the-content-wrapper input[type=button]{padding:4px 7px;margin:0 -1px 0 0;line-height:0;border:1px solid transparent;background-color:transparent;box-shadow:none;text-shadow:none;text-transform:uppercase;font-size:11px;font-weight:400;border-radius:3px;min-width:25px;color:#555}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border-color:rgba(0,0,0,.1);background-color:rgba(255,255,255,.5)}#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar{padding:5px;min-height:26px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:4px 4px 8px}#bbpress-forums div.wp-editor-container{margin:0;padding:0;line-height:0}#bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar{line-height:16px}#bbpress-forums .bbp-replies .bbp-reply-form{margin:0 10px 0 10px}#bbpress-forums #bbp-your-profile fieldset{padding:20px 20px 0}#bbpress-forums #bbp-your-profile fieldset div{margin-bottom:20px;float:left;width:100%;clear:left}#bbpress-forums #bbp-your-profile fieldset select{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd}#bbpress-forums #bbp-your-profile fieldset input,#bbpress-forums #bbp-your-profile fieldset textarea{margin-bottom:0;width:60%;background-color:#f9f9f9;border:1px solid #ddd;box-shadow:none;border-radius:0}#bbpress-forums #bbp-your-profile fieldset input:focus,#bbpress-forums #bbp-your-profile fieldset textarea:focus{border:1px solid #ccc;box-shadow:inset 1px 1px 1px rgba(0,0,0,.1);outline-color:rgba(240,255,240,.1)}#bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox{width:auto}#bbpress-forums #bbp-your-profile fieldset legend{display:none}#bbpress-forums #bbp-your-profile fieldset label[for]{float:left;width:20%;padding:5px 20px 5px 0;text-align:right;cursor:pointer}#bbpress-forums #bbp-your-profile fieldset dl label[for]{text-align:left;width:60%}#bbpress-forums #bbp-your-profile fieldset p.description{margin:5px 0 0 20%;font-size:12px;font-style:italic;float:left;clear:left;width:60%;padding:5px 8px;border:#cee1ef 1px solid;background-color:#f0f8ff}#bbpress-forums #bbp-your-profile fieldset fieldset{margin:0;border:none;padding:0;clear:none;float:none}#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl{margin:0}#bbpress-forums #bbp-your-profile fieldset.submit button{float:right}#bbpress-forums #bbp-your-profile fieldset fieldset.password{width:60%;display:inline}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper,#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-input-wrapper{width:100%;margin:0;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password .password-button-wrapper button{width:46%;margin:4% 2%;box-sizing:border-box;display:inline-block}#bbpress-forums #bbp-your-profile fieldset fieldset.password input,#bbpress-forums #bbp-your-profile fieldset fieldset.passwword textarea{width:100%}#bbpress-forums #bbp-your-profile fieldset fieldset.password button .dashicons{display:none}#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description{margin-left:0;margin-bottom:20px}#bbpress-forums #password #pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;margin:0;padding:8px;text-align:center;box-sizing:border-box;display:inline-block}#bbpress-forums #password #pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#bbpress-forums #password #pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#bbpress-forums #password #pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#bbpress-forums #password #pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}#bbpress-forums #password #pass1-text.short,#bbpress-forums #password #pass1.short{border-color:#e35b5b}#bbpress-forums #password #pass1-text.bad,#bbpress-forums #password#pass1.bad{border-color:#f78b53}#bbpress-forums #password #pass1-text.good,#bbpress-forums #password #pass1.good{border-color:#ffc733}#bbpress-forums #password #pass1-text.strong,#bbpress-forums #password #pass1.strong{border-color:#83c373}#bbpress-forums .indicator-hint{padding-top:8px}#bbpress-forums #pass1-text,#bbpress-forums .pw-weak,#bbpress-forums .show-password #pass1{display:none}#bbpress-forums .show-password #pass1-text{display:inline-block}div.bbp-template-notice,div.indicator-hint{border-width:1px;border-style:solid;padding:0 .6em;margin:5px 0 15px;border-radius:3px;background-color:#ffffe0;border-color:#e6db55;color:#000;clear:both}div.bbp-template-notice a{color:#555;text-decoration:none}div.bbp-template-notice a:hover{color:#000}div.bbp-template-notice.info{border:#cee1ef 1px solid;background-color:#f0f8ff}div.bbp-template-notice.important{border:#e6db55 1px solid;background-color:#fffbcc}div.bbp-template-notice.error,div.bbp-template-notice.warning{background-color:#ffebe8;border-color:#c00}div.bbp-template-notice.error a,div.bbp-template-notice.warning a{color:#c00}div.bbp-template-notice li,div.bbp-template-notice p{margin:.5em 0 6px!important;padding:2px;font-size:12px;line-height:1.4}.bbp-forum-content ul.sticky,.bbp-topics ul.sticky,.bbp-topics ul.super-sticky,.bbp-topics-front ul.super-sticky{background-color:#ffffe0!important;font-size:1.1em}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log{border-top:1px dotted #ddd;width:100%;margin:0;padding:8px 0 0;font-size:11px;color:#aaa}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log li,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log li{list-style-type:none}#bbpress-forums .bbp-reply-content ul.bbp-reply-revision-log a,#bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log a,#bbpress-forums .bbp-topic-content ul.bbp-topic-revision-log a{text-decoration:none}.bbp-login-form fieldset legend{display:none}.bbp-login-form .bbp-email input,.bbp-login-form .bbp-password input,.bbp-login-form .bbp-username input{padding:5px}.bbp-login-form label{width:140px;display:inline-block}#sidebar .bbp-login-form label{width:70px}.bbp-login-form .bbp-email,.bbp-login-form .bbp-password,.bbp-login-form .bbp-remember-me,.bbp-login-form .bbp-submit-wrapper,.bbp-login-form .bbp-username{margin-top:10px}.bbp-login-form .bbp-submit-wrapper{text-align:right}.bbp-login-form .bbp-login-links a{float:left;clear:left}.bbp-logged-in img.avatar{float:left;margin:0 15px 0 0}.bbp-logged-in h4{font-weight:700;font-size:1.3em;clear:none;margin-bottom:10px}#bbpress-forums img.avatar{box-shadow:none;display:inline-block;margin-right:4px}#bbpress-forums .widget_display_replies img.avatar,#bbpress-forums .widget_display_topics img.avatar,#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar,#bbpress-forums ul.bbp-reply-revision-log img.avatar,#bbpress-forums ul.bbp-topic-revision-log img.avatar{float:none;vertical-align:middle;border:3px double #ddd;max-height:20px;max-width:20px}fieldset div.avatar{float:right}.activity-list li.bbp_reply_create .activity-content .activity-inner,.activity-list li.bbp_topic_create .activity-content .activity-inner{border-left:2px solid #eaeaea;margin-left:5px;padding-left:10px}#bbpress-forums h1{clear:none;font-size:1.8em;line-height:1;padding-bottom:10px}#bbpress-forums #bbp-user-wrapper{float:left;width:100%}#bbpress-forums .bbp-user-section{overflow:auto;clear:right}#bbpress-forums #bbp-user-wrapper h2.entry-title{font-size:1.4em;margin:0;padding-bottom:10px;padding-top:0;clear:none}#bbpress-forums #bbp-user-wrapper fieldset.bbp-form,#bbpress-forums #bbp-user-wrapper ul.bbp-forums,#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,#bbpress-forums #bbp-user-wrapper ul.bbp-replies,#bbpress-forums #bbp-user-wrapper ul.bbp-topics{clear:none}#bbpress-forums #bbp-single-user-details{margin:0;width:150px;float:left;overflow:hidden}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;height:150px;padding:0;margin:0 0 20px;width:150px}#bbpress-forums #bbp-single-user-details #bbp-user-description{float:none;margin-left:180px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{float:none;margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li{margin:0}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:5px 8px;display:block;border:1px solid transparent;text-decoration:none}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:#eee;opacity:.8}#bbpress-forums #bbp-user-body{margin-left:180px}body.my-account #bbpress-forums{border-top:none;padding-top:0;margin-bottom:0}#bbpress-forums dl.bbp-user-capabilities{display:inline-block;vertical-align:top}#bbpress-forums dl.bbp-user-capabilities dt{margin:0 0 10px;text-transform:capitalize}#bbpress-forums dl.bbp-user-capabilities dd{margin:0;padding:0}.bbp-alert-outer{height:100%;width:100%;top:0;left:0;position:fixed;background-color:rgba(0,0,0,.2);z-index:99999}.bbp-alert-inner{width:350px;text-align:center;background:#fff;position:fixed;top:50%;left:50%;margin-top:-75px;margin-left:-185px;border-radius:3px;border:1px solid #aaa;padding:15px 10px 10px}.bbp-alert-outer .bbp-alert-inner p{margin:10px 0}.bbp-alert-actions a{padding:5px 20px;text-decoration:none}@media only screen and (max-width:480px){#bbpress-forums div.bbp-topic-tags{clear:left;float:left}div.bbp-search-form button,div.bbp-search-form input{font-size:11px;padding:2px}li.bbp-forum-info,li.bbp-topic-title{width:45%}li.bbp-forum-reply-count,li.bbp-forum-topic-count,li.bbp-topic-reply-count,li.bbp-topic-voice-count{width:15%}span.bbp-reply-post-date,span.bbp-topic-post-date{float:left}span.bbp-admin-links{clear:left;float:left}#bbpress-forums .bbp-forums-list li,#bbpress-forums .bbp-forums-list span{display:block;font-size:11px}#bbpress-forums .bbp-body div.bbp-reply-author,#bbpress-forums .bbp-body div.bbp-topic-author{float:none;margin:10px;min-height:80px;padding-left:80px;position:relative;text-align:left;width:calc(100% - 100px);border-bottom:1px solid #efefef}#bbpress-forums div.bbp-reply-author .bbp-author-name,#bbpress-forums div.bbp-topic-author .bbp-author-name{clear:none;display:inline-block;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{position:absolute;top:0;left:0;width:60px;height:auto;margin-top:0}#bbpress-forums div.bbp-reply-author .bbp-author-role,#bbpress-forums div.bbp-topic-author .bbp-author-role{font-size:12px;font-style:normal}#bbpress-forums .bbp-body div.bbp-reply-content,#bbpress-forums .bbp-body div.bbp-topic-content{clear:both;margin:0 10px 5px 10px;padding:0}#bbpress-forums div.bbp-reply-content p,#bbpress-forums div.bbp-topic-content p{margin-bottom:1em}#bbpress-forums div.bbp-reply-content p:last-child,#bbpress-forums div.bbp-topic-content p:last-child{margin-bottom:0}div.bbp-submit-wrapper{float:left}#bbpress-forums fieldset.bbp-form{padding:0 10px 10px}#bbpress-forums #bbp-user-body{clear:both;margin-left:0;word-wrap:break-word}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:320px){#bbpress-forums div.bbp-search-form{margin-bottom:10px}#bbpress-forums li.bbp-body li.bbp-forum-info,#bbpress-forums li.bbp-body li.bbp-topic-title,#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{width:100%}#bbpress-forums li.bbp-header li.bbp-forum-info,#bbpress-forums li.bbp-header li.bbp-topic-title{text-align:center;text-transform:uppercase}#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:20%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{width:58%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count{margin-top:7px}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{font-size:10px}#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-topic-author{text-align:left;width:25%}#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:25%}#bbpress-forums div.bbp-template-notice img.avatar,#bbpress-forums p.bbp-topic-meta img.avatar{width:14px;height:auto;max-height:14px;max-width:14px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar{padding:1px}#bbpress-forums div.bbp-the-content-wrapper td.mceToolbar td{width:20px;height:20px}#bbpress-forums div.wp-editor-container{width:100%;overflow:auto}#bbpress-forums input#bbp_topic_tags,#bbpress-forums input#bbp_topic_title{width:95%}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:14px}}@media only screen and (max-width:240px){#bbpress-forums li.bbp-body li.bbp-forum-reply-count,#bbpress-forums li.bbp-body li.bbp-forum-topic-count,#bbpress-forums li.bbp-body li.bbp-topic-reply-count,#bbpress-forums li.bbp-body li.bbp-topic-voice-count,#bbpress-forums li.bbp-footer div.bbp-reply-author,#bbpress-forums li.bbp-footer div.bbp-search-author,#bbpress-forums li.bbp-footer div.bbp-topic-author,#bbpress-forums li.bbp-header li.bbp-forum-reply-count,#bbpress-forums li.bbp-header li.bbp-forum-topic-count,#bbpress-forums li.bbp-header li.bbp-topic-reply-count,#bbpress-forums li.bbp-header li.bbp-topic-voice-count{width:45%}#bbpress-forums li.bbp-body li.bbp-forum-freshness,#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{clear:both;width:100%}#bbpress-forums li.bbp-header li.bbp-forum-freshness,#bbpress-forums li.bbp-header li.bbp-topic-freshness{text-align:center}#bbpress-forums li.bbp-body li.bbp-topic-freshness,#bbpress-forums li.bbp-header div.bbp-reply-author,#bbpress-forums li.bbp-header div.bbp-reply-content,#bbpress-forums li.bbp-header div.bbp-search-author,#bbpress-forums li.bbp-header div.bbp-search-content,#bbpress-forums li.bbp-header div.bbp-topic-author,#bbpress-forums li.bbp-header div.bbp-topic-content{margin-left:0;text-align:left}#bbpress-forums li.bbp-body li.bbp-topic-freshness p.bbp-topic-meta{display:inline-block}#bbpress-forums li.bbp-header{overflow:hidden}#bbpress-forums li.bbp-footer div.bbp-reply-content,#bbpress-forums li.bbp-footer div.bbp-search-content,#bbpress-forums li.bbp-footer div.bbp-topic-content{display:inline-block;margin-left:0}#bbpress-forums li.bbp-body div.bbp-reply-author,#bbpress-forums li.bbp-body div.bbp-topic-author{min-height:60px;padding-left:60px}#bbpress-forums div.bbp-reply-author img.avatar,#bbpress-forums div.bbp-topic-author img.avatar{width:40px;height:auto}#bbpress-forums div.bbp-forum-title h3,#bbpress-forums div.bbp-reply-title h3,#bbpress-forums div.bbp-topic-title h3{font-size:12px}}
templates/default/js/reply.js CHANGED
@@ -1,50 +1,222 @@
 
1
  addReply = {
2
- moveForm : function(replyId, parentId, respondId, postId) {
3
- var t = this, div, reply = t.I(replyId), respond = t.I(respondId), cancel = t.I('bbp-cancel-reply-to-link'), parent = t.I('bbp_reply_to'), post = t.I('bbp_topic_id');
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  if ( ! reply || ! respond || ! cancel || ! parent ) {
6
  return;
7
  }
8
 
9
  t.respondId = respondId;
10
- postId = postId || false;
 
 
 
 
11
 
12
- if ( ! t.I('bbp-temp-form-div') ) {
13
- div = document.createElement('div');
14
- div.id = 'bbp-temp-form-div';
15
  div.style.display = 'none';
16
- respond.parentNode.insertBefore(div, respond);
 
17
  }
18
 
19
- reply.parentNode.appendChild(respond);
 
 
20
  if ( post && postId ) {
21
  post.value = postId;
22
  }
23
- parent.value = parentId;
 
24
  cancel.style.display = '';
25
 
26
- cancel.onclick = function() {
27
- var t = addReply, temp = t.I('bbp-temp-form-div'), respond = t.I(t.respondId);
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  if ( ! temp || ! respond ) {
30
  return;
31
  }
32
 
33
- t.I('bbp_reply_to').value = '0';
34
- temp.parentNode.insertBefore(respond, temp);
35
- temp.parentNode.removeChild(temp);
 
 
36
  this.style.display = 'none';
37
- this.onclick = null;
38
- return false;
 
39
  };
40
 
41
- try { t.I('bbp_reply_content').focus(); }
42
- catch(e) {}
43
 
44
  return false;
45
  },
46
 
47
- I : function(e) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  return document.getElementById(e);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  }
50
  };
1
+ /* globals tinyMCE */
2
  addReply = {
 
 
3
 
4
+ /**
5
+ * Move the reply form when "Reply" is clicked.
6
+ *
7
+ * @since 2.6.2
8
+ * @param {string} replyId
9
+ * @param {string} parentId
10
+ * @param {string} respondId
11
+ * @param {string} postId
12
+ * @returns {undefined|Boolean}
13
+ */
14
+ moveForm: function ( replyId, parentId, respondId, postId ) {
15
+
16
+ /* Get initial elements */
17
+ var t = this,
18
+ reply = t.getElement( replyId ),
19
+ respond = t.getElement( respondId ),
20
+ cancel = t.getElement( 'bbp-cancel-reply-to-link' ),
21
+ parent = t.getElement( 'bbp_reply_to' ),
22
+ post = t.getElement( 'bbp_topic_id' );
23
+
24
+ /* Remove the editor, if its already been moved */
25
+ t.removeEditor();
26
+
27
+ /* Bail to avoid errors */
28
  if ( ! reply || ! respond || ! cancel || ! parent ) {
29
  return;
30
  }
31
 
32
  t.respondId = respondId;
33
+ postId = postId || false;
34
+
35
+ /* Setup a temporary div for relocating back when clicking cancel */
36
+ if ( ! t.getElement( 'bbp-temp-form-div' ) ) {
37
+ var div = document.createElement( 'div' );
38
 
39
+ div.id = 'bbp-temp-form-div';
 
 
40
  div.style.display = 'none';
41
+
42
+ respond.parentNode.appendChild( div );
43
  }
44
 
45
+ /* Relocate the element */
46
+ reply.parentNode.appendChild( respond );
47
+
48
  if ( post && postId ) {
49
  post.value = postId;
50
  }
51
+
52
+ parent.value = parentId;
53
  cancel.style.display = '';
54
 
55
+ /* Add the editor where it now belongs */
56
+ t.addEditor();
57
+
58
+ /**
59
+ * When cancelling a Reply.
60
+ *
61
+ * @since 2.6.2
62
+ * @returns {void}
63
+ */
64
+ cancel.onclick = function () {
65
+ var t = addReply,
66
+ temp = t.getElement( 'bbp-temp-form-div' ),
67
+ respond = t.getElement( t.respondId );
68
+
69
+ t.removeEditor();
70
 
71
  if ( ! temp || ! respond ) {
72
  return;
73
  }
74
 
75
+ t.getElement( 'bbp_reply_to' ).value = '0';
76
+
77
+ temp.parentNode.insertBefore( respond, temp );
78
+ temp.parentNode.removeChild( temp );
79
+
80
  this.style.display = 'none';
81
+ this.onclick = null;
82
+
83
+ t.addEditor();
84
  };
85
 
86
+ t.scrollToForm(t);
 
87
 
88
  return false;
89
  },
90
 
91
+ /**
92
+ * Scrolls to the top of the page.
93
+ *
94
+ * @since 2.6.2
95
+ * @param {HTMLElement} t The HTML element.
96
+ * @return {void}
97
+ */
98
+ scrollToForm: function(t) {
99
+
100
+ /* Get initial variables to start computing boundaries */
101
+ var form = t.getElement( 'new-post' ),
102
+ elemRect = form.getBoundingClientRect(),
103
+ position = (window.pageYOffset || document.scrollTop) - (document.clientTop || 0),
104
+ destination = ( position + elemRect.top ),
105
+ negative = ( destination < position ), // jshint ignore:line
106
+ adminbar = t.getElement( 'wpadminbar'),
107
+ offset = 0;
108
+
109
+ /* Offset by the adminbar */
110
+ if ( typeof ( adminbar ) !== 'undefined' ) {
111
+ offset = adminbar.scrollHeight;
112
+ }
113
+
114
+ /* Compute the difference, depending on direction */
115
+ /* jshint ignore:start */
116
+ distance = ( true === negative )
117
+ ? ( position - destination )
118
+ : ( destination - position );
119
+
120
+ /* Do some math to compute the animation steps */
121
+ var vast = ( distance > 800 ),
122
+ speed_step = vast ? 30 : 20,
123
+ speed = Math.min( 12, Math.round( distance / speed_step ) ),
124
+ step = Math.round( distance / speed_step ),
125
+ steps = [],
126
+ timer = 0;
127
+
128
+ /* Scroll up */
129
+ if ( true === negative ) {
130
+ while ( position > destination ) {
131
+ position -= step;
132
+
133
+ if ( position < destination ) {
134
+ position = destination;
135
+ }
136
+
137
+ steps.push( position - offset );
138
+
139
+ setTimeout( function() {
140
+ window.scrollTo( 0, steps.shift() );
141
+ }, timer * speed );
142
+
143
+ timer++;
144
+ }
145
+
146
+ /* Scroll down */
147
+ } else {
148
+ while ( position < destination ) {
149
+ position += step;
150
+
151
+ if ( position > destination ) {
152
+ position = destination;
153
+ }
154
+
155
+ steps.push( position - offset );
156
+
157
+ setTimeout( function() {
158
+ window.scrollTo( 0, steps.shift() );
159
+ }, timer * speed );
160
+
161
+ timer++;
162
+ }
163
+ }
164
+ /* jshint ignore:end */
165
+ },
166
+
167
+ /**
168
+ * Get an element by ID
169
+ *
170
+ * @since 2.6.2
171
+ * @param {string} e
172
+ * @returns {HTMLElement} Element
173
+ */
174
+ getElement: function (e) {
175
  return document.getElementById(e);
176
+ },
177
+
178
+ /**
179
+ * Remove the Editor
180
+ *
181
+ * @since 2.6.2
182
+ * @returns {void}
183
+ */
184
+ removeEditor: function () {
185
+
186
+ /* Bail to avoid error */
187
+ if ( typeof (tinyMCE) === 'undefined' ) {
188
+ return;
189
+ }
190
+
191
+ var tmce = tinyMCE.get( 'bbp_reply_content' );
192
+
193
+ if ( tmce && ! tmce.isHidden() ) {
194
+ this.mode = 'tmce';
195
+ tmce.remove();
196
+
197
+ } else {
198
+ this.mode = 'html';
199
+ }
200
+ },
201
+
202
+ /**
203
+ * Add the Editor
204
+ *
205
+ * @since 2.6.2
206
+ * @returns {void}
207
+ */
208
+ addEditor: function () {
209
+
210
+ /* Bail to avoid error */
211
+ if ( typeof (tinyMCE) === 'undefined' ) {
212
+ return;
213
+ }
214
+
215
+ if ( 'tmce' === this.mode ) {
216
+ switchEditors.go( 'bbp_reply_content', 'tmce' );
217
+
218
+ } else if ( 'html' === this.mode ) {
219
+ switchEditors.go( 'bbp_reply_content', 'html' );
220
+ }
221
  }
222
  };
templates/default/js/reply.min.js CHANGED
@@ -1,3 +1,3 @@
1
  /*! This file is automatically generated. */
2
 
3
- addReply={moveForm:function(e,t,n,o){var p,r=this,d=r.I(e),i=r.I(n),l=r.I("bbp-cancel-reply-to-link"),a=r.I("bbp_reply_to"),c=r.I("bbp_topic_id");if(d&&i&&l&&a){r.respondId=n,o=o||!1,r.I("bbp-temp-form-div")||((p=document.createElement("div")).id="bbp-temp-form-div",p.style.display="none",i.parentNode.insertBefore(p,i)),d.parentNode.appendChild(i),c&&o&&(c.value=o),a.value=t,l.style.display="",l.onclick=function(){var e=addReply,t=e.I("bbp-temp-form-div"),n=e.I(e.respondId);if(t&&n)return e.I("bbp_reply_to").value="0",t.parentNode.insertBefore(n,t),t.parentNode.removeChild(t),this.style.display="none",this.onclick=null,!1};try{r.I("bbp_reply_content").focus()}catch(e){}return!1}},I:function(e){return document.getElementById(e)}};
1
  /*! This file is automatically generated. */
2
 
3
+ addReply={moveForm:function(e,t,n,o){var i=this,d=i.getElement(e),l=i.getElement(n),r=i.getElement("bbp-cancel-reply-to-link"),m=i.getElement("bbp_reply_to"),p=i.getElement("bbp_topic_id");if(i.removeEditor(),d&&l&&r&&m){if(i.respondId=n,o=o||!1,!i.getElement("bbp-temp-form-div")){var c=document.createElement("div");c.id="bbp-temp-form-div",c.style.display="none",l.parentNode.appendChild(c)}return d.parentNode.appendChild(l),p&&o&&(p.value=o),m.value=t,r.style.display="",i.addEditor(),r.onclick=function(){var e=addReply,t=e.getElement("bbp-temp-form-div"),n=e.getElement(e.respondId);e.removeEditor(),t&&n&&(e.getElement("bbp_reply_to").value="0",t.parentNode.insertBefore(n,t),t.parentNode.removeChild(t),this.style.display="none",this.onclick=null,e.addEditor())},i.scrollToForm(i),!1}},scrollToForm:function(e){var t=e.getElement("new-post").getBoundingClientRect(),n=(window.pageYOffset||document.scrollTop)-(document.clientTop||0),o=n+t.top,i=o<n,d=e.getElement("wpadminbar"),l=0;void 0!==d&&(l=d.scrollHeight),distance=!0===i?n-o:o-n;var r=distance>800?30:20,m=Math.min(12,Math.round(distance/r)),p=Math.round(distance/r),c=[],s=0;if(!0===i)for(;n>o;)(n-=p)<o&&(n=o),c.push(n-l),setTimeout(function(){window.scrollTo(0,c.shift())},s*m),s++;else for(;n<o;)(n+=p)>o&&(n=o),c.push(n-l),setTimeout(function(){window.scrollTo(0,c.shift())},s*m),s++},getElement:function(e){return document.getElementById(e)},removeEditor:function(){if("undefined"!=typeof tinyMCE){var e=tinyMCE.get("bbp_reply_content");e&&!e.isHidden()?(this.mode="tmce",e.remove()):this.mode="html"}},addEditor:function(){"undefined"!=typeof tinyMCE&&("tmce"===this.mode?switchEditors.go("bbp_reply_content","tmce"):"html"===this.mode&&switchEditors.go("bbp_reply_content","html"))}};