EL PaperBoy
Well-known member
- #1
Thread Owner:
EL PaperBoy
<h1>vBulletin 6.1.0 Changes and Updates</h1><p>A preview release of vBulletin 6.1.0 is available for download. Preview releases are for testing upcoming releases and should not be used on production servers.</p><h2>Front End Changes</h2><h3>Bookmarks</h3><p>Users may want to mark their favorite posts. To accomplish this, we have added a bookmark feature. Users can bookmark any post by clicking on a icon in the upper right corner. These can be accessed through their user profile. The bookmark will go directly to the post and multiple posts in a topic can be bookmarked.</p><h3>Forum Categories</h3><p>Users can collapse forum categories that they are not interested in. The collapse state is stored locally on the browser. Administrators can designate channels to collapse in the Channel Manager automatically. </p><h3>Privacy and Terms of Service Pages.</h3><p>These pages have been updated to wrap the site's custom content in CSS, which restores default browser behavior. This will simplify the display of complex HTML (i.e., lists, tables, and blocks) on these pages.</p><p><hr />
<h2>Back End / AdminCP Changes</h2>
<h3>Related Topics</h3>
<p>Related Topics uses a Natural Language Processor built into vBulletin to scan your content, build a list of keywords, and find related topics based on the content of the first post. </p>
<p>You can enable Related Topics in the AdminCP under Settings -> Options -> Related Topics. Building the data for this feature can be time-consuming. To improve performance, follow the instructions below.</p>
<ol>
<li>Configure <a href="https://forum.vbulletin.com/node/4489007">vbcron.php</a> and <a href="https://forum.vbulletin.com/node/4489008">vbevents.php</a> to run on your server. You should schedule the scripts to run every 1 minute. Example crontab entries look like this:
<ul>
<li><code><em> * * * * /path/to/php /path/to/vbcron.php</code></li>
<li><code></em> * * * * /path/to/php /path/to/vbevent.php</code></li>
</ul>
</li>
<li>Ensure the <code>core/cache/relatedtopics</code> directory is writable. On most servers, the command is:
<ul>
<li><code>chmod +w /path/to/vbulletin/core/cache/relatedtopics</code></li>
</ul>
</li>
<li>In the AdminCP, enable this function under Settings → Options → Related Topics.</li>
<li>Go to Scheduled Tasks → Scheduled Tasks Manager. </li>
<li>Find the Related Topics (Full) task in the list.</li>
<li>Click "Run Now".</li>
</ol>
<p>The system will queue the events needed to build information on your related topics in the <code>noderelated</code> table. However, the rebuild will not be instant. The task will run when the event is the next in line for <code>vbevents.php</code>. The time needed to complete these tasks will depend on your configuration of the Related Topics settings in the AdminCP and<code>vbeevents.php</code>.</p>
<h4>Displaying Related Topics</h4>
<p>Once Related Topics is enabled, you can add the module to your Discussion pages. To do this, follow these steps:</p>
<ol>
<li>Visit a forum topic on the front end of your site.</li>
<li>If Necessary, click the Edit Site toggle.</li>
<li>Click Edit Page in the Site Builder menu.</li>
<li>Under Modules → Content, find the Related Topics module.</li>
<li>Drag it into position on the page.</li>
<li>Save the page.</li>
<li>When asked, you should overwrite the Page Template to apply this change to all topics.</li>
</ol>
<p>Initial settings on the module will hide it when there is no content.</p>
<h3>Improved URL Preview Caching</h3>
<p>When a user posts a link, the system retrieves it and gathers information about it. This information is stored in the database for future views. However, each link is specific to a single node. </p>
<p>The system now has a global cache system that reuses data. When a link is used multiple times, the original cache information is used. Updated caching will lower site bandwidth and loading times when a URL needs to be cached again.</p>
<h3>.ico image uploads.</h3>
<p>The software now supports the .ico file type as an attachment image type. This will facilitate the uploading of favicon images via Site Builder.</p>
<h3>Instant Messaging Fields removed.</h3>
<p>The instant messaging fields were out of date and representative of a bygone era. The fields have been removed from vBulletin. If you wish to offer similar functionality to your end users for listing their social media accounts, please use custom profile fields.</p>
<h3>Reduced Download Size.</h3>
<p>When using the default download options, the vBulletin Package will be smaller due to compressing the /core/libraries directory into a PHAR file. These libraries are third-party classes used to help bring functionality to the software and can often contain many files in the package. Compressing this will improve upload times and reduce file size. </p>
<p><strong>Due to this change, it is recommended that the contents of the /core/libraries directory be deleted before uploading the new version.</strong></p>
<p>If you need the uncompressed versions of these libraries, select "More Download Options" and turn off the use of Compressed PHP Archives.</p></p>
<p><hr />
<h2>Deprecations</h2>
<p>We occasionally must stop supporting different server packages. When support is deprecated, developers will not resolve issues specific to the unsupported versions. It is recommended that you upgrade these server packages to prevent problems in newer vBulletin versions.</p>
<p>In a future version of vBulletin, the following server packages will be considered deprecated.</p>
<ul>
<li>MySQL 5.7.X</li>
<li>PHP 8.1.X</li>
</ul></p>
<p><hr />
<h2>Additional Information</h2>
<h3>Install / Upgrade</h3>
<ul>
<li><a href="https://www.vbulletin.com/forum/node/4483267">Installation Instructions</a></li>
<li><a href="https://www.vbulletin.com/forum/node/4483262">Upgrade Instructions</a></li>
</ul>
<h3>File Cleanup</h3>
<p>After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this <a href="https://www.vbulletin.com/forum/node/4391346"><strong>topic</strong></a> in the vBulletin 6 Installs & Upgrades forum.</p>
<h3>System Requirements</h3>
<p>Current Minimum System Requirements</p>
<ul>
<li>PHP Version: 8.1.0</li>
<li>MySQL Version: 5.7.10</li>
<li>MariaDB Version: 10.4.0</li>
</ul>
<p>Recommended System Requirements</p>
<ul>
<li>PHP Version: 8.2 or higher</li>
<li>MySQL Version: 8.0 or higher</li>
<li>MariaDB Version: 10.6+</li>
</ul>
<p>For more information, see <a href="https://www.vbulletin.com/forum/node/4391344">vBulletin Connect System Requirements</a>.</p>
<h3>Current Version Support Schedule</h3>
<ul>
<li>Active Version - 6.0.7</li>
<li>Security Patch - 6.0.6</li>
<li>Security Patch - 6.0.5</li>
</ul>
<h3>Discussion</h3>
<p>If you have any questions about these changes, you may discuss them here: https://forum.vbulletin.com/node/4498641</p>
<p>If you encounter an issue with the software or wish to submit a feature request, please visit our <a href="https://tracker.vbulletin.com/vbulletin6">tracker</a>.</p>
<p>To receive support for your vBulletin Product, please visit our <a href="https://www.vbulletin.com/forum/">community forums</a>.</p></p>
Continue reading...
<h2>Back End / AdminCP Changes</h2>
<h3>Related Topics</h3>
<p>Related Topics uses a Natural Language Processor built into vBulletin to scan your content, build a list of keywords, and find related topics based on the content of the first post. </p>
<p>You can enable Related Topics in the AdminCP under Settings -> Options -> Related Topics. Building the data for this feature can be time-consuming. To improve performance, follow the instructions below.</p>
<ol>
<li>Configure <a href="https://forum.vbulletin.com/node/4489007">vbcron.php</a> and <a href="https://forum.vbulletin.com/node/4489008">vbevents.php</a> to run on your server. You should schedule the scripts to run every 1 minute. Example crontab entries look like this:
<ul>
<li><code><em> * * * * /path/to/php /path/to/vbcron.php</code></li>
<li><code></em> * * * * /path/to/php /path/to/vbevent.php</code></li>
</ul>
</li>
<li>Ensure the <code>core/cache/relatedtopics</code> directory is writable. On most servers, the command is:
<ul>
<li><code>chmod +w /path/to/vbulletin/core/cache/relatedtopics</code></li>
</ul>
</li>
<li>In the AdminCP, enable this function under Settings → Options → Related Topics.</li>
<li>Go to Scheduled Tasks → Scheduled Tasks Manager. </li>
<li>Find the Related Topics (Full) task in the list.</li>
<li>Click "Run Now".</li>
</ol>
<p>The system will queue the events needed to build information on your related topics in the <code>noderelated</code> table. However, the rebuild will not be instant. The task will run when the event is the next in line for <code>vbevents.php</code>. The time needed to complete these tasks will depend on your configuration of the Related Topics settings in the AdminCP and<code>vbeevents.php</code>.</p>
<h4>Displaying Related Topics</h4>
<p>Once Related Topics is enabled, you can add the module to your Discussion pages. To do this, follow these steps:</p>
<ol>
<li>Visit a forum topic on the front end of your site.</li>
<li>If Necessary, click the Edit Site toggle.</li>
<li>Click Edit Page in the Site Builder menu.</li>
<li>Under Modules → Content, find the Related Topics module.</li>
<li>Drag it into position on the page.</li>
<li>Save the page.</li>
<li>When asked, you should overwrite the Page Template to apply this change to all topics.</li>
</ol>
<p>Initial settings on the module will hide it when there is no content.</p>
<h3>Improved URL Preview Caching</h3>
<p>When a user posts a link, the system retrieves it and gathers information about it. This information is stored in the database for future views. However, each link is specific to a single node. </p>
<p>The system now has a global cache system that reuses data. When a link is used multiple times, the original cache information is used. Updated caching will lower site bandwidth and loading times when a URL needs to be cached again.</p>
<h3>.ico image uploads.</h3>
<p>The software now supports the .ico file type as an attachment image type. This will facilitate the uploading of favicon images via Site Builder.</p>
<h3>Instant Messaging Fields removed.</h3>
<p>The instant messaging fields were out of date and representative of a bygone era. The fields have been removed from vBulletin. If you wish to offer similar functionality to your end users for listing their social media accounts, please use custom profile fields.</p>
<h3>Reduced Download Size.</h3>
<p>When using the default download options, the vBulletin Package will be smaller due to compressing the /core/libraries directory into a PHAR file. These libraries are third-party classes used to help bring functionality to the software and can often contain many files in the package. Compressing this will improve upload times and reduce file size. </p>
<p><strong>Due to this change, it is recommended that the contents of the /core/libraries directory be deleted before uploading the new version.</strong></p>
<p>If you need the uncompressed versions of these libraries, select "More Download Options" and turn off the use of Compressed PHP Archives.</p></p>
<p><hr />
<h2>Deprecations</h2>
<p>We occasionally must stop supporting different server packages. When support is deprecated, developers will not resolve issues specific to the unsupported versions. It is recommended that you upgrade these server packages to prevent problems in newer vBulletin versions.</p>
<p>In a future version of vBulletin, the following server packages will be considered deprecated.</p>
<ul>
<li>MySQL 5.7.X</li>
<li>PHP 8.1.X</li>
</ul></p>
<p><hr />
<h2>Additional Information</h2>
<h3>Install / Upgrade</h3>
<ul>
<li><a href="https://www.vbulletin.com/forum/node/4483267">Installation Instructions</a></li>
<li><a href="https://www.vbulletin.com/forum/node/4483262">Upgrade Instructions</a></li>
</ul>
<h3>File Cleanup</h3>
<p>After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this <a href="https://www.vbulletin.com/forum/node/4391346"><strong>topic</strong></a> in the vBulletin 6 Installs & Upgrades forum.</p>
<h3>System Requirements</h3>
<p>Current Minimum System Requirements</p>
<ul>
<li>PHP Version: 8.1.0</li>
<li>MySQL Version: 5.7.10</li>
<li>MariaDB Version: 10.4.0</li>
</ul>
<p>Recommended System Requirements</p>
<ul>
<li>PHP Version: 8.2 or higher</li>
<li>MySQL Version: 8.0 or higher</li>
<li>MariaDB Version: 10.6+</li>
</ul>
<p>For more information, see <a href="https://www.vbulletin.com/forum/node/4391344">vBulletin Connect System Requirements</a>.</p>
<h3>Current Version Support Schedule</h3>
<ul>
<li>Active Version - 6.0.7</li>
<li>Security Patch - 6.0.6</li>
<li>Security Patch - 6.0.5</li>
</ul>
<h3>Discussion</h3>
<p>If you have any questions about these changes, you may discuss them here: https://forum.vbulletin.com/node/4498641</p>
<p>If you encounter an issue with the software or wish to submit a feature request, please visit our <a href="https://tracker.vbulletin.com/vbulletin6">tracker</a>.</p>
<p>To receive support for your vBulletin Product, please visit our <a href="https://www.vbulletin.com/forum/">community forums</a>.</p></p>
Continue reading...