ims 2.3.7

  1. Bob

    Updated Schema Changes/Updates

    // ################################ UPGRADE TO 2.3.7 ################## Schema changes: public function upgrade2030770Step1() { $this->alterTable('xf_xa_ims_category', function (Alter $table) { $table->addColumn('auto_feature'...
  2. Bob

    Implemented Featured Content Handlers for IMS Items and IMS Series

    As per title, I've implemented Featured Content Handlers for the content types ims_item & ims_series. This means that process of featuring/unfeaturing IMS content is now 100% handled by the Core XF Featured Content Handler. You can use the Core XF Featured Content Widget Definition to create...
  3. mysiteguy

    Fixed Installation error

    Hi Bob, I installed the latest version of IMS today in order to make a custom importer for a client. The installation initially failed due to an error: src/addons/XenAddons/IMS/Install/Data/MySql.php Line 41 of the code is missing an ending semi-colon. I added and the installation...
Back
Top