vBulletin 5.3.1 Connect is now available.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73927

    vBulletin 5.3.1 Connect is now available.

    vBulletin 5.3.1 is now available.

    Support for Large Forums
    In the past, there have been some performance issues with sites that have a very large number of Forum Channels (200+) and a large number of custom usergroups. In vBulletin 5.3.1, we have refactored how permissions are stored in the datastore and loaded into memory when people visit your site. This has allowed us to increase performance by an order of magnitude while lowering the required amount of memory to process each page. For more information see VBV-14871

    Administrator and Moderator Security
    We take the security of your site very seriously. Over the years we have introduced a number of technologies to keep your site secure from exploits. Recently in 5.3.0, we introduced Two-Factor Authorization for Administrators and Moderators. In 5.3.1, we are introducing the ability to restrict the ability of Administrators and Moderators by IP Address as well. By entering a series of IP addresses in your configuration file, you can restrict these areas to the individuals with those addresses.

    To configure this for your site, edit your /core/includes/config.php and alter these values:
    Code:
    //  ***** RESTRICT ADMINCP/MODCP ACCESS BY IP *****
    //  You can provide a list of IP addresses that can access the AdminCP. This can increase security of your site.
    //  Enter IP Addresses (XXX.XXX.XXX.XXX) separated by a comma. An Empty value disables this feature.
    $config['Security']['AdminIP'] = '';
    
    //  You can provide a list of IP addresses that can access the ModCP. This can increase security of your site.
    //  Enter IP Addresses (XXX.XXX.XXX.XXX) separated by a comma. An Empty value disables this feature.
    $config['Security']['ModIP'] = '';
    If you're using an older version of the config.php file, you can copy these from your /core/includes/config.php.new file or copy the code above. If you do not know what your IP Address is, you can see it by typing "What is my IP?" into Google.

    Route by Node
    An option has been added to create URLs on your site by Node ID instead of relying on title text. This is primarily in place to allow foreign language sites to access URLS that are not currently accessible due to encoding issues. You can find this option in the AdminCP under Settings -> Options -> Site Name / URL / Contact Details. Set the Route Channels and Conversations by Node ID to Yes.


    MAPI Update
    We have updated the vBulletin 5 Mobile API to handle Articles and Events. Once this is supported in the Mobile Apps, your users will have access to this content.

    MySQL Version Update
    Please note that MySQL 5.1.15 is an old version of the software and no longer under direct support. In vBulletin 5.3.2, we will be increasing the required version of MySQL and MariaDB to 5.5.X. This will provide customers with an additional performance boost and most servers have most likely updated. There are no immediate database changes planned to support this change. We will provide further information as it becomes available.

    Cloud Upgrades
    Upgrades for vBulletin Cloud sites will be scheduled as soon as possible. Site owners will be notified by email before their site is upgraded.

    System Requirements
    Minimum PHP Version: 5.6.0
    Minimum MySQL Version: 5.1.15

    Recommended PHP Version: 7.1 or higher
    Recommended MySQL Version: 5.7.0 or higher
    Recommended MariaDB Version: 10+

    Current Version Support Schedule:
    • Active Version - 5.3.1
    • Security Patch - 5.3.0
    • Security Patch - 5.2.6
    • No Patch Release - 5.2.5 or earlier.


    Discussion
    If you have any questions about these changes you may discuss them here: https://www.vbulletin.com/forum/node/4369308
    Last edited by Wayne Luke; Wed 31 May '17, 8:34am.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73927

    #2
    Feature Request

    • [VBV-16464] - Add option to route by node.
    • [VBV-16819] - Restrict AdminCP/ModCP to specific IP Addresses.
    • [VBV-16882] - Add option to set the date format for the large date that's displayed in the Upcoming events module
    Improvement Request

    • [VBV-2309] - Collapsed modules doesn't remain collapsed after refresh
    • [VBV-14291] - Allow swiping left or right to move through a Lightbox presentation on touch devices.
    • [VBV-16384] - Username is not written beside the users Avatar in vb messenger. Difficult figure out members username on mobile screen.
    • [VBV-16482] - Tapping navbar icon on mobile should collapse menu if open
    • [VBV-16961] - Replace "|" with "-" to prevent %7C showing in the URL of new Topics
    • [VBV-17012] - Pass Event data via MAPI
    • [VBV-17035] - Stylevars define image path for main sprite image sprite_icons_vb
    • [VBV-17051] - Update Facebook OpenGraph to version 2.8
    • [VBV-17076] - Rename Forum Permissions to "Channel Permissions" on Channel Permission Page
    • [VBV-17100] - If JSON is entered in the Navigation Bar / Footer tool, automatically encode quotes on save.
    • [VBV-17112] - CSS Rollups... Store CSS as Files in fewer files to reduce server requests.
    • [VBV-17114] - Refactor how notifications check the source node contenttype and channel type
    • [VBV-17141] - Consider restoring a focal point in the upcoming events module
    • [VBV-17161] - Maximum Images / Videos Per Post should be set to 0 or removed.
    • [VBV-17167] - Rename "Search Engine Verification" options group to "Search Engine Tools"
    • [VBV-17181] - Add GD_Resize_Quality config value as admincp option instead
    • [VBV-17197] - Use vBulletin.isRtl where we need it
    • [VBV-17211] - Groups - Default tab should be "Groups"
    • [VBV-17291] - Change default "views" sorting for MAPI search_process to "replies" or "votes", from "relevance"
    Task

    • [VBV-16991] - Need to implement MAPI CMS methods in vB 5
    • [VBV-17124] - Verify that GD & imagemagick's gif re-write will destroy php code in GIFs
    • [VBV-17184] - Sync Final Upgrade step changes from 3.8.10, 3.8.11, 4.2.4 & 4.2.5 into vB5
    • [VBV-17267] - Update install version to php5.6
    • [VBV-17279] - CMS MAPI - content_[nodeid]_view?do=apply is missing 'publish_now' field for save as draft.
    Bug

    • [VBV-1156] - Flagging a post with no reason text is not printing validation error message
    • [VBV-1356] - Comment won't allow me to post code - anything between < and > is stripped
    • [VBV-2160] - (Porting from vB4) Possiblity to use {relpath} in custom BB codes is not documented
    • [VBV-2172] - (Porting from vB4) vBulletin ignores HTTP protocol version
    • [VBV-2210] - (Porting from vB4) Documentation Issue - Error message while successfully uploading avatar/profile picture
    • [VBV-2214] - (Porting from vB4) exec_header_redirect missing shutdown
    • [VBV-2228] - (Porting from vB4) 'Fixed' list of options in stylevars
    • [VBV-2284] - (Porting from vB4) Prevent email attack on db server going away
    • [VBV-2292] - (Porting from vB4) get_style_export_xml() should throw an exception instead of directly generating an error message
    • [VBV-2348] - (Porting from vB4) Check files and warn users before running the upgrade script
    • [VBV-2357] - (Porting from vB4) IP Ban should work on both main and alt_ip.
    • [VBV-2361] - (Porting from vB4) Unreadable text in stylevar manager
    • [VBV-2363] - (Porting from vB4) Template merge should be optional
    • [VBV-2364] - (Porting from vB4) Custom StyleVars not removed after product uninstall
    • [VBV-2368] - (Porting from vB4) "Find Orphan StyleVars" Tools to Remove Unused Stylevars
    • [VBV-2370] - (Porting from vB4) Viewing template history side by side shows right side without line breaks
    • [VBV-2381] - (Porting from vB4) Templates with "error" can not be saved! Continue option is not working as intended
    • [VBV-2394] - (Porting from vB4) Rebuild Custom Avatar Thumbnails does not warn of a directory write permission error but Rebuild Avatar Thumbnails does
    • [VBV-2397] - (Porting from vB4) Template group names in downloaded style are in the language used at the download time
    • [VBV-2399] - (Porting from vB4) User promotion does not respect undeletable users in config.php
    • [VBV-2403] - (Porting from vB4) Maximum Images/Videos Admin Help Has Outdated Info
    • [VBV-2405] - (Porting from vB4) Wrong version displayed when a version is specified in the URL
    • [VBV-2407] - (Porting from vB4) If stylevar has option to add url make a hint for url() in style description
    • [VBV-2409] - (Porting from vB4) Stylevars: when you press enter it automatically change the color value to 'transparent' instead submit the form (only in stylevars that contain color picker)
    • [VBV-2410] - (Porting from vB4) User Promotion Cron Job does not catch all users
    • [VBV-2412] - (Porting from vB4) Font Size value of stylevars defaults to 0 if field is left empty
    • [VBV-3416] - Style Variable Editor - Preview Box not working for some stylevars
    • [VBV-5570] - Uploading non-image files aren't brining up error messages.
    • [VBV-7898] - "Latest Activity" orders by original posting date rather than by last post
    • [VBV-8064] - Can't right click in the header on phone
    • [VBV-9668] - Many attached photos to a post overflow the forum layout
    • [VBV-9998] - Uploading an image type attachment over the limits fails silently without error message
    • [VBV-10386] - Admin CP -> Users -> Generate Mailing List - Function does not filter by specified secondary usergroups
    • [VBV-11903] - /settings/ should not show an invalid page, it should redirect to the settings page
    • [VBV-12742] - Null / blank phrases in Javascript in iOS
    • [VBV-12744] - Can't post a topic from the preview dialog (iOS / responsive)
    • [VBV-12745] - Can't unsubscribe from a topic in mobile/responsive (iOS / responsive)
    • [VBV-12765] - Guest Posts cannot be edited
    • [VBV-12961] - quickSave
    • [VBV-12971] - Display order always set to 0 when you leave it blank for styles
    • [VBV-14105] - Private messages: post icon has no effect
    • [VBV-14318] - When inserting PDF attachment into post a broken image is displayed after the post is saved
    • [VBV-14496] - First click on content slider in iOS does not activate links (only shows the mouseover UI)
    • [VBV-14549] - If using sigpics in your signature, they only show for the Original Poster
    • [VBV-14807] - Undefined offset: 125 in /core/vb/wysiwyghtmlparser.php on line 556
    • [VBV-14871] - Cloud Customer is unable to save user permission changes
    • [VBV-15347] - User Title Set in the AdminCP should not trigger the 25 character limit error.
    • [VBV-15630] - jpg images less than the max width and height specified in attachment types manager break when resized to small or medium when inserting into posts
    • [VBV-16066] - System does not warn users about reaching upload file size limit
    • [VBV-16286] - Guests cannot view guest posts
    • [VBV-16430] - Back to blogs button doesn't fit (responsive)
    • [VBV-16433] - Responsive - Dialogs don't fit in viewport
    • [VBV-16434] - Latest Group Topics modules displays incorrect "View All" button style in responsive
    • [VBV-16435] - Sidebar module content is flush with the side/border of the module and doesn't look good (responsive)
    • [VBV-16440] - vBulletin.phrase tries to continually re-cache uncachable (non-existent) phrases (also applies to vBulletin.options)
    • [VBV-16453] - The show "All" and "My Groups" buttons don't fit in toolbar (Responsive)
    • [VBV-16604] - vBForum:rebuildLanguage problems
    • [VBV-16812] - Custom logo gets black background.
    • [VBV-16827] - Remove the .vb-icon classes & system, and use .b-icon instead
    • [VBV-16830] - Simplify RTL handling of pagination arrows in toolbar
    • [VBV-16938] - User Profile Field Manager -> Edit Field -> Display Page should be removed.
    • [VBV-16942] - Check if we need to add the Event content type various places where we have a list or series of the other content types
    • [VBV-16950] - Improper error message returned if image cannot be resized.
    • [VBV-16955] - After editing topic via Edit Topic in administrative menu all tags will be deleted
    • [VBV-17003] - Fullscreen YouTube video viewing is disabled.
    • [VBV-17045] - No way to insert images as inline elements.
    • [VBV-17069] - Tools.php returns an error 500 if install folder (class_upgrade.php) doesn't exist
    • [VBV-17078] - Undefined offset notices in widget API
    • [VBV-17079] - Cleanup template notices milestone 31
    • [VBV-17080] - Home page breadcrumbs
    • [VBV-17081] - Typo in user API save
    • [VBV-17083] - Sprite image bleed in Responsive on the Settings => Notifications tab
    • [VBV-17088] - Remove obsolete code from m31
    • [VBV-17090] - Cannot remove stylevar inheritance without changing static value
    • [VBV-17095] - Disabling post comments prevents users flagging posts
    • [VBV-17097] - Remove Object.keys fallback
    • [VBV-17101] - Missing phrase in the usergroup manager
    • [VBV-17104] - "Can create report" seems to be turned on by default for the default forum
    • [VBV-17115] - Remove switch statement for finding content type tables when copying a node
    • [VBV-17121] - Don't write out css files that are part of rollups
    • [VBV-17131] - JPEG rewrite with GD can result in higher filesize than uploaded
    • [VBV-17136] - Unable to upload XPS document file
    • [VBV-17138] - Remove obsolete eaccelerator datastore implementation
    • [VBV-17139] - User search has the wrong count
    • [VBV-17140] - Missing "/admincp" in link in no_prefix_sets_defined_click_create phrase
    • [VBV-17148] - Enabling products in AdminCP disable phrase display for latest module in page
    • [VBV-17152] - Smilies behave inconsistently with Min Characters Per Post setting
    • [VBV-17165] - Bad display when loadheader triggers without a valid security token
    • [VBV-17171] - Deprecated Calls in vb_test.php
    • [VBV-17172] - vb_test.php needs php version updated to 5.6.0
    • [VBV-17174] - Orphan .vb-icon-ctrl-reply class
    • [VBV-17185] - Remove unused .vb-icon classes
    • [VBV-17186] - Remove obsolete references to 'post-controls'
    • [VBV-17187] - Manual MFA secret should be displayed in unambiguous font
    • [VBV-17190] - Warning when database is turned off
    • [VBV-17191] - Undefined index: filedataid in createcontent.php on line 1014 when saving link post with thumbnail without attach space
    • [VBV-17194] - Correct usergroup additional user count algorithm
    • [VBV-17195] - Swiping an image in the lightbox all the way to the edge of the screen causes it to not work.
    • [VBV-17196] - MFA phrase "QR code to the right" -- but the code is to the left
    • [VBV-17198] - Wrong controller for options fetch in app light
    • [VBV-17199] - Image Dialog error messaging issues
    • [VBV-17205] - Remove unnecesary check on title length from usersettings.js
    • [VBV-17208] - AdminCP login with board turned off returns error message.
    • [VBV-17215] - Clean up user signature test
    • [VBV-17222] - Verbose database error log report
    • [VBV-17223] - Site builder can break the whole system with localStorage
    • [VBV-17224] - reportitem_newpost_gemailbody includes BBCode in text.
    • [VBV-17229] - Invalid parameter passed to call_user_func_array when opening photo album (regression)
    • [VBV-17236] - Link Content doesn't handle UTF-8 well in URL or description.
    • [VBV-17240] - Fix search for Popular tab
    • [VBV-17241] - "PHP Fatal error: The requested language does not exist, reset via tools.php. in /core/vb/session.php on line 786" when trying to load tools.php
    • [VBV-17245] - forum_rules_registration appears unused.
    • [VBV-17258] - Various pieces of Javascript functionality are broken in iOS private mode
    • [VBV-17262] - Any missing file breaks installer
    • [VBV-17264] - "Done" button at the end of Delete Orphan Phrases leads to invalid page URL
    • [VBV-17265] - Quota error messages during upload failure via Image dialog double-escapes HTML entities
    • [VBV-17266] - Problems with upgrade unit test with utf8mb4
    • [VBV-17268] - Clean up fetchPhrasesForDisplay
    • [VBV-17269] - Activity page on mobile app doesn't show Articles
    • [VBV-17274] - Fatal error on upgrade when having old stylevars
    • [VBV-17281] - Strict standards: Declaration of vB_Datastore_Memcached::build() should be compatible with vB_Datastore::build()
    • [VBV-17289] - Empty phrases
    • [VBV-17299] - Cannot remove added modules via sitebuilder
    • [VBV-17316] - Wrong published time of Articles created or edited by Mobile apps
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • Wayne Luke
      vBulletin Technical Support Lead
      • Aug 2000
      • 73927

      #3




      Template Updates
      contententry 5.3.1 Alpha 1
      pmchat_chatwindow__entry 5.3.1 Alpha 1
      privatemessage_newpm 5.3.1 Alpha 1
      widget_pagetitle 5.3.1 Alpha 1
      widget_search_criteria 5.3.1 Alpha 1
      bare_footer 5.3.1 Alpha 2
      bbcode_quote 5.3.1 Alpha 2
      blogadmin_header 5.3.1 Alpha 2
      conversation_toolbar 5.3.1 Alpha 2
      css_b_button.css 5.3.1 Alpha 2
      css_b_editor.css 5.3.1 Alpha 2
      css_b_event.css 5.3.1 Alpha 2
      css_b_form_select.css 5.3.1 Alpha 2
      css_help.css 5.3.1 Alpha 2
      css_jquery_selectBox.css 5.3.1 Alpha 2
      css_message_center.css 5.3.1 Alpha 2
      css_profile.css 5.3.1 Alpha 2
      display_contenttype_searchwidget_Event 5.3.1 Alpha 2
      give_infraction_form 5.3.1 Alpha 2
      module_title 5.3.1 Alpha 2
      pseudowidget_warnings 5.3.1 Alpha 2
      sgadmin_header 5.3.1 Alpha 2
      widget_activitystream 5.3.1 Alpha 2
      widget_articledisplay 5.3.1 Alpha 2
      widget_blogchanneldisplay 5.3.1 Alpha 2
      widget_bloghome 5.3.1 Alpha 2
      widget_channeldisplay 5.3.1 Alpha 2
      widget_cmschanneldisplay 5.3.1 Alpha 2
      widget_conversationdisplay 5.3.1 Alpha 2
      widget_search_results 5.3.1 Alpha 2
      widget_sgchanneldisplay 5.3.1 Alpha 2
      widget_sghome 5.3.1 Alpha 2
      conversation_footer 5.3.1 Alpha 3
      css_b_gallery_thumbnail_list.css 5.3.1 Alpha 3
      css_b_icon.css 5.3.1 Alpha 3
      css_global.css 5.3.1 Alpha 3
      css_responsive.css 5.3.1 Alpha 3
      css_sitebuilder.css 5.3.1 Alpha 3
      display_contenttype_conversationreply_Event 5.3.1 Alpha 3
      display_contenttype_conversationreply_Gallery 5.3.1 Alpha 3
      display_contenttype_conversationreply_Infraction 5.3.1 Alpha 3
      display_contenttype_conversationreply_Link 5.3.1 Alpha 3
      display_contenttype_conversationreply_Photo 5.3.1 Alpha 3
      display_contenttype_conversationreply_Poll 5.3.1 Alpha 3
      display_contenttype_conversationreply_Text 5.3.1 Alpha 3
      display_contenttype_conversationreply_Video 5.3.1 Alpha 3
      display_contenttype_searchwidget_item_footer 5.3.1 Alpha 3
      footer 5.3.1 Alpha 3
      header 5.3.1 Alpha 3
      usersettings_mfa 5.3.1 Alpha 3
      usersettings_subscriptions 5.3.1 Alpha 3
      css_b_toggle_slider.css 5.3.1 Alpha 4
      css_utilities.css 5.3.1 Alpha 4
      pagenavnew 5.3.1 Alpha 4
      pagenavnew_client 5.3.1 Alpha 4
      pagenavpm 5.3.1 Alpha 4
      pmchat_chatwindow__post_template 5.3.1 Alpha 4
      privatemessage_listdeletedItems_toolbar 5.3.1 Alpha 4
      privatemessage_listfolder_toolbar 5.3.1 Alpha 4
      privatemessage_listinfractions_toolbar 5.3.1 Alpha 4
      privatemessage_listnotifications_toolbar 5.3.1 Alpha 4
      privatemessage_listpending_toolbar 5.3.1 Alpha 4
      privatemessage_listrequests_toolbar 5.3.1 Alpha 4
      privatemessage_listsent_toolbar 5.3.1 Alpha 4
      privatemessage_report_toolbar 5.3.1 Alpha 4
      privatemessage_subscribedchannels_toolbar 5.3.1 Alpha 4
      privatemessage_subscribedposts_toolbar 5.3.1 Alpha 4
      privatemessage_subscribers_toolbar 5.3.1 Alpha 4
      privatemessage_trash_toolbar 5.3.1 Alpha 4
      profile_media 5.3.1 Alpha 4
      Translations provided by Google.

      Wayne Luke
      The Rabid Badger - a vBulletin Cloud demonstration site.
      vBulletin 5 API

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73927

        #4
        Updated Phrases
        navbar_articles 5.3.1
        navbar_blogs 5.3.1
        navbar_calendar 5.3.1
        navbar_create_a_new_blog 5.3.1
        navbar_create_a_new_group 5.3.1
        navbar_home 5.3.1
        navbar_member_list 5.3.1
        navbar_newentries 5.3.1
        navbar_newtopics 5.3.1
        navbar_social_groups 5.3.1
        navbar_todays_posts 5.3.1
        navbar_whos_online 5.3.1
        background_image 5.3.1 Alpha 1
        forum_permissions 5.3.1 Alpha 1
        forumpermission_edit_quickforum_vbforum_report_text 5.3.1 Alpha 1
        message_too_long 5.3.1 Alpha 1
        php_max_post_size_exceeded 5.3.1 Alpha 1
        please_enter_a_value 5.3.1 Alpha 1
        bbcode_quotes_gfaqtext 5.3.1 Alpha 2
        eventdateformat_override 5.3.1 Alpha 2
        language_add_edit_settings_eventdateformatoverride_text 5.3.1 Alpha 2
        language_add_edit_settings_eventdateformatoverride_title 5.3.1 Alpha 2
        no_attach_perms_for_x 5.3.1 Alpha 2
        no_prefix_sets_defined_click_create 5.3.1 Alpha 2
        options_options_eventdateformat_text 5.3.1 Alpha 2
        options_options_eventdateformat_title 5.3.1 Alpha 2
        setting_calformat1_desc 5.3.1 Alpha 2
        setting_calformat2_desc 5.3.1 Alpha 2
        setting_eventdateformat_desc 5.3.1 Alpha 2
        setting_eventdateformat_title 5.3.1 Alpha 2
        setting_maximages_desc 5.3.1 Alpha 2
        settinggroup_search_engine_verification 5.3.1 Alpha 2
        stylevar_imgdir_spriteiconsvb_description 5.3.1 Alpha 2
        stylevar_imgdir_spriteiconsvb_name 5.3.1 Alpha 2
        unable_to_resize_image 5.3.1 Alpha 2
        unable_to_resize_image_dimensions_too_large 5.3.1 Alpha 2
        unable_to_resize_image_resize_disabled 5.3.1 Alpha 2
        unable_to_resize_image_resize_type 5.3.1 Alpha 2
        unable_to_resize_image_unknown_type 5.3.1 Alpha 2
        upload_exceeds_dimensions 5.3.1 Alpha 2
        upload_file_exceeds_limit 5.3.1 Alpha 2
        upload_file_exceeds_limit_bytes 5.3.1 Alpha 2
        upload_file_failed_php_error_x 5.3.1 Alpha 2
        upload_quota_exceeded_global 5.3.1 Alpha 2
        upload_quota_exceeded_usergroup 5.3.1 Alpha 2
        upload_quota_near_global 5.3.1 Alpha 2
        upload_quota_near_usergroup 5.3.1 Alpha 2
        upload_quota_reached_global 5.3.1 Alpha 2
        upload_quota_reached_usergroup 5.3.1 Alpha 2
        uploaded_jpeg_may_be_larger 5.3.1 Alpha 2
        mfa_configure_app_instructions 5.3.1 Alpha 3
        options_options_gdresizequality_text 5.3.1 Alpha 3
        options_options_routebynode_text 5.3.1 Alpha 3
        reportpost_gemailbody 5.3.1 Alpha 3
        reportpost_newthread_gemailbody 5.3.1 Alpha 3
        reportpost_newthread_gemailsubject 5.3.1 Alpha 3
        setting_gdresizequality_desc 5.3.1 Alpha 3
        setting_gdresizequality_title 5.3.1 Alpha 3
        setting_routebynode_desc 5.3.1 Alpha 3
        setting_routebynode_title 5.3.1 Alpha 3
        bb_code_explanations 5.3.1 Alpha 4
        custom_avatarpath_not_writable 5.3.1 Alpha 4
        deleted_orphan_stylevars_successfully 5.3.1 Alpha 4
        error_posting_comment_code 5.3.1 Alpha 4
        function_removes_orphan_stylevars 5.3.1 Alpha 4
        options_options_maximages_text 5.3.1 Alpha 4
        options_options_maximages_title 5.3.1 Alpha 4
        options_options_safeupload_text 5.3.1 Alpha 4
        options_options_tmppath_text 5.3.1 Alpha 4
        orphan_stylevar_deleted 5.3.1 Alpha 4
        remove_orphan_stylevars 5.3.1 Alpha 4
        setting_safeupload_desc 5.3.1 Alpha 4
        stylevar_special_templates 5.3.1 Alpha 4
        options_options_gdresizequality_title 5.3.1 Beta 1
        options_options_routebynode_title 5.3.1 Beta 1
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        Related Topics

        Collapse

        Working...