help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
[SOLVED]JEM events in Acymail newsletter not possible anymore
Re: [SOLVED]JEM events in Acymail newsletter not possible anymore
7 years 3 months ago
Yes, for upcoming events I can do the same and I seem to succeed: the tag-formula appears in the newsletter.
But when I save/test the newsletter, I see nothing: neither the tag, nor an event.
Well, that's not my main problem. My main problem is that I can't tag a single event anymore (as explained before).
But when I save/test the newsletter, I see nothing: neither the tag, nor an event.
Well, that's not my main problem. My main problem is that I can't tag a single event anymore (as explained before).
Please Log in or Create an account to join the conversation.
Re: [SOLVED]JEM events in Acymail newsletter not possible anymore
7 years 3 months ago
Hi Harry,
as a hotfix you can manually edit the file (your site)/plugins/acymailing/tagjem/tagjem.php (or extract our zip, edit the file and create a new zip you can install).
With tagjem v2.1.3 you'll see in line 51
There append the line
We have to completely redesign this plugin for better integration in actual AcyMailing - but this takes a lot of time. Till then this hotfix can help.
as a hotfix you can manually edit the file (your site)/plugins/acymailing/tagjem/tagjem.php (or extract our zip, edit the file and create a new zip you can install).
With tagjem v2.1.3 you'll see in line 51
Code:
$app = JFactory::getApplication();
Code:
JHTML::_('behavior.framework');
We have to completely redesign this plugin for better integration in actual AcyMailing - but this takes a lot of time. Till then this hotfix can help.
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: [SOLVED]JEM events in Acymail newsletter not possible anymore
7 years 3 months ago
Yes! That works!
Thank you.
I now can insert a tag for a single event.
But there is still an issue: after inserted the tag I get in the newsletter only the title (as a link) and the time and location of an event, but not the description (as before my problems).
Thank you.
I now can insert a tag for a single event.
But there is still an issue: after inserted the tag I get in the newsletter only the title (as a link) and the time and location of an event, but not the description (as before my problems).
Please Log in or Create an account to join the conversation.
Re: [SOLVED]JEM events in Acymail newsletter not possible anymore
7 years 3 months agoHm... then you used a modified plugin before because our plugin never wrote description text into emails sent.Harry wrote: But there is still an issue: after inserted the tag I get in the newsletter only the title (as a link) and the time and location of an event, but not the description (as before my problems).
If you need e.g. introtext you have to edit /media/com_acymailing/plugins/tagjem_event.php around line 25 where you can use $event->introtext before/behind/instead date or venue.
But each time you update the plugin (or maybe reinstall AcyMailing) you have to edit this file again.
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Re: [SOLVED]JEM events in Acymail newsletter not possible anymore
7 years 3 months ago
OK, thank you again.
I'll gonna try that.
Btw, as far as I can remember (but I'm getting a bit older...), I never used a modified plugin.
The only modification I ever made was something for the padding at the left side (see one of my earlier posts).
And still I got the description of the event in the newsletter.
And see what happens now: your work-around works fine, but 'my' padding has gone.
Probably because I updated the plugin? (from v2.1.2 to v2.1.3).
Nevertheless, your support is great!!!
I'll gonna try that.
Btw, as far as I can remember (but I'm getting a bit older...), I never used a modified plugin.
The only modification I ever made was something for the padding at the left side (see one of my earlier posts).
And still I got the description of the event in the newsletter.
And see what happens now: your work-around works fine, but 'my' padding has gone.
Probably because I updated the plugin? (from v2.1.2 to v2.1.3).
Nevertheless, your support is great!!!
The following user(s) said Thank You: jojo12
Please Log in or Create an account to join the conversation.
Time to create page: 0.429 seconds