Email Customizer [Deleted]

Status
Not open for further replies.
Upgraded to 0.0.4 and now seeing this error when trying to import from my current forum style. After upgrading to 0.0.3, I noticed I seemed to have lost my site logo on emails and was trying to re-import using the latest version to see if that fixed my issue.

upload_2016-3-1_10-52-47.webp
 
Looks like you didn't update add-on. After replacing files you need to update add-on in admin panel -> add-ons. Click "Controls" button for add-on, select option to upgrade add-on, upload addon-emailCustomizer.xml
 
Looks like you didn't update add-on. After replacing files you need to update add-on in admin panel -> add-ons. Click "Controls" button for add-on, select option to upgrade add-on, upload addon-emailCustomizer.xml
That's what I first did. I'll try it again.
 
On my Mac Mail application after the new update I am getting this:
Screen Shot 2016-03-01 at 11.28.39 AM.webp
Even though my logo is set to be centered.
 
That's the reason why centering is not recommended. See description below logo alignment option:
If you set alignment to anything other than left, you should add width="100%" to "Content Table Opening" table.
You can get to that option by clicking link below logo alignment option. Add width="100%" to table tag.
 
I had to uninstall and reinstall the add-on for the error to disappear. For some reason I've lost my site logo on emails. Any clue how to resolve?
 
I had to uninstall and reinstall the add-on for the error to disappear. For some reason I've lost my site logo on emails. Any clue how to resolve?
Should just be able to re edit and insert the paths to your logo. After doinging a uninstall requires re editing. Unless I am missing what you mean?
 
Should just be able to re edit and insert the paths to your logo. After doinging a uninstall requires re editing. Unless I am missing what you mean?
I'm not using a custom logo though. I think it should use your default unless you specify otherwise. I can do the custom url as a workaround, but this seems like an issue to report to @Arty.
 
I'm not using a custom logo though. I think it should use your default unless you specify otherwise. I can do the custom url as a workaround, but this seems like an issue to report to @Arty.
Ok, think I understand. However, by default logo is not included in forum emails. That could be a good feature though. Since we can manually insert paths for logo custom or default that my not be needed.
 
I don't think that would be a good idea.

Logos are rarely perfect. Sometimes they are wide, sometimes they are designed for different background, sometimes they are designed to match specific image. Such logos won't work with email style.

Also default email style doesn't have logo. This add-on's main purpose is to change layout to match forum style, not add new stuff. Adding new stuff such as logos are options that admin should configure himself.
 
Just tried installing. I get a 'The provided file is not valid style XML.' when uploading a theme xml and a 500 error when trying to use the 'import from xenforo style'.

Code:
Server Error Log
Error Info
ErrorException: Fatal Error: Class 'EmailParser\PropertyResolver' not found - library/EmailCustomizer/Controller/Import.php:76
Generated By: Admin, 2 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(67) "https://***/admin.php?email-customizer/import-style"
  ["_GET"] => array(1) {
    ["email-customizer/import-style"] => string(0) ""
  }
  ["_POST"] => array(3) {
    ["style_id"] => string(1) "3"
    ["_xfConfirm"] => string(1) "1"
    ["_xfToken"] => string(8) "********"
  }
}
 
Just tried installing. I get a 'The provided file is not valid style XML.' when uploading a theme xml and a 500 error when trying to use the 'import from xenforo style'.
XML file: its for importing/exporting email styles, not forum styles.
500 error: anything in server error logs?
 
Thanks! Looks like something went wrong with class loader. What php version and operating system are you using?
 
I'm not using a custom logo though. I think it should use your default unless you specify otherwise. I can do the custom url as a workaround, but this seems like an issue to report to @Arty.
No, I upgraded only after placing the files on the server each time.
 
I don't think that would be a good idea.

Logos are rarely perfect. Sometimes they are wide, sometimes they are designed for different background, sometimes they are designed to match specific image. Such logos won't work with email style.

Also default email style doesn't have logo. This add-on's main purpose is to change layout to match forum style, not add new stuff. Adding new stuff such as logos are options that admin should configure himself.
Wait a sec, so are you saying we have to put a custom logo or else we won't see one? I your previous versions my default logo was showing up perfectly without me doing anything. Either way is fine, but I think it would be better if you only add a custom logo if you don't want your default logo to show.
 
Status
Not open for further replies.
Back
Top Bottom