vBulletin Connect 5.7.4 is now available to download. vBulletin Cloud sites will be upgraded automatically in the next 7-14 days.
Page Manager
We updated the Page Manager and added tools that allow users to set the vBulletin home page and delete custom pages.
We have streamlined the processes after changing the home page in addition to this. We will remove the breadcrumbs on the new homepage and handle navigation tabs in the following manner.
- If there is a tab for the previous homepage, the link will be updated to the canonical URL for the corresponding page.
- If there is a tab for the new homepage, the link will be updated to the vBulletin root (i.e., '/').
- If no tab exists for the new homepage, one will be created.
Navigation
Navigations Links can be assigned to a page within the vBulletin system using a drop-down menu. Pages, including channels, will be listed alphabetically. When set in this manner and when the URL of a page changes, the Navigation Link will automatically change to the new URL.
AdminCP Channel Manager
The date of the last activity is listed in the channel manager. This information can help administrators when merging or deleting channels to remove content that is no longer relevant.
Presentation config.php
The $config['core_path'] value is now obsolete and removed from the file. New installations will not have this variable.
This is the code removed:
// Assumes default location of core.
// These are the system paths and folders for your vBulletin files
// This setting is for where your vbulletin core folder is
$config['core_path'] = realpath(dirname(__FILE__)) . '/core';
Additional Issues
- Twitter logins have been converted to use an OAUTH2 implementation.
- You can now use a new 'Select All' control to choose all tags on the page while viewing the Tag Manager.
- The URL BBCode and Preview system will no longer try to download large compressed files before adding the link to a post.
- Custom Node fields no longer appear when editing a reply.
- Additional Javascript refactors to modernize code and meet current standards.
System Requirements
Minimum System Requirements
- PHP Version: 8.0.0
- MySQL Version: 5.6.10
- MariaDB Version: 10.0.0
Recommended System Requirements
- PHP Version: 8.1 or higher
- MySQL Version: 8.0 or higher
- MariaDB Version: 10.3+