Search

am having an event where am inserting the entries into 2 sections, i want to set $eParamFILTERS for one section entries on how to do this

<?php

    require_once(TOOLKIT . '/class.event.php');

    Class eventleader extends Event{

        const ROOTELEMENT = 'leader';
           private static $source = 150;
        public $eParamFILTERS = array(
            'send-email',
                'expect-multiple'
        );


        public static function getSource(){
             return self::$source;
        }

        public static function allowEditorToParse(){
            return true;
        }


public function load(){
            if(isset($_POST['action']['leader'])) return $this->__trigger();
        }

        protected function __trigger(){

                 $_POST['fields']['member-leader'] = "testing";
         include(TOOLKIT . '/events/event.section.php');
        self::$source = 151; //section2 id

        include(TOOLKIT . '/events/event.section.php');
        return $result;
        }

    }

i want to set "expect-multiple" for section id 150 alone how to achieve this

any help or guidance

Expect multiple is for multiple entries in the same section, not for posting entries in two sections. Have you seen the Event Ex extension?

yeah i know that actually i have two section , "leader" and "members of the leader" and in a form i have to add one leader and multiple "members of the leader" using a single event so that i have to set expect-multiple for "members of the leader" section how to achieve this ?

i followed this post http://getsymphony.com/discuss/thread/51774/

and inserted multiple sections,

now i need is insert multiple entries in one section, and single entry in one section when an event is triggered

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details