Hi,
as it's written in README.txt in "Advanced Theming and other advanced configuration" section, I copied "mailup-subscription-form.tpl.php" and "mailup-subscription.tpl.php" in my active custom theme. My theme is built with Omega 4 and I copied those files a subdir /sites/all/themes/mytheme/templates/mailup/.
I've customised "mailup-subscription.tpl.php" file and everything is fine, but when I've customised "mailup-subscription-form.tpl.php" I don't see my changes.

It seems my custom "mailup-subscription-form.tpl.php" file isn't correctly passed to the theme layer. Could anyone help me?

Cheers.

Comments

robertoperuzzo created an issue. See original summary.

sergiomandrone’s picture

Hi Roberto, I notified our Drupal developers from Commerce Guys to look into your bug report. They should help with troubleshooting the issue with the theme layer.

Best,
Sergio

  • vasike committed 7c749e8 on 7.x-1.x
    Issue #2646834 by robertoperuzzo, vasike: Rename the...

  • vasike committed ab2179d on 7.x-1.x
    Issue #2646834 by robertoperuzzo, vasike: Update README file - Rename...
vasike’s picture

Title: Override mailup-subscription-form.tpl.php » Override for mailup_subscribe_checkbox element template is broken
Version: 7.x-1.3 » 7.x-1.x-dev
Status: Active » Fixed

indeed, the mailup_subscribe_checkbox element template couldn't be overridden.
It seems the template name should be similar with the element name.
In this case:
mailup_subscribe_checkbox (element name) - mailup-subscribe-checkbox(.tpl.php) (template file).

There are commits pushed that should fix this.
Also i added a "Change record" for this change : https://www.drupal.org/node/2648086

@robertoperuzzo : thank you.

sergiomandrone’s picture

Assigned: Unassigned » vasike
Status: Fixed » Closed (fixed)