Search results

  1. P

    Rewrite controller's methods

    Hello! I want to rewrite init() methods from several controllers, for ex. Api_keysController I want to add condition like this: if (Yii::app()->options->get('system.common.api_status') != 'online' || Yii::app()->customer->getId() != 1) How can I use extension for this? Because I should use more...
  2. P

    Don't show Messages

    Hello! After installing Mailwizz I can not see All Messages or particular Message. It show this error: http://take.ms/Y94jv In apps/common/runtime/application.log it write this: 2016/05/04 09:12:19 [error] [exception.CException] exception 'CException' with message 'Property...
  3. P

    Auto login

    Thanks you very much! It's really useful links! CORS mega cool trick! If someone need details how to set up crossdomain login in Mailwizz, don't be shy to ask me.
  4. P

    Auto login

    Hmmm... Ok, jsonp allow to access to other domain. But how I understand, it is just GET request. And for login used POST request from form. Maybe I'm not know something about jsonp... Can you explain me, please?
  5. P

    Auto login

    Hello again! It's changed our requires. And now we need deploy MailWizz on different domain. So, we cannot use ajax in this case... Can you advise something? Thanks!
  6. P

    Auto login

    Great! Thank you very much. Will try to do this.
  7. P

    Auto login

    Hello! I'm try to integrate MailWizz in our product and want to include auto login to Customer Area for our customers (when they logged in on our site, they don't need to write login/pass for enter in MailWizz). Please, can you tell how to do it? Need I use cookies? Or I can use some link? Thanks!
Back
Top