ld 2.3.7

  1. Bob

    Updated Schema Changes/Updates

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

    Implemented Featured Content Handler for Link Directory Items

    As per title, I've implemented a Featured Content Handler for the content type xa_ld_item. This means that process of featuring/unfeaturing Link Directory content is now 100% handled by the Core XF Featured Content Handler. You can use the Core XF Featured Content Widget Definition to create...
Back
Top