Page 1 of 1

Template Designers, please update local copies of templates

Posted: Thu Nov 23, 2006 5:47 pm
by carl_galloway
Hi guys,

Calling anyone who develops templates or has customised a template.

As many of you keep copies of template zipfiles on your own webserver, and develop templates on test servers, we need to be aware of a change that has been requested for our East Asian users.

The change concerns the html and smarty code used in entires.tpl when the trackback link is clicked. East Asian languages haven't been adequately supported and a solution has been found. Garvin has updated every single template on Spartacus with the new code, and we as template designers need to make sure that our local copies are the same, or that we include that code if they are different.

To make the change, simply open entries.tpl of your template in your favourite text editor, and look for this code;

Code: Select all

alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:htmlall}');

Now replace that with this;

Code: Select all

alert('{$CONST.TRACKBACK_SPECIFIC_ON_CLICK|@escape:html}');
Thanks for taking the time to do this, I'm sure users affected by this change will be very appreciative.