掲示板

Missing Newsletter portlet

thumbnail
16年前 に Tobias Hofmann によって更新されました。

Missing Newsletter portlet

Junior Member 投稿: 82 参加年月日: 07/06/20 最新の投稿
Hi,

in the Release Notes for 4.3.5 there is a newsletter portlet mentioned (LEP-2177).

I can't find this newsletter portlet in my downloaded version of 4.3.5 (tomcat bundle + war file only). Where is it? Where can I find it?

best regards,
Tobias
thumbnail
16年前 に Jorge Ferrer によって更新されました。

RE: Missing Newsletter portlet

Liferay Legend 投稿: 2871 参加年月日: 06/08/31 最新の投稿
Hi Tobias,

I don't know why JIRA is including that issue in that list, but as you can see it's still open, because it hasn't been implemented yet.
thumbnail
14年前 に Jonas Yuan によって更新されました。

RE: Missing Newsletter portlet

Liferay Master 投稿: 993 参加年月日: 07/04/27 最新の投稿
Hi Jorge,

This (Newsletter portlet) is good feature. It would be nice to add Newsletter portlet in 5.3.

Maybe it would be good to add newsletter features into knowledge base portlet.

http://issues.liferay.com/browse/LEP-2177

Thanks

Jonas Yuan
-----------------
The Author of Liferay Books:
Liferay Portal 5.2 Systems Development
Liferay Portal Enterprise Intranets
14年前 に Amine Bousta によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 32 参加年月日: 07/08/02 最新の投稿
I second that emoticon

Newsletter publishers should be able to :
- manage newsletter entries (as in announcements portlet)
- schedule sending dates (as in announcements portlet)
- manage the mailing list (as in "user group" management, let's suppose a mailing list is a user group in Liferay)
- choose between different html templates dedicated to his community/organization (as in a web template)
- manage an history of newsletters (as in anouncements portlet)

Subscribers should be able to :
- subscribe / unsubscribe (like in "user group" management, "my account" portlet...)
- receive the letter in his own language (impossible for the moment)


I think that a good way to achieve this would be to create a link between the anouncement portlet and the Journal system.

Here's how :
- Liferay admin would prepare a Journal structure called "Newsletter_entry" with subject and body fields and multiple templates linked to it.

- Newsletter writer would write a Newsletter entry with this structure and the template of his choice. He could then localize subject and body fields in any language he wants
- This letter can be approved, tagged, versioned, localized as a classical journal article...

- Newsletter publisher would have an anouncement portlet in his control panel
- He can add/edit an entry like in the current anouncement portlet, excepting that he would have a "journal web content" search container UI that would allow him to select the article made by the newsletter writer (new dev)
- He could then select a scope (like in the current anouncement portlet)
- Preview (like in the current anouncement portlet + new dev)
- Schedule a sending date (like in the current anouncement portlet)
- Then an e-mail containing the article html content would be sent to people in the selected scope (anouncement portlet).
- Plus: each e-mail content would be displayed in a language according to the default language of the user. (new)

So that would be basically like the current anouncement portlet.
Excepting that a link is made to a real journal article and that gives the following benefits :
- multiple languages
- multiple templates
- workflow
- versioning
- tagging
- the ability to display automatically newsletter archives on a web page thanks to the asset publisher portlet
- rich html editor for the body

I would like to know your opinion about that design.
-- Especially Raymond Augé who's the author of the anouncement portlet. --
Would this link to journal be a clever improvement of the anouncement portlet?
thumbnail
14年前 に Lisa Simpson によって更新されました。

RE: Missing Newsletter portlet

Liferay Legend 投稿: 2034 参加年月日: 09/03/05 最新の投稿
thumbnail
14年前 に Maarten van Heiningen によって更新されました。

RE: Missing Newsletter portlet

Regular Member 投稿: 174 参加年月日: 09/02/05 最新の投稿
Hello,

I am realy in favour of this portlet. If it has a multi language feature, and is able to send html mail it would be great.
A very good list of features Amine.

Maarten
thumbnail
14年前 に Maarten van Heiningen によって更新されました。

RE: Missing Newsletter portlet

Regular Member 投稿: 174 参加年月日: 09/02/05 最新の投稿
Hi All,

Is the newsletter portlet in the making? If you need it tested, please let me know.

Regards,
Maarten
thumbnail
12年前 に Cyprian Gajda によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 9 参加年月日: 11/01/21 最新の投稿
Hi all,

If you are still looking for a newsletter portlet please check this one on at Liferay Community plugins site - Aperte Liferay Newsletter
It's open source portlet of BlueSoft http://bluesoft.net.pl - simple in use.
You can find out more about this portlet at http://bluesoft.net.pl/rnd/blog

I hope you will enjoy it
Cyprian
thumbnail
12年前 に Plugins Admin によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 15 参加年月日: 11/12/15 最新の投稿
You could try this one:

http://www.liferay.com/en/downloads/liferay-portal/community-plugins/-/software_catalog/products/11816131

Cheers,
13年前 に Tamir Suliman によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 13 参加年月日: 10/10/15 最新の投稿
I think its still under test will check later
thumbnail
13年前 に Christophe Cariou によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 57 参加年月日: 07/10/01 最新の投稿
Hi,

our company (Asten) has developed a Newsletter plugin based upon 2 portlet :
1 : Newsletter, only visible for the webmaster.
This portlet is configured (preferences dialog) with :
- an rss feed, coming from an asset publisher.
- the id of a web content display portlet. It will gives the "editorial" of the newsletter.
- the url of the unsubscribe portlet, for the creation of the unsubscribe link.
- a key for crypting
- The name of the usergroup containing the subscriber list
The HTML of the newsletter is made by parsing the rss xml feed, and via content api we extract the abstract of the articles. On the beginning of the mail we add the content of the chooses Editorial article.
We then loop on the usergroup, and send an email at each, including a specific link for the unsubscription, with a crypted parameter containing the emailaddress of the subscriber.

The email sending run on separate thread.
We store the newsletter in the annonucment portlet, but it has limitation : 4000 characters.
Instead, we plan to store the newsletter as a document in the DocumentLibrary

2 : Subscribe/unsubscribe, visible for the guests.
This portlet is configured with :
- a key for un-crypting (the same as the one in the Newsletter portlet)
- The name of the usergroup containing the subscriber list (the same as the one in the Newsletter portlet)
When a user subscribe, he gives his emailaddress and we create an user account (without password) and attach him to the configured newsletter user group.
He unsubscribes from an "in mail" url, calling back this portlet, with his emailadresse as crypted parameter. The user is then deleted.

That works well and cand be extended.

I can't give you the code, but you have here the key principes.

Christophe
13年前 に Jose Antonio Carapeto Sierra によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 48 参加年月日: 09/02/18 最新の投稿
Hi Christophe, I'm very interested, could you send?
thumbnail
13年前 に Hitoshi Ozawa によって更新されました。

RE: Missing Newsletter portlet

Liferay Legend 投稿: 7942 参加年月日: 10/03/24 最新の投稿
Is there a product description page with screen shot in your company page?
12年前 に Aleksandar Vasilev によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 13 参加年月日: 11/03/28 最新の投稿
Hi Christophe, I am also very interested.
Could you send any information.

Regards,
Aleksandar
thumbnail
12年前 に Leo PRATLONG によって更新されました。

RE: Missing Newsletter portlet

Expert 投稿: 363 参加年月日: 10/07/06 最新の投稿
Philippe Brière:
Hi,

http://www.liferay.com/downloads/liferay-portal/community-plugins/-/software_catalog/products/9470519?_98_redirect=http%3A%2F%2Fwww.liferay.com%2Fdownloads%2Fliferay-portal%2Fcommunity-plugins%2F-%2Fsoftware_catalog%2Fproducts%3F_98_keywords%3Dnewsletter%26_98_page%3D1%26_98_type%3D%26_98_tabs1TabsScroll%3D%26_98_itemsPerPage%3D20

Almost 150 downloads on JUL 26th at :
http://code.google.com/p/newsletter-portlet

Principle is quiet simple, using announcement mechanism.


Hi,

It seems there are troubles with this portlet. I tried it some weeks ago and I wrote a thread about it in the french section of this forum : http://www.liferay.com/community/forums/-/message_boards/message/9932542
You may say me what I did wrong with it. Thx!
thumbnail
12年前 に Philippe Brière によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 29 参加年月日: 10/04/15 最新の投稿
Hi,

Thanks for feedback, will investigate
Edit : war is not ok, will be changed asap, in the meanwile, you may compile from sources : ant build-service war
12年前 に Andrii Ishutin によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 1 参加年月日: 11/06/20 最新の投稿
New version of newsletter portlet was uploaded (1.0.1).
Thanks to All for feedback.
12年前 に C M によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 10 参加年月日: 11/06/15 最新の投稿
Hi,
thanks, your newsletter portlet :-).
It would be interesting if the portlet could also send mails to guests? What I mean is that it would be useful if every guest could register himself to the newsletters, without being a registered user of the Liferay portal. The guest could insert his email adress into a form and from there on he would recive the newsletter - mails.
Then it would be nice if a guest could also unregister himself from reciving newsletters... :-).

What do you think?
thumbnail
12年前 に Jasper Spoor によって更新されました。

RE: Missing Newsletter portlet

New Member 投稿: 8 参加年月日: 11/07/26 最新の投稿
Rotterdam Community Solutions developed a liferay newsletter portlet that covers pretty much every feature described in the wiki article mentioned above. Please have look at the following url, download and test our opensource portlet and tell us what you think.

http://www.liferay.com/en/downloads/liferay-portal/community-plugins/-/software_catalog/products/11816131

For updates, news announcements and future opensource contributions to Liferay, you can checkout our website at www.rotterdam-cs.com. If you would like to collaborate or be part of our team as a freelance Liferay developer, please send us your resume through the website's contact form.
thumbnail
11年前 に Gabriel Bustos Padilla によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 63 参加年月日: 13/03/06 最新の投稿
Hi!

the problem of the portlet of newsletter of the Rotterdam company is that it doesn´t works in Liferay version 6.1.1 GA2 emoticon , anybody knows any newsletter portlet that works with this version?

Thanks!!
thumbnail
10年前 に Gabriel Bustos Padilla によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 63 参加年月日: 13/03/06 最新の投稿
Hi! I have download it, anybody knows why with this porttel the admin user only can create lists in the root portal? I am not able to create it in whatever portal.

Thanks in advance!
thumbnail
10年前 に Bartlomiej Knabel によって更新されました。

RE: Missing Newsletter portlet

Junior Member 投稿: 76 参加年月日: 11/01/30 最新の投稿