vBulletin 6.0.6 is now available for download by self-hosted (download) customers. vBulletin Cloud sites will be automatically updated in the upcoming weeks.
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.
Birthdays
This feature shows the birthdays of users who have been active within a specific period. This will show active all members who have been active in the last 30 days. These settings can be changed in the AdminCP under Settings -> Options -> User Profile Options. When a user clicks or taps on a birthday in the Calendar, the user's profile will be loaded. If permissions allow, the user can then leave a visitor message wishing them Happy Birthday.
Holidays
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.
The display of these non-node events is disabled on upgrade. To enable them, you need to edit the calendar module in Site Builder and set the display options to Yes.
A new scheduled task will automatically delete non-recurring holidays after two years.
Style Variables
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.
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.
Templates
A new markup tag has been added to Limited Templates, allowing administrators to trigger an action within loops. The tag will accomplish this. While this tag is available specifically for vBulletin Cloud, can also be used on self-hosted licenses. Combined with the tag, it effectively controls the display of content applied to template hooks.
Usage Example to show an ad after every five replies:
<li>
<vb:every index="data.postIndex" count=5 start=0>
The ad will be shown here.
</vb:every>
</li>
For more information, see
Displaying Ads after posts - vBulletin Community Forum
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.