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.4.0 Alpha 1 is now available.

EL PaperBoy

Well-known member
vBulletin 5.4.0 Alpha 1 is now available for all licensed customers. This is a pre-release version for testing and evaluation purposes.

Sprite-Based Images.

The sprite for most icons used in a vBulletin Style has been converted to the SVG Image Format and stored as a template in the Style System.

Advantages of SVG

  • Vector Images - They should work equally well at different screen sizes without the need for multiple image files.
  • As a vBulletin Administrator, you can change the colors of the icons to match your Style using Style Variables.
  • Each image has a unique CSS ID to enable customization.
  • Since the SVG image format is XML, you can update them with any compatible SVG Editor..
  • Better handling of LTR and RTL icons.


New Templates

The SVG image sprites are stored in new templates. These templates are found within the Sprite Image template group. Additionally, a new CSS template has been added to hold customizations to the Sprite Image. It is called css_icon_sprite.css. It will be blank in newly created styles without a parent.

New Style Variables

There are a total of 25 new Style Variables added to the system. These control the SVG Colors and are named after the color they represent in the default sprite. You can see these variables in "Icon Colors" variable group. When testing the changes to the colors of your sprite, you can load it by pointing your browser to:

Code:

yourdomain/vbulletinpath/sprite.php?sprite=sprite_icons_general.svg&styleid=XX

XX would be the ID of your style. The style ID can be viewed by hovering over the style name in the Style Manager. It will be shown in the status bar of your browser. Since colors are controlled by CSS, a hard refresh in the browser will be needed to view them.

Style Sharing for vBulletin Cloud

Styles with changes to the style variables and text-only templates can be imported into Cloud account once they are running vBulletin 5.4.0.

Style Variable Group Export

When editing style variables, you can export a style variable group as a Style XML file. These can then be merged into other styles by importing the XML file. This functionality was added to allow the sharing of customizations to the SVG colors, buttons, modules, toolbars, etc...

Tabbed Navigation

The way vBulletin chooses which tab to highlight is based on the URL used by the page. In previous versions, this only handled a few distinct URLs. Previously, tab highlighting didn't work on custom pages or "sub-pages" all the time. There can also be problems if you change the default page of your vBulletin Site.

The system has been updated to handle these issues. Now the system allows you to highlight tabs and their sub-navigation on custom pages. To do this, the URL of your pages should match these formats:

  • /custompage - highlights the tab assigned to this URL. The appropriate sub-navigation will appear as well.
  • /custompage/subpage - looks for a tab assigned to this URL. If one is not found, the system will highlight the tab assigned to the parent "/custompage." If one is found, it will highlight the tab and show the appropriate sub-navigation.


Google reCAPTCHA

Google has announced that reCAPTCHA version 1 will be shut down on March 31, 2018. We encourage people who are still using it to upgrade to reCAPTCHA version 2 (https://www.google.com/reCAPTCHA/intro/) as soon as possible. reCAPTCHA version 1 will be removed from vBulletin starting in the 5.4.0 release.

Group Channel Permissions

Most Usergroup Permissions for Group Channels have been removed. These permission fields were in place for special handling and were carried over from vBulletin 4.X. Unfortunately, they allowed inappropriate behavior to be possible. These permissions will be handled by Channel Permissions. This change will provide consistent behavior with all channel types. Please review your Channel Permissions after upgrading your site. You can view Channel Permissions in the AdminCP under Channel Management -> Channel Permissions.

Other Issues

  • Pagination has been fixed in blogs and notifications.
  • The photo tab in Forums and the Profile Media tab should have proper pagination again.
  • An option to turn off Facebook OpenGraph tags has been added to the system.
  • Post Edit History now works on PHP 7+
  • All resolved issues can be found here (http://tracker.vbulletin.com/secure/...&version=11689)


Unused Tables

The following tables will be deleted from your database during the upgrade to 5.4.0:

  • action
  • apipost
  • block
  • blockconfig
  • blocktype
  • blog_userread
  • contentread
  • dbquery



System Requirements

Minimum PHP Version: 5.6.0

Minimum MySQL Version: 5.5.8

Recommended PHP Version: 7.1 or higher

Recommended MySQL Version: 5.7.0 or higher

Recommended MariaDB Version: 10+

Current Version Support Schedule

  • Active Version - 5.3.4
  • Security Patch - 5.3.3
  • Security Patch - 5.3.2
  • No Patch Release - 5.3.1 or earlier.


Discussion

If you have any questions about these changes you may discuss them here: https://www.vbulletin.com/forum/node/4384410

Continue reading...

 
Top