#sidebar#

More
12 Oct 2010 18:58 #297 by kenlyle
#sidebar# was created by kenlyle
I put the
Code:
<#sidebar#>
into a new copy of my existing template and uploaded it.

I created a campaign, and selected the new template, then put some stuff (just black text) in the Sidebar tab wysiwyg window, and saved. Preview showed the literal
Code:
<#sidebar#>
as did my received campaign emails. Anyone else seeing this issue?

Is there something else I have to do to make it work? Sorry if I missed something.

Please Log in or Create an account to join the conversation.

More
12 Oct 2010 19:44 #299 by chris
Replied by chris on topic #sidebar#
You're right. There was a slight mixup with some variable names. Download it again and try it now.

Cheers

Please Log in or Create an account to join the conversation.

More
12 Oct 2010 20:42 #304 by kenlyle
Replied by kenlyle on topic #sidebar#
Nope, still fubarred.

I installed the latest download over the old, and tried some campaigns, but the preview still shows the code, not the text from the Wysiwyg.

I think I see the issue...I did the edit in Dreamweaver, and saved the file. The < is being urlencoded to
Code:
&lt;
when I look at a Preview in Firebug. How do I prevent this?

I guess I should SSH into my server and fix this manually for now? Looking at it in Extplorer, it looks like the other tags which are working.

Many of those have a close tag. Does sidebar need a close tag?

Update: Alexis sent a fixed version. Mea Culpa. No Dreamweaver for me from now on, only text editors

Thanks,
K

Please Log in or Create an account to join the conversation.