risoto2000
Forum Replies Created
-
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Getting Error on updated plug-inthe new version worked for me. Thank you!
p.s. how work the Append UTM variables to all the links automatically ?
thanks.
Forum: Plugins
In reply to: [HandL UTM Grabber / Tracker] Getting Error on updated plug-inI have also an error just after update to the latest version…
Parse error: syntax error, unexpected ‘endif’ (T_ENDIF) in /var/www/webinar.eduvolucion.com/public_html/wp-content/plugins/handl-utm-grabber/handl-utm-grabber.php on line 228
Forum: Plugins
In reply to: wpMandrill::mailIn case some one have this problem, Matt from Mandrill support and my friend Faizan help me to fix the code, this was the final solution:
wpMandrill::mail($to, $subject, $html, ”, array(), array(), ‘cursos edu2’, ‘[email protected]’, ‘TEMPLATE’, true,true,false,true,array(
array( ‘name’ => ‘nombre’, ‘content’ => ‘pepito perez’ ),
array( ‘name’ => ‘otracosa’, ‘content’ => ‘faizan’ ),
));
Also it was needed to change the TEMPLATE LANGUAGE from mailchimp to handlebars in mandrill page
SETTINGS->SENDING DEFAULTS -> HANDLEBARS LANGUAGE.hope this will help others ??
Forum: Plugins
In reply to: [wpMandrill] WPMandrill template not changing the {{variable}} dataIn case some one have this problem, Matt from Mandrill support and my friend Faizan help me to fix the code, this was the final solution:
wpMandrill::mail($to, $subject, $html, ”, array(), array(), ‘cursos edu2’, ‘[email protected]’, ‘TEMPLATE’, true,true,false,true,array(
array( ‘name’ => ‘nombre’, ‘content’ => ‘pepito perez’ ),
array( ‘name’ => ‘otracosa’, ‘content’ => ‘faizan’ ),
));
Also it was needed to change the TEMPLATE LANGUAGE from mailchimp to handlebars in mandrill page
SETTINGS->SENDING DEFAULTS -> HANDLEBARS LANGUAGE.hope this will help others ??