Search found 10 matches
- Thu Jun 12, 2014 12:57 pm
- Forum: Development
- Topic: Plugin Triggered by scheduler not by user
- Replies: 1
- Views: 14969
Re: Plugin Triggered by scheduler not by user
Nobody tried that already?
- Tue May 27, 2014 5:22 pm
- Forum: Using OpenEMM
- Topic: A way to inactive recipients for a specific mailinglist
- Replies: 2
- Views: 6592
Re: A way to inactive recipients for a specific mailinglist
Yes it is exactly like this.. but honestly managing 2 csv files per mailing list seems a big constraint while we can have an option in the dropdown like "cleanup all existing recipients and add/update new ones). I did that from a plugin and it works well (1. take a list of subscribers; 2. opt-o...
- Tue May 27, 2014 5:13 pm
- Forum: Development
- Topic: Is there a way to disable built-in feature from a plugin?
- Replies: 2
- Views: 16231
Re: Is there a way to disable built-in feature from a plugin
By meaning disable a feature I was thinking a built-in feature (like the Delete All Recipient link). I notice I can disable such link in the user rights, but my question is more like this: If I want to make my own behaviour (like unsubscribre everybody in the mailing) how I can override this through...
- Wed May 14, 2014 2:36 pm
- Forum: Development
- Topic: Is there a way to disable built-in feature from a plugin?
- Replies: 2
- Views: 16231
Is there a way to disable built-in feature from a plugin?
I have a customer which is not interested by some feature of the product or by some extension of the feature. The question is simple: is it possible to deacivate a feature (let say a link) on a page and provide my own feature instead? For exemple how to override the "Delete selected target grou...
- Wed May 14, 2014 10:35 am
- Forum: Using OpenEMM
- Topic: A way to inactive recipients for a specific mailinglist
- Replies: 2
- Views: 6592
A way to inactive recipients for a specific mailinglist
Our customer wants to import their recipients from CSV files and they want to cleanup the mailinglist befor importing because the new csv can have new and deleted recipients. I found there is a "Delete recipient of this mailing list" but it really delete the recipients even they are subscr...
- Tue May 06, 2014 8:37 am
- Forum: Development
- Topic: Plugin Triggered by scheduler not by user
- Replies: 1
- Views: 14969
Plugin Triggered by scheduler not by user
Is there any way to use the built-in scheduler (quartz with Spring) in order to trig my plugin by a scheduler and not manually by the user action (click a button) ? I saw in the source code: <bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean"> <property name="trig...
- Fri Apr 25, 2014 10:53 am
- Forum: Development
- Topic: Label defined messages-plugin.properties accessible from JSP
- Replies: 2
- Views: 17539
Re: Label defined messages-plugin.properties accessible from
Thanks for your answer. In fact after noticing the "agn" taglib, I tried someting like this: <display:table class="list_table" id="item" name="resultList" excludedParams="*"> <display:column title="<agn:message key="message.key.from.plugin&...
- Thu Apr 24, 2014 2:14 pm
- Forum: Development
- Topic: Label defined messages-plugin.properties accessible from JSP
- Replies: 2
- Views: 17539
Label defined messages-plugin.properties accessible from JSP
I made a new plugin and I want to know how to refer the keys in the messages-plugin.properties from the JSP. I the blacklist-search plugin sample the titleKey of the display:column referes to a built-in message (titleKey="mailing.E-Mail") but in my case it would be somethin like this: <dis...
- Wed Apr 23, 2014 11:11 am
- Forum: Development
- Topic: Plugin development (extension)
- Replies: 1
- Views: 15098
Plugin development (extension)
The provided extension are useful but still very simple. Is there any possibility to use the spring framework inside a plugin? I am wondering if it is possible to add new context.xml files and to make the wiring between beans, an example with a HelloWorld Service (injected into the actual helloworld...
- Wed Apr 09, 2014 8:51 am
- Forum: Using OpenEMM
- Topic: Target groups
- Replies: 8
- Views: 17545
Re: multi-language e-mailing
I have the same problem (text version not available, or HTML version not avaialble on test sending) and this solution make the things works. However I do not want the people not targetted to receive the email, let say if my template is defined for English and German speaking only (two HTML and Text ...