ims 2.3.9

  1. Bob

    Release Item Management System (IMS) 2.3.9 Released

    Item Management System (IMS) 2.3.9 Released. Important Note: This version of IMS has a minimum XF version requirement of XF 2.3.0 Release Information: Standard license: https://xenaddons.com/products/item-management-system.35/release/2-3-9.1616/ Premium license...
  2. Bob

    Updated Schema Changes/Updates

    // ################################ UPGRADE TO 2.3.9 ################## Schema changes: public function upgrade2030970Step1() { $this->alterTable('xf_xa_ims_category', function (Alter $table) { $table->addColumn('allow_editor_reviews'...
  3. Bob

    Updated Widget Definition: IMS: Latest reviews - New Option Setting - Review Type

    The Widget Definition: "Item Management System: Latest reviews" has been updated to add a new setting 'Review type', which allows you to choose the TYPE of reviews fetched for the widget that you are creating. Example, you might want to create a widget that only fetches Editor Reviews and...
  4. Bob

    Implemented Find New Handler and Read Marking for Reviews

    As per title, I've implemented a Find New Handler and Read Marking for Reviews. There is a new sub nav link titled "New reviews". This takes the viewing user to the "New ims reviews" tab of the XF Whats New System (just like clicking on "New items". Looks just like all the other Whats new...
  5. Bob

    Implemented Editorial (Editor) Reviews

    This feature (along with Review Read Marking and FindNew Handler for Reviews) was sponsored by @Ludachris As per title, I've implemented Editor Reviews in IMS (same popular feature as implemented in RMS). This popular feature allows Content Owners (including Co-owners and Contributors) to...
Back
Top