Search results

  1. João Reis

    how to add attachment via API

    How can I add attachment via php SDK API?
  2. João Reis

    feedbackloop processing

    I have notice 2 things about feedbackloop processing using SMTP: 1 - If I run a external script to automatically unsubscribe the complained message (that runs faster than the mailwizz feedbackloop routine), mailwizz won't count it as a abuse complaint in the statistics. That's ok for me, now I...
  3. João Reis

    error 500 in geo open stats

    here it is: https://mega.nz/#!TYMyDIRC!8PAxQA7fV_gXmdhUUQue-SlS1eJB1zUpK1lS9zep6XI
  4. João Reis

    error 500 in geo open stats

    got this: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /var/www/clients/client1/web132/web/apps/common/framework/collections/CMap.php on line 141 I don't understand why it happend just for BR statistics (or with the "top open" country), even...
  5. João Reis

    error 500 in geo open stats

    I'm getting ERROR 500 when trying to access "Details" from Brazil geo open stats. From other countries it works nice, and the exporting works nice too. no httpd errors logs; no php-fpm logs; display_errors On and E_ALL don't shows nothing; no system logs from mailwizz
  6. João Reis

    monthly plan

    Where can I get the current customer remaining time in the database? I have this information in the UI? Thanks
  7. João Reis

    monthly plan

    Ok I found the answer :rolleyes: , it is in the "quota time value". It would be nice to show the remaining time in the usage dropdown :)
  8. João Reis

    monthly plan

    I have 2 plan types: - per credit - the customer buys credits and this credits keep available for 12 months, if he needs more credit or the credits expires, he will need to renew the plan or buy another plan - per contact - the customer can add for an example, 1000 contacts and send as much as...
  9. João Reis

    Recurring payments - Finally.

    Is the code of this recurring module encoded? Just to confirm, I can use it as base to integrate with other payment gateways, correct? thanks in advance
  10. João Reis

    add piwik tracking code to the system

    I'm getting "Using $this when not in object context in /var/www/clients/client1/web132/web/apps/init-custom.php:46" when trying to use this example, line 46 is: $form = $this->beginWidget('CActiveForm'); I see that I need to learn about Yii framework and mailwizz design for deeper changes, but...
  11. João Reis

    changing the getDnsTxtSpfRecordToAdd()

    I will pay attetion for these hooks... Thats so cool. Thanks
  12. João Reis

    changing the getDnsTxtSpfRecordToAdd()

    I want to change some things in getDnsTxtSpfRecordToAdd(), how can I change it without editing SendingDomain.php, is it possible? Thanks.
  13. João Reis

    add piwik tracking code to the system

    I create a new custom file or just add to init-custom.php?
  14. João Reis

    add piwik tracking code to the system

    Just a question, to add my logo and some custom text in the registration page, is there a dynamic way to do that or just editing register.php? Thanks.
  15. João Reis

    add piwik tracking code to the system

    <!-- Piwik --> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//analytics.intesys.com.br/"...
  16. João Reis

    add piwik tracking code to the system

    Is there a global HEADER / FOOTER that I can add piwik tracking system code? I want to track users behavior from register new account form to inside the system. Thanks.
  17. João Reis

    customization not working or i miss something.

    Ok, I thought it was already possible customize customer / backend natively. With these two themes seems great.
  18. João Reis

    customization not working or i miss something.

    ok, but what about customer / frontend themes?
  19. João Reis

    customization not working or i miss something.

    how can I create a "ready to upload" zipped file from the current theme? It would be good to use the current model to customize my own theme. Thanks.
  20. João Reis

    customization not working or i miss something.

    Can't make backend/index.php/settings/customization work and I want to put my logo to customer login section and in the customer interface. Do I need to hardcode this in the template? The custom-style alternative didn't work and the customization section don't do anything. Thanks in advance.
Back
Top