![]() |
![]() ![]() ![]() ![]() |
|
vBulletin Suite 4.2.6 - PHP 7.2
Forum, CMS, Blogs
PHP Compatibility The software has been updated to be compatible with PHP 7.2.0 The software has been updated to be compatible with PHP 7.3.0 The software has been updated to be compatible with MySQL 8 Template Updates activitystream_album_album activitystream_album_comment activitystream_album_photo activitystream_blog_comment activitystream_blog_entry activitystream_calendar_event activitystream_cms_article activitystream_cms_comment activitystream_date_group activitystream_forum_post activitystream_forum_thread activitystream_forum_visitormessage activitystream_photo_date_bit activitystream_socialgroup_discussion activitystream_socialgroup_group activitystream_socialgroup_groupmessage activitystream_socialgroup_photo activitystream_socialgroup_photocomment blog_entry blog_entry_deleted blog_entry_featured blog_entry_ignore blog_entry_profile blog_show_entry CALENDAR_REMINDER forumhome_forumbit_level1_post help_bbcodes humanverify_question memberaction_dropdown MEMBERINFO memberinfo_themerow moderation_attachments moderation_picturecomments moderation_visitormessages modifyoptions modifyusercss_backgroundrow pagenav picturecomment_message pm_newpm postbit postbit_legacy postbit_lite search_threadbit socialgroups_message threadadmin_movethread userinfraction vbcms_content_article_inline vbcms_content_section_inline vbcms_content_staticpage_inline vbcms_edit_categorybit vbcms_postbit vbcms_postbit_ignore vbcms_postbit_ignore_global vbcms_postbit_legacy vbcms_searchresult_socialgroup WHOSONLINE + mobile templates [MORE="Drag and Drop plugin"] Newer forums (new install) have this set by default. First, login to your Admin CP and go to vBulletin Options -> vBulletin Options -> User Registration Options, scroll down to Message Editor Interface and switch it to Show Enhanced (WYSIWYG) Editor Toolbar. Save - this will set it as the default for new users. Next, to change the setting for existing users, go to Maintenance -> Execute SQL Query. Under Automatic Query scroll to the bottom and select Show Enhanced (WYSIWYG) Editor Toolbar. Click continue, and you’re done. If it tells you that you don’t have access to execute SQL queries you need to open up your includes/config.php file and change the setting for “$config[‘SpecialUsers’][‘canrunqueries’] = ”;” to include your user id. For example, if your user id is 1 you would change the line to read… $config[‘SpecialUsers’][‘canrunqueries’] = ‘1’;[/MORE] System Requirements Minimum PHP Version: 5.6.0 Minimum MySQL Version: 5.5.8 Here is a code change for PHP 7 but you don't necessarily need it. System requirements rise to PHP 7.0 with this change. It fixes errors in acp with style variables. includes/init.php // $new_datastore_fetch does not require single quotes $new_datastore_fetch = $datastore_fetch = array(); ($hook = vBulletinHook::fetch_hook('init_startup')) ? eval($hook) : false; // $new_datastore_fetch does not require single quotes $new_datastore_fetch = $datastore_fetch = array(); if(!defined('THIS_SCRIPT')) /* PHP 7.2 FIX */ define('THIS_SCRIPT', 'THIS_SCRIPT'); ($hook = vBulletinHook::fetch_hook('init_startup')) ? eval($hook) : false; Last edited by Meister2019; 05-21-19 at 07:16 PM.
Quote
|
New Thread Post Reply |
Thread Tools | |
|
|
|