Part 7 - Tuesday June 6th
Image Verification for Guest Posting
While guest posting can be very beneficial to getting people to post in a new community, it’s also just asking to be abused by spam bots. To combat this, you may now optionally require that guests use image verification while posting to ensure that they are actually human.

Thumbnail Display Options
You can now display additional image data around a thumbnail. You may choose to display a border, image dimensions and size, or both. When dimensions are enabled, the type of file (JPG, GIF, PNG, etc) will also be displayed if room permits. This works whether you are using GD or ImageMagick





Copy Posts via Inline Moderation
Inline moderation provides a new option to copy posts to an additional thread, instead of just moving them to another thread.

Announcements Shown when Viewing New Posts
In previous versions of vBulletin, announcements were only shown when a user viewed a list of threads in a forum. As some users only viewed new posts by clicking the “New Posts” link (ie, getnew), they never saw the announcements. vBulletin 3.6 displays those announcements at the top of the results.

Combined with this, announcements now include real read marking. They will be considered new until you actually read the announcement, instead of being considered old after a certain amount of time.
New Built-In Option Types
Developers may now create more types of options for their products without having to deal with HTML directly. Radio button and select menu options can be created using a simple pipe-delimited format. Options that require a valid username can also be created with a single line.
Resume Paused Attachment Downloads
You may now resume broken or paused attachment downloads where the browser supports it through the use of the Range HTTP header.
Better Web Server Logging for POST Requests
All vBulletin-submitted forms now include the most important data as GET data, so that web server logs are more readable. The data that is sent back via GET includes the action (“do” variable) and a unique identifier (for example, if you are adding a new thread, the forum ID where you are posting).
Automatically Remove Thread Redirects
You may now optionally have thread redirects messages removed after a specified amount of time.
Announcement DataManager
Announcements can now be handled through a datamanager to allow developers to quickly create announcements.
Persistent Date of Birth Cookie for COPPA
The COPPA age check now uses a persistent cookie to cause the first date of birth entered to be saved. This prevents someone from entering their real age, being rejected because they were too young, and going back to change their birth date so they are old enough.
Improved Master / Slave Database Support
Larger boards will be able to take advantage of the improved master / slave features which identifies those queries which are safe for use on a slave server. This removes potential database errors and errors resulting from any reads that occur prior to propagation.
Improved RSS Syndication
Several enhancements have been made to RSS syndication.
- external.php defaults to serving RSS2
- HTML is served by default using the <content:encoded> tag. Using the proper aggregate results in the feed looking the same as it does on the forum, including attachments. This can be disabled with &nohtml=1.
- The <description> tag will include the full post content if &fulldesc = 1 is used.
- A channel icon has been added
- The post username is now listed using <dc:creator> so no more [email protected] linking.
- Feed can be shown in newest thread order or laspost order using &lastpost=1. Laspost order will display the newest post of each thread.
- An option to increase the amount of returned items is now in the admincp. The feed still defaults to 15 items but can be increased up to your new value using &count=.

Leave a comment: