Skip to content
This repository was archived by the owner on Feb 19, 2018. It is now read-only.

Commit 8c36b4a

Browse files
authored
Merge pull request #1 from mybb/gh-pages
Update fork
2 parents 4d04d11 + f4b83ee commit 8c36b4a

File tree

206 files changed

+12517
-9956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

206 files changed

+12517
-9956
lines changed

.gitignore

+7-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
_site
1+
_site
2+
Gemfile
3+
Gemfile.lock
4+
.jekyll-metadata
5+
key_public.pem
6+
key_private.key
7+
.sass-cache/

1.6/Admin-CP-Board-Settings.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</dd><dt>Enable Forum Jump Menu&#160;</dt><dd> The forum jump menu provides quick access to other forums and pages from the forum and thread pages. If you have a large number of forums, it can add a large load to your forums. Setting to 'No' disables the forum jump menu.
9797
</dd></dl>
9898

99-
<p>Here you can specify the different date and time formats used to display dates and times on the forums. These settings use the <a rel="nofollow" class="external text" href="http://php.net/date">PHP date() function</a>, so we don't recommend changing this unless you know what you're doing.
99+
<p>Here you can specify the different date and time formats used to display dates and times on the forums. These settings use the <a rel="nofollow" class="external text" href="https://secure.php.net/date">PHP date() function</a>, so we don't recommend changing this unless you know what you're doing.
100100
</p>
101101
<dl><dt>Date Format&#160;</dt><dd> This is the format shown for dates in the forum.
102102
</dd><dt>Time Format&#160;</dt><dd> This is the format shown for times in the forum.
@@ -294,7 +294,7 @@
294294
<p>Settings relating to the MyBB Mail system, such as whether to use PHP mail or an off server SMTP server.
295295
</p>
296296
<dl><dt>Mail handler&#160;</dt><dd> Use PHP mail or SMTP mail?
297-
</dd><dt>Additional Parameters for PHP's mail()&#160;</dt><dd> Allows you to specify additional parameters in the PHP mail() function. More information can be found at the <a rel="nofollow" class="external text" href="http://php.net/function.mail">PHP website</a>. <i>This setting is only required when PHP mail is selected as the mail handler.</i>
297+
</dd><dt>Additional Parameters for PHP's mail()&#160;</dt><dd> Allows you to specify additional parameters in the PHP mail() function. More information can be found at the <a rel="nofollow" class="external text" href="https://secure.php.net/function.mail">PHP website</a>. <i>This setting is only required when PHP mail is selected as the mail handler.</i>
298298
</dd><dt>SMTP hostname&#160;</dt><dd> The hostname of the SMTP server. <i>This setting is only required when SMTP mail is selected as the mail handler.</i>
299299
</dd><dt>SMTP port&#160;</dt><dd> The port number of the SMTP server. <i>This setting is only required when SMTP mail is selected as the mail handler.</i>
300300
</dd><dt>SMTP username&#160;</dt><dd> The username needed to authenticate with the SMTP server. <i>This setting is only required when SMTP mail is selected as the mail handler.</i>

1.6/Admin-CP-Cache-Manager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</p>
3535
<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="image"><img alt="" src="{{ site.baseurl }}/assets/images/1.6/thumb/c/c0/ACP_Tools_OptimizeDB.png/180px-ACP_Tools_OptimizeDB.png" width="180" height="126" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="internal" title="Enlarge"><img src="/mediawiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>Tools &amp; Maintenance: Optimize Database</div></div></div>
3636

37-
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="http://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
37+
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="https://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
3838
</p>
3939

4040
<p>The File Verification page allows you to check all files in your forum installation against checksums of the correct files, checking for possible corruption. However, this tool cannot differentiate between customizations and corruption; it simply returns files that are different from the default files.

1.6/Admin-CP-Config-Languages.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@
8989
<tr>
9090
<td style="vertical-align: middle; font-size: 14px;"><b><a href="{{ site.baseurl }}/1.6/Templates-and-Themes/" title="Templates and Themes">Templates/Themes</a></b>
9191
</td>
92-
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Templates-and-Themes/" title="Authoring Templates and Themes">Authoring</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Templates/" title="Admin CP Templates">Template Management</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Themes/" title="Admin CP Themes">Theme Management</a> - <a rel="nofollow" class="external text" href="http://mods.mybb.com/themes">User-created</a>
92+
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Templates-and-Themes/" title="Authoring Templates and Themes">Authoring</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Templates/" title="Admin CP Templates">Template Management</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Themes/" title="Admin CP Themes">Theme Management</a> - <a rel="nofollow" class="external text" href="https://mods.mybb.com/themes">User-created</a>
9393
</td></tr></table>
9494
<table cellpadding="3" cellspacing="3" style="font-size: 95%; line-spacing:1; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; background: #fff;">
9595
<tr>
9696
<td style="vertical-align: middle; font-size: 14px;"><b><a href="{{ site.baseurl }}/1.6/Plugins/" title="Plugins">Plugins</a></b>
9797
</td>
98-
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Plugins/" title="Authoring Plugins">Authoring</a> - <a href="{{ site.baseurl }}/1.6/MyBB-Plugin-Hooks/" title="MyBB Plugin Hooks">Plugin Hooks</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Config-Plugins/" title="Admin CP Config Plugins">Plugin Management</a> - <a rel="nofollow" class="external text" href="http://mods.mybb.com/mods">User-created</a>
98+
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Plugins/" title="Authoring Plugins">Authoring</a> - <a href="{{ site.baseurl }}/1.6/MyBB-Plugin-Hooks/" title="MyBB Plugin Hooks">Plugin Hooks</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Config-Plugins/" title="Admin CP Config Plugins">Plugin Management</a> - <a rel="nofollow" class="external text" href="https://mods.mybb.com/mods">User-created</a>
9999
</td></tr></table>
100100
<table cellpadding="3" cellspacing="3" style="font-size: 95%; line-spacing:1; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; background: #fff;">
101101
<tr>
102102
<td style="vertical-align: middle; font-size: 14px;"><b><a href="{{ site.baseurl }}/1.6/Translations/" title="Translations">Translations</a></b>
103103
</td>
104-
<td style="vertical-align: middle; width: 75%;"><strong class="selflink">Language Management</strong> - <a rel="nofollow" class="external text" href="http://community.mybb.com/thread-114917.html">Download</a>
104+
<td style="vertical-align: middle; width: 75%;"><strong class="selflink">Language Management</strong> - <a rel="nofollow" class="external text" href="https://community.mybb.com/thread-114917.html">Download</a>
105105
</td></tr></table>
106106
<table cellpadding="3" cellspacing="3" style="font-size: 95%; line-spacing:1; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; background: #fff;">
107107
<tr>
108108
<td style="vertical-align: middle; font-size: 14px;"><b>Links</b>
109109
</td>
110-
<td style="vertical-align: middle; width: 75%;"><a rel="nofollow" class="external text" href="http://mods.mybb.com/">MyBB Mods</a>
110+
<td style="vertical-align: middle; width: 75%;"><a rel="nofollow" class="external text" href="https://mods.mybb.com/">MyBB Mods</a>
111111
</td></tr></table>
112112
</div>
113113

1.6/Admin-CP-Config-Plugins.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</p><p>Once installed, the plugin will be able to be deactivated and uninstalled. If deactivated, the plugin should only hide from view, saving all settings. If it is uninstalled, it will be removed completely from your board.
1313
</p>
1414

15-
<p>You can also check for updates if the plugin support version checking. Each plugin that is uploaded to the MyBB Mods site is assigned a GUID (Global Unique Identifier), which, if the plugin supports it, will be checked against the version number stored for that plugin on the MyBB Mods site. If your plugin is out of date, you will be told so. To access the Version Checking feature, click on "Plugin Updates" at the top of the Plugins page.
15+
<p>You can also check for updates if the plugin support version checking. Each plugin that is uploaded to the MyBB Extend site is assigned a GUID (Global Unique Identifier), which, if the plugin supports it, will be checked against the version number stored for that plugin on the MyBB Extend site. If your plugin is out of date, you will be told so. To access the Version Checking feature, click on "Plugin Updates" at the top of the Plugins page.
1616
</p><p><br />
1717
</p>
1818
<div style="border: 1px solid #ddd; background-color: #f5f5f5; padding: 5px; margin: 5px;">

1.6/Admin-CP-Database-Tools.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</p>
3535
<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="image"><img alt="" src="{{ site.baseurl }}/assets/images/1.6/thumb/c/c0/ACP_Tools_OptimizeDB.png/180px-ACP_Tools_OptimizeDB.png" width="180" height="126" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="internal" title="Enlarge"><img src="/mediawiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>Tools &amp; Maintenance: Optimize Database</div></div></div>
3636

37-
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="http://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
37+
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="https://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
3838
</p>
3939

4040
<p>The File Verification page allows you to check all files in your forum installation against checksums of the correct files, checking for possible corruption. However, this tool cannot differentiate between customizations and corruption; it simply returns files that are different from the default files.

1.6/Admin-CP-Languages.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@
8989
<tr>
9090
<td style="vertical-align: middle; font-size: 14px;"><b><a href="{{ site.baseurl }}/1.6/Templates-and-Themes/" title="Templates and Themes">Templates/Themes</a></b>
9191
</td>
92-
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Templates-and-Themes/" title="Authoring Templates and Themes">Authoring</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Templates/" title="Admin CP Templates">Template Management</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Themes/" title="Admin CP Themes">Theme Management</a> - <a rel="nofollow" class="external text" href="http://mods.mybb.com/themes">User-created</a>
92+
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Templates-and-Themes/" title="Authoring Templates and Themes">Authoring</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Templates/" title="Admin CP Templates">Template Management</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Themes/" title="Admin CP Themes">Theme Management</a> - <a rel="nofollow" class="external text" href="https://mods.mybb.com/themes">User-created</a>
9393
</td></tr></table>
9494
<table cellpadding="3" cellspacing="3" style="font-size: 95%; line-spacing:1; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; background: #fff;">
9595
<tr>
9696
<td style="vertical-align: middle; font-size: 14px;"><b><a href="{{ site.baseurl }}/1.6/Plugins/" title="Plugins">Plugins</a></b>
9797
</td>
98-
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Plugins/" title="Authoring Plugins">Authoring</a> - <a href="{{ site.baseurl }}/1.6/MyBB-Plugin-Hooks/" title="MyBB Plugin Hooks">Plugin Hooks</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Config-Plugins/" title="Admin CP Config Plugins">Plugin Management</a> - <a rel="nofollow" class="external text" href="http://mods.mybb.com/mods">User-created</a>
98+
<td style="vertical-align: middle; width: 75%;"><a href="{{ site.baseurl }}/1.6/Authoring-Plugins/" title="Authoring Plugins">Authoring</a> - <a href="{{ site.baseurl }}/1.6/MyBB-Plugin-Hooks/" title="MyBB Plugin Hooks">Plugin Hooks</a> - <a href="{{ site.baseurl }}/1.6/Admin-CP-Config-Plugins/" title="Admin CP Config Plugins">Plugin Management</a> - <a rel="nofollow" class="external text" href="https://mods.mybb.com/mods">User-created</a>
9999
</td></tr></table>
100100
<table cellpadding="3" cellspacing="3" style="font-size: 95%; line-spacing:1; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; background: #fff;">
101101
<tr>
102102
<td style="vertical-align: middle; font-size: 14px;"><b><a href="{{ site.baseurl }}/1.6/Translations/" title="Translations">Translations</a></b>
103103
</td>
104-
<td style="vertical-align: middle; width: 75%;"><strong class="selflink">Language Management</strong> - <a rel="nofollow" class="external text" href="http://community.mybb.com/thread-114917.html">Download</a>
104+
<td style="vertical-align: middle; width: 75%;"><strong class="selflink">Language Management</strong> - <a rel="nofollow" class="external text" href="https://community.mybb.com/thread-114917.html">Download</a>
105105
</td></tr></table>
106106
<table cellpadding="3" cellspacing="3" style="font-size: 95%; line-spacing:1; border: 1px solid #ddd; width: 100%; margin-bottom: 5px; background: #fff;">
107107
<tr>
108108
<td style="vertical-align: middle; font-size: 14px;"><b>Links</b>
109109
</td>
110-
<td style="vertical-align: middle; width: 75%;"><a rel="nofollow" class="external text" href="http://mods.mybb.com/">MyBB Mods</a>
110+
<td style="vertical-align: middle; width: 75%;"><a rel="nofollow" class="external text" href="https://mods.mybb.com/">MyBB Mods</a>
111111
</td></tr></table>
112112
</div>
113113

1.6/Admin-CP-Maintenance.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</p>
3535
<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="image"><img alt="" src="{{ site.baseurl }}/assets/images/1.6/thumb/c/c0/ACP_Tools_OptimizeDB.png/180px-ACP_Tools_OptimizeDB.png" width="180" height="126" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="internal" title="Enlarge"><img src="/mediawiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>Tools &amp; Maintenance: Optimize Database</div></div></div>
3636

37-
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="http://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
37+
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="https://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
3838
</p>
3939

4040
<p>The File Verification page allows you to check all files in your forum installation against checksums of the correct files, checking for possible corruption. However, this tool cannot differentiate between customizations and corruption; it simply returns files that are different from the default files.

1.6/Admin-CP-Plugin-Manager.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</p><p>Once installed, the plugin will be able to be deactivated and uninstalled. If deactivated, the plugin should only hide from view, saving all settings. If it is uninstalled, it will be removed completely from your board.
1313
</p>
1414

15-
<p>You can also check for updates if the plugin support version checking. Each plugin that is uploaded to the MyBB Mods site is assigned a GUID (Global Unique Identifier), which, if the plugin supports it, will be checked against the version number stored for that plugin on the MyBB Mods site. If your plugin is out of date, you will be told so. To access the Version Checking feature, click on "Plugin Updates" at the top of the Plugins page.
15+
<p>You can also check for updates if the plugin support version checking. Each plugin that is uploaded to the MyBB Extend site is assigned a GUID (Global Unique Identifier), which, if the plugin supports it, will be checked against the version number stored for that plugin on the MyBB Extend site. If your plugin is out of date, you will be told so. To access the Version Checking feature, click on "Plugin Updates" at the top of the Plugins page.
1616
</p><p><br />
1717
</p>
1818
<div style="border: 1px solid #ddd; background-color: #f5f5f5; padding: 5px; margin: 5px;">

1.6/Admin-CP-Statistics-And-Logging.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</p>
3535
<div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="image"><img alt="" src="{{ site.baseurl }}/assets/images/1.6/thumb/c/c0/ACP_Tools_OptimizeDB.png/180px-ACP_Tools_OptimizeDB.png" width="180" height="126" class="thumbimage" /></a> <div class="thumbcaption"><div class="magnify"><a href="{{ site.baseurl }}/assets/images/1.6/c/c0/ACP_Tools_OptimizeDB.png" class="internal" title="Enlarge"><img src="/mediawiki/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>Tools &amp; Maintenance: Optimize Database</div></div></div>
3636

37-
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="http://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
37+
<p>The Optimize Database page allows you to <a rel="nofollow" class="external text" href="https://community.mybb.com/thread-96305-page-1.html">reclaim deleted space</a> in the selected database tables. You can choose to <i>Select All</i> tables, <i>Deselect All</i> tables, <i>Select Forum Tables</i> (only select those with the table prefix specified for your MyBB installation - <i>mybb_</i> by default), or select each table individually by holding down Control.
3838
</p>
3939

4040
<p>The File Verification page allows you to check all files in your forum installation against checksums of the correct files, checking for possible corruption. However, this tool cannot differentiate between customizations and corruption; it simply returns files that are different from the default files.

0 commit comments

Comments
 (0)