vBulletin Blog 1.0.5 Released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    vBulletin Blog 1.0.5 Released

    vBulletin Blog 1.0.5 Released

    vBulletin Blog 1.0.5 is a maintenance release to our second vBulletin add-on. It contains a number of bug fixes since the release of 1.0.4. This release will work with vBulletin 3.6.8+ and vBulletin 3.7.0+.

    Some of the bugs fixed include:
    • 24750 - Trackbacks not working
    • 25182 - Imagetags with parameters in blog description won't work
    • 24734 - IP-Link showing even IPs are turned off

    See a full list of bugs fixed between Blog 1.0.4 and 1.0.5

    Upgrading/Installing the Blog

    Upgrades and new installations of the Blog follow the same process: upload the files and import the XML. After this, you will see a message that your upgrade or install was successful. For full instructions on how to upgrade or install, please see this manual entry.

    About the Blog

    vBulletin Blog is a fully featured blogging add-on that enables community members to create their very own online blogs within vBulletin. Giving members a place to post thoughts, ideas and musings will keep users returning to the community again and again, and advanced administration features allow forum owners and moderators to keep control and integrate Blog into vBulletin’s existing look and feel.

    vBulletin Blog makes it simple for community members to create their own space within the community. Getting started is as simple as posting the first message (using the same familiar vBulletin editor). There is no lengthy setup process - blog owners are free to personalise their blog at any time by defining a title and a description that will appear at the top of every blog post.

    vBulletin 3.6.8 or newer is required to install the Blog. vBulletin 3.7.0 requires Blog version 1.0.3 or higher.
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    Templates with Mandatory Changes Since Blog 1.0.4

    A mandatory change indicates that functionality will be explicitly broken if you do not apply this template change. This could be as small as a broken image or as significant as data loss. Always make sure these changes are applied as soon as possible.

    Remember, you only need to manually apply changes to templates that you have explicitly customized. Use the "Find Updated Templates" option and cross reference with this list (if you are upgrading from Blog 1.0.4). We recommend reverting your customized templates and recustomizing them to guarantee you have all the necessary changes.

    The following templates were modified to add the security token. If you customized any of these templates when you upgraded to 3.6.10/3.7.0 RC4, the security token was added to the template as required. However, you should still double check your customized versions, if they are listed as out-of-date.
    • blog_comment_editor
    • blog_cp_manage_categories
    • blog_cp_manage_subscriptions
    • blog_cp_manage_trackbacks
    • blog_cp_modify_options
    • blog_cp_modify_profile
    • blog_cp_new_category
    • blog_edit_trackback
    • blog_entry_editor
    • blog_inlinemod_delete_comments
    • blog_inlinemod_delete_entries
    • blog_inlinemod_delete_profile_comments
    • blog_inlinemod_delete_trackbacks
    • blog_list_comments
    • blog_list_entries
    • blog_manage_attachments
    • blog_navbar_search
    • blog_report_item
    • blog_search_advanced
    • blog_send_to_friend
    • blog_show_entry
    • blog_sidebar_generic
    • blog_sidebar_user
    • blog_subscribe_to_item


    Templates with Non-Mandatory Changes Since Blog 1.0.4
    • blog_entry_profile

      Resolve improper background color.
    • blog_inlinemod_delete_comments

      After
      HTML Code:
      <input type="hidden" name="b" value="$bloginfo[blogid]" />
      Add
      HTML Code:
      <input type="hidden" name="bt" value="$blogtextinfo[blogtextid]" />
    • blog_show_entry

      In the inline moderation section, After
      HTML Code:
      <input type="hidden" name="b" value="$bloginfo[blogid]" />
      Add
      HTML Code:
      <input type="hidden" name="bt" value="$blogtextinfo[blogtextid]" />
    • blog_notify_urls

      Replaced "Notification Urls" with $vbphrase[notification_urls]

    Comment

    • Freddie Bingham
      Former vBulletin Developer
      • May 2000
      • 14057
      • 1.1.x

      #3
      Modified:
      • /
        • blog.php
        • blog_ajax.php
        • blog_attachment.php
        • blog_callback.php
        • blog_external.php
        • blog_inlinemod.php
        • blog_post.php
        • blog_newattachment.php
        • blog_search.php
        • blog_usercp.php

      • admincp
        • blog_admin.php
      • clientscript
        • vbulletin_ajax_blogcalendar.php
        • vbulletin_ajax_bloglatest.php
        • vbulletin_ajax_blograte.php
        • vbulletin_blog_quick_comment.js
        • vbulletin_inlinemod_blog.js
        • vbulletin_quick_comment_blog.js
      • includes
        • blog_functions.php
        • blog_init.php
        • class_bbcode_blog.php
        • class_blog_entry.php
        • class_blog_response.php
        • class_dm_blog.php
        • class_dm_blog_trackback.php
        • xml
          • hooks_vbblog.xml
          • product-vblog.xml

      Comment

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