Search results

  1. S

    Customer theme style

    How to remove bootstrap, adminlte and fontawesome css style from customer theme without removing all styles? 'bootstrap.min.css' => false; not working
  2. S

    Campaign filter

    Hey, I'm reworking admin theme and trying to simplify everything. I want to filter campaign status in tree menu links : Sent, draft and outbox Outbox must filter these campaign types pending-sending, processing and sending. How to do this? Not working example...
  3. S

    Closed

    Closed
  4. S

    Template problem

    Worked! Thanks. You are awesome
  5. S

    Template problem

    I copyed List_subscribersController.php from apps/customer/controllers and added to my theme controller folder Added this line in NameTheme.php // override default list subscriber controller Yii::app()->controllerMap['list'] = array( 'class' =>...
  6. S

    Drag and drop extension

    Hey everyone. I'm looking for drag and drop extension. Once twisted1916 was shared demo of drag and drop editor extension, but can't find this file. Maybe someone have extension file and can share with me :) I'm looking for learning purpose to integrate mosaico drag and drop editor.
  7. S

    Domain language

    If I use same ip two domians on same maillwizz app with one license will be ok?
  8. S

    Template problem

    Can you pull list subscribers table structure to view folder? apps/customer/controllers/List_subscribersController.php to customer/themes/my-template/views/list_subscribers/_list.php I cant edit or style this table without edditing system files :( Or maybe I can overridde...
  9. S

    Domain language

    License is not a problem. But as I can see in https://www.mailwizz.com/customer/licenses/index there is only ip address :( I dont want to use seperate mailwizz sites if i can use all in one :)
  10. S

    Domain language

    I want to change mailwizz default language by domain. if maillwizz.com show english language if maillwizz.de show german language :)
  11. S

    Domain language

    Hey I want to add second domain for my mailwizz app. (ex. mailwizz.com and mailwizz.de on top) But i need to change default mailwizz language. Is it possible?
  12. S

    field-builder on template

    Hey I'm creating frontend template and I don't want to edit system files. Can I copy and change field-builder in theme folder?
  13. S

    Cant add Mailgun delivery server

    Created Mailgun account, activated account and domain dns records. got api IP Address 209.XX.XXX.XX SMTP Hostname smtp.mailgun.org Default SMTP Login postmaster@xxxxxx.com Default Password xxxxxxxxxxxxxxxxxxxxxxxx Manage SMTP credentials API Base URL https://api.mailgun.net/v3/xxxxxx.com API...
  14. S

    [theme] Changing views path

    Thank you. Working
  15. S

    [theme] Changing views path

    Have one more question how to change widget path? like: <?php $this->widget('customer.components.web.widgets.LeftSideNavigationWidget');?>
  16. S

    [theme] Changing views path

    Thank you. It's working :)
  17. S

    [theme] Changing views path

    Thanks. Nice theme but this works only in frontend :) Maybe I can find theme for customer with custom module views from /apps/customer/views/
  18. S

    [theme] Changing views path

    I creating new theme and I want to override module views without editing script files from: /apps/customer/views/ to: /customer/themes/MyThemename/views/ Is this possible?
Back
Top