rms 2.3.2

  1. Bob

    Updated Schema Changes/Updates

    // ################################ UPGRADE TO 2.3.2 ################## Schema changes: public function upgrade2030270Step1() { $this->createTable('xf_xa_rms_website_url_check_log', function(Create $table) { $table->addColumn('website_url_check_log_id'...
  2. Bob

    Implemented Featured Content Handlers for RMS Items, RMS Events and RMS Reviews

    As per title, I've implemented Featured Content Handlers for the content types rms_item, rms_event & rms_review. This means that process of featuring/unfeaturing RMS content is now 100% handled by the Core XF Featured Content Handler. You can use the Core XF Featured Content Widget Definition...
  3. Alpha1

    Fixed LogicException: Macro public:xa_rms_widget_items_macros :: items_carousel_simple() error: Macro argument itemType is required and no value was provide

    I create a widget to display RMS items in forum. Widget definition: Review Management System: Latest items Position: Thread view: Above messages Display condition: $xf.reply.containerKey == 'node-27' Sort order: views Item types: Item max entries: 5 Display style: simple carousel. (I think it...
Back
Top