Jump to content
Forum²

Recommended Posts

Guest Wayne Luke
Posted

<h1>vBulletin 6.0.6 Changes and Updates</h1>

A preview release of vBulletin 6.0.6 is available for self-hosted (download) customers. Preview releases are provided for testing purposes only and should not be used on production servers.

Front End Changes

Calendar Module Improvements

Site Administrators can choose to display birthdays and holidays on Calendar Modules. These are not event nodes and do not allow replies or comments. The information is for display only.

[attach=full]10[/attach]

 

 

 

 

 

 

<h4>Birthdays</h4>

This feature shows the birthdays of users who have been active within a specific period. By default, the activity cutoff is 180 days, and Administrators can adjust this value in the Calendar module. When a user clicks or taps on a birthday in the Calendar, the user's profile will be loaded."

<h4>Holidays</h4>

Administrators can create holidays in the Calendar section of the Admin Control Panel (AdminCP). Each holiday can have a title, an optional description, and a date. Holidays can be recurring or assigned to a specific year. When users click or tap on a holiday in the Calendar, a popup dialog displays the details.

[attach=full]11[/attach]

 

 

 

 

 

A new scheduled task will automatically delete non-recurring holidays after two years.

<h4>Style Variables</h4>

The following style variables have been added to control the colors of these event types:

 

calendar_birthday_background

calendar_birthday_background_hover

calendar_holiday_background

calendar_holiday_background_hover

 

 

Back End / AdminCP Changes

Holiday Manager

A new section called Calendar has been added to the AdminCP. This will allow Administrators to create new holidays to display on the Calendar. Each event can have a title, description (optional), and date. If the holiday is set to recurring, the year is ignored. Administrators can use HTML within the title and description of their events.

[attach=full]12[/attach]

 

 

 

 

User Reputation Display

The options for User Reputation Display have been merged into User Ranks. The User Reputation section of the AdminCP has been removed. If you do not wish to use the predefined ranks, you can mark them as inactive or edit them to show based on your wishes.

[attach=full]13[/attach]

 

 

 

Templates

A new markup tag has been added to Limited Templates, allowing administrators to trigger an action within loops. The <vb:every> tag will accomplish this. While this tag is available specifically for vBulletin Cloud, <vb:every> can also be used on self-hosted licenses. Combined with the <vb:group> tag, it effectively controls the display of content applied to template hooks.

Usage Example to show an ad after every five replies:

Code:

 

<li>

<vb:every index="data.postIndex" count=5 start=0>

The ad will be shown here.<br />

</vb:every>

</li>

For more information, see https://forum.vbulletin.com/node/4493614

User Promotions

The user promotion system has been updated to include an option to trigger User Promotions based on the user's last post date. This will allow administrators to remove users from active usergroups when they stop participating automatically.

 

Additional Information

Install / Upgrade

 

Installation Instructions

Upgrade Instructions

 

File Cleanup

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 topic in the vBulletin 6 Installs & Upgrades forum.

System Requirements

Minimum System Requirements

 

PHP Version: 8.1.0

MySQL Version: 5.7.10

MariaDB Version: 10.4.0

 

Recommended System Requirements

 

PHP Version: 8.2 or higher

MySQL Version: 8.0 or higher

MariaDB Version: 10.6+

 

For more information, see vBulletin Connect System Requirements.

Current Version Support Schedule

 

Active Version - 6.0.5

Security Patch - 6.0.4

Security Patch - 6.0.3

Security Patch - 5.7.5

 

Discussion

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

If you encounter an issue with the software or wish to submit a feature request, please visit our tracker.

To receive support for your vBulletin Product, please visit our community forums.

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...