ExtraLicense - Buy, Sell, & Trade Your Licenses

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

vBulletin 5.5.5 Beta 1 Available for Download

EL PaperBoy

Well-known member
<h1>vBulletin 5.5.5 Changes and Updates</h1>

<blockquote>

<p>A preview release of vBulletin 5.5.5 is now available for download. This version should be used for internal testing. We do not recommend using preview releases on a live site.</p>

</blockquote>

<h2>Front End Changes</h2>

<h3>New Landing Pages</h3>

<p>We have added two new page layouts that users can select from when using Site Builder's Quick Setup. These new Home Pages allow you to change the focus of your site with a few clicks. They include:</p>

<ol>

<li><strong>Standard</strong>: This is the default home page and the same as the one used in previous vBulletin 5.X versions. This is a 70/30 layout with the Activity Stream, Statistics, and What's Going On located in the left column and various search modules in the Right Column. The activity stream defaults to the Forums tab.</li>

<li><strong>Classic</strong>: Provides a home page similar to older versions of vBulletin. This layout only contains the Activity Stream, Statistics, and What's Going On module in a single full width column. The Activity Stream defaults to the Forums tab.</li>

<li><strong>Community</strong>: An end user oriented Home Page. This includes a 30/70 layout. The left column includes the Channel Navigation Module, Friend's Activity, and Birthdays at 30% width. The Right column includes the Activity Stream, Statistics, and What's Going On module. The Activity Stream defaults to the Latest Activity tab in this view.</li>

</ol>

<p>You can try these new pages out on your site by clicking on Quick Setup from the Site Builder menu and choosing the page you would like to be your site's home page. Your selection will take effect immediately.</p>

<p>

http://www.vbulletin.com/forum/filedata/fetch?id=4423392&d=1569954573[/img]

http://www.vbulletin.com/forum/filedata/fetch?id=4423393&d=1569954591[/img]

</p>

<h3>Forum Status Icons</h3>

<p>Forum Status icons are now larger and display at 32 X 32 pixels by default. This size can be reverted with a style variable.</p>

<p>Administrators can apply custom icons to individual forum channels. These will have their opacity reduced via CSS if a forum has been read. In addition to this, we have added "OnHover" events that will tell the user if the channel has been read or not.</p>

<p>Custom icons will have their background filled in with a prominent color similar to Group Icons. For information on configuring custom icons, see <a href="#custom-status-icons">Custom Status Icons</a> below.</p>

<p>

http://www.vbulletin.com/forum/filedata/fetch?id=4423394&d=1569954616[/img]

</p>

<h3>Tagging</h3>

<p>We have added an interface to allow users with permission of "Can Tag Other's Topics" to add tags. Users with this permission will be able to select "Tags" in the Topic Starter to add new tags. If the user owns the Topic and has permission to modify Tags, they can delete tags added by others.</p>

<h3>Inline Moderation</h3>

<p>We have resolved a number of issues with Inline Moderation functionality. These updates will allow the following functions to behave as expected:</p>

<ul>

<li>Moving multiple nodes now allows for redirects to be created.</li>

<li>Posts with Attachments can now be properly selected from the Inline Moderation menu.</li>

<li>Thread Redirects can now have their titles changed by double-clicking in the title area.</li>

<li>When selecting "View Topics" or "View Posts" when nothing is selected, an inline message is shown instead of redirecting to the search results page.</li>

<li>An updated message is displayed if you attempt to move a topic into a Category that doesn't accept posts.</li>

<li>Redirects are now deleted when the original node is deleted.</li>

<li>Blog Entries can now be selected for inline moderation if only Sticky Topics are displayed.</li>

<li>Channel Pagination should be calculated properly if you move nodes with redirects.</li>

</ul>

<hr>

<h2>Back End / AdminCP Changes</h2>

<h3><a name="custom-status-icons"></a>Custom Status Icons</h3>

<p>Administrators can now upload custom icons for individual forum channels. Icon upload is available within the AdminCP under Channel Management -> Channel Manager. Custom channel icons will be displayed at 50% opacity via CSS if the channel has been read by that user.</p>

<p>

http://www.vbulletin.com/forum/filedata/fetch?id=4423395&d=1569954633[/img]

</p>

<p>The display size of your channel icons is controlled by the value specified in the <code>icon_size_forum_icon</code> style variable. The default value is 32 X 32 pixels. A style variable was chosen so administrators can vary the value per style if necessary.</p>

<h3>Date Range for Notices</h3>

<p>The display date for Notices has been expanded to enable a range of dates to display them. Using the date range, the notice will automatically turn off at the end of the range.</p>

<h3>File Scanning API</h3>

<p>We have added new API routines to scan files when they are uploaded. The most common use of file scanning would be to check attachments for malware before saving them to disk. In order to demonstrate this functionality, we have provided a package that would enable scanning files via ClamAV. ClamAV is a popular command line tool used for malware detection. You can find information on installing ClamAV on their <a href="ClamavNet">website</a>.</p>

<p>If you wish to build your own file scanner, there is a sample package in the <code>do_not_upload\development</code> directory of your download package. The API is available in the vB_Utility_Filescanner class. The file for which is located at <code>core\vb\utility\filescanner.php</code>.</p>

<h3>Image EXIF Information</h3>

<p>We have added a configuration option to preserve image EXIF information on uploads. EXIF information contains data on color profiles, cameras, location, and more. Sometimes, EXIF information can be used to exploit either users or systems. Due to this we have previously stripped this information.</p>

<p>This functionality requires the use of the imagick or imagemagick image processing libraries. It will not work with the GD library. We <strong>strongly recommend</strong> that you install and configure ClamAV as well.</p>

<p>To enable this feature you must add a line to your config.php:</p>

<p><code>$config['Misc']['preserve_exif'] = true;</code></p>

<blockquote>

<p>Note: This feature is not currently available for vBulletin Cloud customers at this time.</p>

</blockquote>

<h3>User Management</h3>

<p>We have added a function to strip all tag associations created by a user. To accomplish this, edit the user within the AdminCP and select "Strip Tags" from the Quick User Tools drop down.</p>

<h3>XML Sitemap Handling</h3>

<p>You can now exclude Pages from being included in the XML Sitemap that is generated for search engine indexing. This is accomplished in the AdminCP under <code>XML Sitemap -> Manage Content Priority</code>. Set the priority for Pages to "Exclude" in order to prevent them from being listing in the generated XML Sitemap.</p>

<p>The Registration page has been removed from the XML Sitemap.</p>

<h3>Refactored URL Class Handling</h3>

<p>Handling and retrieving external URLs has been refactored in order to make the system more reliable and secure. Examples of where this is used include ReCaptcha, Facebook, and attachment uploads. Where necessary, we have merged the vB_Url class with the vB_Utility_Url class. After this, vB_Url has been removed from the system. This change will simplify code maintenance and improve security over time.</p>

<p>If you have third-party packages that rely on vB_Url, they will need to be updated to use the vB_Utility_Url class. Code for this class is located in <code>\core\vb\utility\url.php</code>.</p>

<p>For security purposes make sure the <code>/core/vb/vurl.php</code> file and <code>/core/vb/vurl</code> directories are deleted from your server. See <a href="#file-cleanup">File Cleanup</a> below.</p>

<h3>Security Patch</h3>

<p>The code from the security patch has been applied to vBulletin 5.5.5.</p>

<hr>

<h2>Deprecated</h2>

<h3>Announcements</h3>

<p>We are currently in the process of merging Announcement and Notice functionality. After this is completed, we will remove Announcements from the system in an upcoming version . Merging these similar features will simplify code maintenance and allow us to provide more features to the Notice system over time.</p>

<h3>ImageMagick</h3>

<p>Calling the ImageMagick executable directly has been deprecated in favor of using the imagick PECL library. We will remove direct support for ImageMagick in a future release. The imagick library functionality was added in vBulletin 5.5.4. We suggest updating your PHP installation to support imagick. You can find instructions on doing this in the <a href="PHP: Installation - Manual">PHP Documentation</a>.</p>

<h3>Internet Explorer Code</h3>

<p>Internet Explorer 11 is currently supported but should be considered deprecated. Previous versions of Internet Explorer are not supported. We have removed some code specific to Internet Explorer from the system. This code had been added to support older versions of Internet Explorer. After upgrading, please make sure to follow the steps for <a href="Quick Overview: Upgrading vBulletin Connect - vBulletin Community Forum">File Cleanup</a>. For more information on supported browsers please see the vBulletin <a href="vBulletin System Requirements - vBulletin Community Forum">System Requirements</a>.</p>

<p>Users that access your site with IE should be encouraged to upgrade to the beta version of <a href="Microsoft Edge Insider">Microsoft's Edge Browser</a> based on Chromium. This new browser is available for Windows 7, 8, 8.1, 10 and MacOS.</p>

<hr>

<h2>Additional Information</h2>

<h3>Install / Upgrade</h3>

<p>Please see the forum topics below for the latest information on installing or upgrading vBulletin 5 communities.</p>

<ul>

<li><a href="Quick Overview: Installing vBulletin 5 Connect - vBulletin Community Forum">Installation Instructions</a></li>

<li><a href="Quick Overview: Upgrading vBulletin Connect - vBulletin Community Forum">Upgrade Instructions</a></li>

</ul>

<h3><a name="file-cleamup"></a>File Cleanup</h3>

<p>After upgrading your vBulletin system, you should delete any possible obsolete files. In order to cleanup obsolete PHP files in the /core/ directory, please run the Suspect File Diagnostic in the AdminCP under Maintenance -> Diagnostics. It will list the files that need to be deleted as "Not part of vBulletin." Delete these files from your server.</p>

<p>You can obtain more information on why this is needed and instructions on how to do complete a file cleanup in this <a href="Quick Overview: Upgrading vBulletin Connect - vBulletin Community Forum"><strong>topic</strong></a> in the vBulletin 5 Installs & Upgrades forum.</p>

<h3>System Requirements</h3>

<p>Minimum System Requirements</p>

<ul>

<li>PHP Version: 7.1.0</li>

<li>MySQL Version: 5.6.10</li>

<li>MariaDB Version: 10.0.0</li>

</ul>

<p>Recommended System Requirements</p>

<ul>

<li>PHP Version: 7.3 or higher</li>

<li>MySQL Version: 8.0 or higher</li>

<li>MariaDB Version: 10.3+</li>

</ul>

<p>For more information see <a href="vBulletin Connect System Requirements - vBulletin Community Forum">vBulletin Connect System Requirements</a>.</p>

<h4>PHP 7.1 End of Life</h4>

<p>PHP 7.1.X will reach end of life on December 1st, 2019. It is recommended to upgrade to a minimum version of PHP 7.2 before this happens. In early 2020, we will increase the minimum required version of PHP to 7.2.0.</p>

<h3>Current Version Support Schedule</h3>

<ul>

<li>Active Version - 5.5.5</li>

<li>Security Patch - 5.5.4</li>

<li>Security Patch - 5.5.3</li>

<li>No Patch Release - 5.5.2 or earlier.</li>

</ul>

<h3>Discussion</h3>

<p>If you have any questions about these changes you may discuss them here: https://forum.vbulletin.com/node/4423284</p>

<p>If you find an issue with the software or wish to place a feature request please visit our <a href="vBulletin Issue Tracker">tracker</a>.</p>

<p>In order to receive support for your vBulletin Product please visit our <a href="Home - vBulletin Community Forum">community forums</a>.</p>

Continue reading...

 
Top