default from template "show in the online archive" is not adopted and subsequent change after send newsletter is not possible
OpenEMM Version 21.10.000.073
Bug?
Search found 4 matches
- Fri Jul 29, 2022 8:59 am
- Forum: Using OpenEMM
- Topic: default from template "show in the online archive" is not adopted
- Replies: 1
- Views: 7169
- Fri Jul 29, 2022 8:49 am
- Forum: Using OpenEMM
- Topic: Dynamic content in template by user
- Replies: 4
- Views: 9482
Re: Dynamic content in template by user
thx for the hint
added to the template
<style>
.archivhidden24{
display:none;
}
</style>
<div id="archiv" class='archivhidden[agnDB column="customer_id"/]'>
works fine
[agnDB column="customer_id"/]
was what i searched for.
added to the template
<style>
.archivhidden24{
display:none;
}
</style>
<div id="archiv" class='archivhidden[agnDB column="customer_id"/]'>
works fine
[agnDB column="customer_id"/]
was what i searched for.
- Wed Jul 27, 2022 9:34 am
- Forum: Using OpenEMM
- Topic: Dynamic content in template by user
- Replies: 4
- Views: 9482
Re: Dynamic content in template by user
We want to have an archive on the website. The problem ist that we have an "unsubscibe from the newsletter"-Link in the newsletter, which should not be shown on the website (iframe). Is there another way to solve the problem? The newsletter at the archive on the website will be taken from ...
- Tue Jul 26, 2022 10:01 am
- Forum: Using OpenEMM
- Topic: Dynamic content in template by user
- Replies: 4
- Views: 9482
Dynamic content in template by user
Hi,
need something like this in a template:
if (customer_id=1)
{
this html
}
else
{
other html
}
how can i do this?
thx.
need something like this in a template:
if (customer_id=1)
{
this html
}
else
{
other html
}
how can i do this?
thx.