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 Connect 5.7.4 Release Candidate 1 is available for download.

EL PaperBoy

Well-known member
<p>A preview release of vBulletin Connect 5.7.4 is now available to download. </p>
<h2>Page Manager</h2>
<p>We updated the Page Manager and added tools that allow users to set the vBulletin home page and delete custom pages.</p>
<p>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.</p>
<ol>
<li>If there is a tab for the previous homepage, the link will be updated to the canonical URL for the corresponding page.</li>
<li>If there is a tab for the new homepage, the link will be updated to the vBulletin root (i.e., '/').</li>
<li>If no tab exists for the new homepage, one will be created.</li>
</ol>
<h2>Navigation</h2>
<p>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.</p>
<h2>AdminCP Channel Manager</h2>
<p>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.</p>
<h2>Presentation config.php</h2>
<p>The $config['core_path'] value is now obsolete and removed from the file. New installations will not have this variable.</p>
<p>This is the code removed: </p>
<pre><code class="php">// 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';
</code></pre>
<h2>Additional Issues</h2>
<ul>
<li>Twitter logins have been converted to use an OAUTH2 implementation.</li>
<li>You can now use a new 'Select All' control to choose all tags on the page while viewing the Tag Manager.</li>
<li>The URL BBCode and Preview system will no longer try to download large compressed files before adding the link to a post.</li>
<li>Custom Node fields no longer appear when editing a reply.</li>
<li>Additional Javascript refactors to modernize code and meet current standards.</li>
</ul>
<hr />
<h2>Install / Upgrade Information</h2>
<ul>
<li><a href="https://www.vbulletin.com/forum/node/4391348">Installation Instructions</a></li>
<li><a href="https://www.vbulletin.com/forum/node/4391346">Upgrade Instructions</a></li>
</ul>
<h3>File Cleanup</h3>
<p>With each version release, some files become obsolete. These files are mainly the Javascript Rollup files which are version stamped. However, we occasionally refactor PHP files and remove them from the distribution package. 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 5 Installs &amp; Upgrades forum.</p>
<h4>Files to Delete</h4>
<p>These are the files known to be unnecessary in the current version of the software. </p>
<ul>
<li>In the <code>/js</code> directory, delete all files with 573 in their file name.</li>
</ul>
<table><thead><tr></tr></thead><tbody><tr></tr></tbody></table><h3>System Requirements</h3>
<p>Minimum System Requirements</p>
<ul>
<li>PHP Version: 8.0.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: 8.1 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="https://www.vbulletin.com/forum/node/4387853">vBulletin Connect System Requirements</a>.</p>
<h3>Current Version Support Schedule</h3>
<ul>
<li>Active Version - 5.7.3</li>
<li>Security Patch - 5.7.2</li>
<li>Security Patch - 5.7.1</li>
<li>No Patch Release - 5.7.0 and 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/4480218</p>
<p>If you find an issue with the software or request a new feature, please visit our <a href="https://tracker.vbulletin.com">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>

Continue reading...
 
Top