vBulletin 4.0 Release Candidate 2 Now Available

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Don Kuramura
    Senior Member
    • Jun 2009
    • 172

    vBulletin 4.0 Release Candidate 2 Now Available


    [Updated RC2 build now available that fixes "test ad asdf" bug]


    Today we're announcing the availability of Release Candidate 2 of vBulletin 4.0 Publishing Suite and vBulletin 4.0 Forum. If you have an active vBulletin license, you can download your copy of RC2 from the vBulletin Members Area at: http://members.vbulletin.com .

    Our original plan was to release RC1 to the community today. However, since releasing Beta 5 and releasing RC1 on vBulletin.com this past Monday, we have fixed more 250 bugs, including new bugs found in RC1. Therefore, we wanted our customers to have access to the most recent build.

    There are still two known issues with the RC2 release that are important to be aware of. The fixes for these issues are currently being tested. If these issues are critical to your community's function, we recommend that you do not install RC2.

    • Articles are not being indexed when first created. However, subsequent actions, such as saving an article, do trigger the index. If an article is not indexed, this causes an article not to appear in search results (and widgets that display most recent article).
    • The publication timestamp is not always accurate according to your local time, and can cause articles to display incorrect publication times.

    Highlights of what’s fixed and what's new in RC2:
    (new) Forum Sidebar Blocks! Keep track of new posts in Blogs, CMS, Group Discussions. Also new Tag Cloud block and create custom HTML and PHP Blocks.
    (new) Added and finalized Forum StyleVars
    (new) Added new Member Action links. Clicking on a user name link in CMS articles, Forum Postbit, and Blog Posts will display a new pop-up menu of various links (Go to Profile, Send Private Message, View Forum Posts, View Blog Entries, View Articles).
    (new) Added RSS for the CMS
    (new) UTF-8 Friendly URL
    (Updated) Album Pages UI
    (Updated) Group Pages UI
    (Updated) Member Profile Page UI
    (Updated) Settings and Private Messages UI
    • Fixed What’s New/Search Results pages when the browser resizes
    • Cleaned up the CSS files
    • Cleaned up the UI across the entire site
    • Fixed remaining Right-to-Left bugs for Arabic languages
    • Fixed additional IE 6 bugs
    • Fixed ability to turn off Article Ratings
    • and numerous other bugs

    Thanks to everyone who has filed bugs in our bug tracker throughout the Beta process – it's been a tremendous help in getting us to where we are today. Please continue to file new bugs here:


    [Edit] We're also updating vBulletin.com to RC3 on Monday, which is another exciting step toward the Gold release. We are still on track to ship Gold during the week of December 21.
    Last edited by Don Kuramura; Fri 11 Dec '09, 9:14pm. Reason: [Updated RC2 build now available that fixes "test ad asdf" bug]
  • Andrew Elkins
    Senior Member
    • Jun 2009
    • 290
    • 4.1.x

    #2
    If you downloaded and installed the RC2 without the fix, Here's a temporary patch:

    Step 1
    Login to Admincp
    Advertising -> "Add New Ad"
    From the "Page" drop-down choose "Thread"
    Pick the top yellow box labeled "First Post Content"
    Make a title like "Delete Me"
    Ad HTML such as "Delete Me"
    Save
    Go back to the Advertising section, choose "Ad Manager"
    Delete the ad "Delete me"
    Styles will rebuild

    If you had done the previous fix of editing the ad template directly, you will need to revert the template after doing this fix.

    Step 2
    Then doing a template search:
    Login to admincp -> "Styles & Templates" -> "Search in Templates"
    Search for "has_ad"
    Remove it from the postbit and postbit_legacy templates and save each.
    or
    In the stylevar manager
    Under the "Common" Heading
    Choose "ad_post_maxWidth"
    Set to blank or to the width of your first and last post ads.

    If you downloaded the newest build
    and you want the class back in postbit or postbit_legacy search for
    "<vb:if condition="$post['isfirstshown'] || $post['islastshown']"></vb:if>"
    replace with
    <vb:if condition="$post['isfirstshown'] || $post['islastshown']"> has_ad</vb:if>
    Last edited by Andrew Elkins; Fri 11 Dec '09, 10:55pm.
    Andrew Elkins
    Former vBulletin Developer

    Please do not PM me for support, please use the support system.

    #1 rule before doing anything to a live site, Backup, Test and Re-Test.

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...