<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Eventualo Forum &#187; Forum: EasyMail - Recent Posts</title>
		<link>http://www.eventualo.net/forum/forum/1</link>
		<description>eventualo.net</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Sep 2010 16:36:08 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.eventualo.net/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.eventualo.net/forum/rss/forum/1" rel="self" type="application/rss+xml" />

		<item>
			<title>TStone on "Suggested change in Widget"</title>
			<link>http://www.eventualo.net/forum/topic/58#post-310</link>
			<pubDate>Thu, 02 Sep 2010 13:20:59 +0000</pubDate>
			<dc:creator>TStone</dc:creator>
			<guid isPermaLink="false">310@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;It's a wonderful plug-in! But the widget is slightly tricky to style with CSS - so I had to add something to the Widget code, to get hooks for the styling.&#60;br /&#62;
Of course, those changes will break if I update the plugin - so my plea is that my tiny changes get officially included in your code.&#60;/p&#62;
&#60;p&#62;My changes are in the file &#34;alo-easymail-widget.php&#34;.&#60;br /&#62;
On line 88 and 92, I've added a &#34;label&#34; for each text-input:&#60;/p&#62;
&#60;p&#62;Line 88:&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;td&#38;gt;&#38;lt;label for=&#38;#39;opt_name&#38;#39;&#38;gt;&#38;quot;.__(&#38;quot;Name&#38;quot;, &#38;quot;alo-easymail&#38;quot;).&#38;quot;&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Line 92:&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;td&#38;gt;&#38;lt;label for=&#38;#39;opt_email&#38;#39;&#38;gt;&#38;quot;.__(&#38;quot;E-mail&#38;quot;, &#38;quot;alo-easymail&#38;quot;).&#38;quot;&#38;lt;/label&#38;gt;&#38;lt;/td&#38;gt;\n&#38;quot;;&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "HTML Newsletters"</title>
			<link>http://www.eventualo.net/forum/topic/39#post-309</link>
			<pubDate>Thu, 02 Sep 2010 12:34:45 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">309@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hello APPB,&#60;/p&#62;
&#60;p&#62;this doesn't work nice in de Wordpress editor. People have to double click to get in the div tags to type there message.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>APPB on "HTML Newsletters"</title>
			<link>http://www.eventualo.net/forum/topic/39#post-308</link>
			<pubDate>Thu, 02 Sep 2010 12:30:59 +0000</pubDate>
			<dc:creator>APPB</dc:creator>
			<guid isPermaLink="false">308@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi Gunu,&#60;br /&#62;
Why don't you use div tags instead of table tags?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "HTML Newsletters"</title>
			<link>http://www.eventualo.net/forum/topic/39#post-307</link>
			<pubDate>Wed, 01 Sep 2010 11:47:49 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">307@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;The same her with the tables. I needed a simple table to get a fixed width for the newsletter.&#60;/p&#62;
&#60;p&#62;There are everywhere breaks at the beginning of the table codes.&#60;/p&#62;
&#60;p&#62;But there is a solution. In the alo-easymail_functions.php on line 492 there is a code:&#60;/p&#62;
&#60;p&#62;$updated_content = str_replace( &#34;\n&#34;, &#34;&#38;lt; br / &#38;gt;&#34;, $updated_content);&#60;/p&#62;
&#60;p&#62;this code is necessary for line breaks(shift+enter) in the text.&#60;/p&#62;
&#60;p&#62;It seems that the Wordpress editor also put \n breaks at the beginning of the table codes.&#60;/p&#62;
&#60;p&#62;A workaround is to put after the code these two lines:&#60;/p&#62;
&#60;p&#62;$updated_content = str_replace( &#34;&#38;lt; br / &#38;gt;&#38;lt;t&#34;, &#34;&#38;lt;t&#34;, $updated_content);&#60;br /&#62;
$updated_content = str_replace( &#34;&#38;lt; br / &#38;gt;&#38;lt;/t&#34;, &#34;&#38;lt;/t&#34;, $updated_content);&#60;/p&#62;
&#60;p&#62;This delete the unwanted breaks in the table.&#60;/p&#62;
&#60;p&#62;Here it works.&#60;/p&#62;
&#60;p&#62;NB: In the code above there are some spaces to post it here, not in the original code
&#60;/p&#62;</description>
		</item>
		<item>
			<title>APPB on "newsletters not sending: GMT problem?"</title>
			<link>http://www.eventualo.net/forum/topic/57#post-306</link>
			<pubDate>Mon, 30 Aug 2010 14:49:53 +0000</pubDate>
			<dc:creator>APPB</dc:creator>
			<guid isPermaLink="false">306@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi again,&#60;br /&#62;
As you suggested in some other post, I launched crow view to check what is queued just after sending a newsletter.&#60;br /&#62;
So I sent this news here at 13:49 (GMT+2 in France), and this new event is &#34;next due&#34; at 12:49???&#60;br /&#62;
could you explain to me? is it correct? will this newsletter be sent at 14:49 GMT+2 ??&#60;br /&#62;
let's wait and see
&#60;/p&#62;</description>
		</item>
		<item>
			<title>APPB on "Parse error in ALO-easymail.php"</title>
			<link>http://www.eventualo.net/forum/topic/56#post-305</link>
			<pubDate>Mon, 30 Aug 2010 14:37:03 +0000</pubDate>
			<dc:creator>APPB</dc:creator>
			<guid isPermaLink="false">305@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
when seaking your super coding to try to adjust it to my own needs, I guess I found some &#34; and ' mixing up in alo-easymail.php. I'm not so good with programming, so... Could you check that please?&#60;br /&#62;
It is located on lines 161 and following, and 179 and following, right inside the 2 functions for building recipients lists whit &#34;manually&#34; notify a list of emails addresses.&#60;br /&#62;
Let me know?&#60;br /&#62;
Thanks again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>APPB on "including several posts in one newsletter?"</title>
			<link>http://www.eventualo.net/forum/topic/55#post-304</link>
			<pubDate>Sat, 28 Aug 2010 14:26:16 +0000</pubDate>
			<dc:creator>APPB</dc:creator>
			<guid isPermaLink="false">304@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
As I'm a bit in a hurry, for I want to send my first newsletter on Sept 1st, I digged my brain and docs all over the Internet and stepped into your code.&#60;br /&#62;
So now, with a foreach loop there is a checkbox to click instead of native dropdown list. Good job, isn't it?&#60;br /&#62;
I also forced a catId in the $args array, and it works fine, and I'm now trying to find out how to dynamiquely choose categories, I guess il will be with some &#34;onchange&#34; and a few javascript. Must dig that too, as I know nothing at all about JS.&#60;/p&#62;
&#60;p&#62;I also tweak native code with a foreach loop to adjust POST-TITLE and POST-CONTENT/EXCERPT tags but for know, I can't see the result because the news I sent 6 hours ago is still queueing! Is it a way to get rid of cron scheduling, at least for testing? (I sent many earlier news that were finaly sent, with variable cron delay as from 15mn to 1h30...&#60;br /&#62;
Thanks again.&#60;/p&#62;
&#60;p&#62;And of course, if I manage pretty well with those tweaking, I'll send you modified code, if you wish
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pdemeure on "Blank Send Newsletter and Newsletter Subscribers Pages"</title>
			<link>http://www.eventualo.net/forum/topic/33#post-303</link>
			<pubDate>Fri, 27 Aug 2010 11:58:32 +0000</pubDate>
			<dc:creator>pdemeure</dc:creator>
			<guid isPermaLink="false">303@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;I've the same problem.&#60;br /&#62;
I've set up chmod 777 to the plugin directory, and checked everything.&#60;br /&#62;
The page stays blank for subscribers and send newsletter.&#60;br /&#62;
I can't (and won't) desactivate all plugins as I'm using them for a while...&#60;br /&#62;
For informations, the problem doesn't comes from the theme, as I've same issues with standard theme.&#60;br /&#62;
I'm on wordpress 3.01&#60;/p&#62;
&#60;p&#62;I'd like to go on WP.org and tell that it works.... if it really works !&#60;/p&#62;
&#60;p&#62;(the lack of translation in franch is not a problem. If the plugin works, I can complete the translation...)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>APPB on "including several posts in one newsletter?"</title>
			<link>http://www.eventualo.net/forum/topic/55#post-302</link>
			<pubDate>Thu, 26 Aug 2010 23:26:48 +0000</pubDate>
			<dc:creator>APPB</dc:creator>
			<guid isPermaLink="false">302@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
thanks and &#34;chapeau bas&#34; for this plugin, it's quite what I need.&#60;br /&#62;
&#34;Quite&#34;... :&#60;br /&#62;
I run a site where suscribers can post annoucements for workshops and so they provide, and as webmaster I'm supposed to send a 15 days newsletter to inform all suscribers about what's new in this category/sub-categories. So I need to includes more than 1 post in the newsletter. This could be called &#34;multi-posts selection&#34;&#60;/p&#62;
&#60;p&#62;Is there a way I can do that? I guess this could be a kind of TODO, but for use in a very soon future, I can't figure out how to write the content of the mail.&#60;br /&#62;
Please could you help me?&#60;br /&#62;
Thanks in advance&#60;br /&#62;
Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pro-create on "Newsletter report - Blank Screen"</title>
			<link>http://www.eventualo.net/forum/topic/54#post-301</link>
			<pubDate>Thu, 26 Aug 2010 18:04:45 +0000</pubDate>
			<dc:creator>pro-create</dc:creator>
			<guid isPermaLink="false">301@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First and foremost, this is a great plugin and I’m happy to support its development.&#60;/p&#62;
&#60;p&#62;I've been using Easymail 1.8 - it has been working perfectly, but ever since I updated to WordPress 3.0.1 (using auto update) the &#34;Newsletter report&#34; no longer displays anything - all I get is a blank page. The TB_iframeContent opens ok but looking at the source all I have is: &#38;lt;html&#38;gt;&#38;lt;head&#38;gt;&#38;lt;/head&#38;gt;&#38;lt;body&#38;gt;&#60;br /&#62;
&#60;pre&#62;&#60;/pre&#62;
&#38;lt;/body&#38;gt;&#38;lt;/html&#38;gt;&#60;/p&#62;
&#60;p&#62;The iframe url is: ../wp-content/plugins/alo-easymail/alo-easymail_report.php?_wpnonce=968cca13f1&#38;amp;id=13&#38;amp;&#60;/p&#62;
&#60;p&#62;Is there some parameter missing here?&#60;/p&#62;
&#60;p&#62;I’ve checked the report view in Google Chrome – it says: “This web page is not available.” And under the ‘more info’ option: “Error 324 (net::ERR_EMPTY_RESPONSE): Unknown error.”&#60;/p&#62;
&#60;p&#62;Any advice is gratefully received.&#60;/p&#62;
&#60;p&#62;PS: I've tried disabling other plugins and re-uploading the Easymail plugin files but to no avail.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-300</link>
			<pubDate>Tue, 24 Aug 2010 08:40:03 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">300@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi gunu,&#60;/p&#62;
&#60;p&#62;thanx for your help but i giving up. To complicated.&#60;/p&#62;
&#60;p&#62;Thanx again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "Nothing happens when I click the Subscribe button"</title>
			<link>http://www.eventualo.net/forum/topic/51#post-299</link>
			<pubDate>Mon, 23 Aug 2010 22:21:17 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">299@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Subscribing to your newsletter works in your site?&#60;/p&#62;
&#60;p&#62;Do you get the message &#34;The requested URL /wp-admin/users.php was not found on this server.&#34; only when importing e-mails?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wetcoast on "Nothing happens when I click the Subscribe button"</title>
			<link>http://www.eventualo.net/forum/topic/51#post-298</link>
			<pubDate>Mon, 23 Aug 2010 22:00:24 +0000</pubDate>
			<dc:creator>wetcoast</dc:creator>
			<guid isPermaLink="false">298@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;yes, I tried it with all other plugins disabled - no difference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-297</link>
			<pubDate>Mon, 23 Aug 2010 13:33:11 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">297@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;The link you posted are working but not in the conformation mail, the is still pageID137&#60;/p&#62;
&#60;p&#62;&#34;Nicht Gefunden&#34;&#60;/p&#62;
&#60;p&#62;Do this (new) pages have another pageID then you must change it again in the database
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-296</link>
			<pubDate>Mon, 23 Aug 2010 13:26:01 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">296@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;the link is different now for german &#60;a href=&#34;http://free.vectors.at/newsletter-subscription-2/&#34; rel=&#34;nofollow&#34;&#62;http://free.vectors.at/newsletter-subscription-2/&#60;/a&#62; and english &#60;a href=&#34;http://free.vectors.at/newsletter-subscription-3/?lang=en&#34; rel=&#34;nofollow&#34;&#62;http://free.vectors.at/newsletter-subscription-3/?lang=en&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-295</link>
			<pubDate>Mon, 23 Aug 2010 13:20:34 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">295@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Here it is still &#34;Nicht Gefunden&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-294</link>
			<pubDate>Mon, 23 Aug 2010 13:11:46 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">294@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;i have activated again(was in trash) the site newsletter subscription and looks like now working
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-293</link>
			<pubDate>Mon, 23 Aug 2010 12:38:28 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">293@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;I signed in for your newsletter and get the conformation e-mail.&#60;/p&#62;
&#60;p&#62;I see when I click on the link &#34;Nicht Gefunden&#34;&#60;/p&#62;
&#60;p&#62;In the status I see:&#60;br /&#62;
&#60;a href=&#34;http://free.vectors.at/newsletter-subscription/&#34; rel=&#34;nofollow&#34;&#62;http://free.vectors.at/newsletter-subscription/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;When I go to &#60;a href=&#34;http://free.vectors.at/?page_id=137&#34; rel=&#34;nofollow&#34;&#62;http://free.vectors.at/?page_id=137&#60;/a&#62; I get the same but also &#34;Nicht Gefunden&#34;&#60;/p&#62;
&#60;p&#62;The manually page ID137 contains the [ ALO-EASYMAIL-PAGE ] code (without spaces between the brackets)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-292</link>
			<pubDate>Mon, 23 Aug 2010 12:27:23 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">292@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;yes, its my own server. I have checked the table wp_options and the entry with ALO_em_subsc_page is ID 137
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-291</link>
			<pubDate>Mon, 23 Aug 2010 12:10:45 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">291@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Do you have access to the database tables of your Wordpress site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-290</link>
			<pubDate>Mon, 23 Aug 2010 11:59:27 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">290@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi gunu,&#60;/p&#62;
&#60;p&#62;thanx for your help but it doesnt work - i am a newbie to wordpress and plugins...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ozeclick on "Export Function"</title>
			<link>http://www.eventualo.net/forum/topic/53#post-289</link>
			<pubDate>Mon, 23 Aug 2010 03:24:52 +0000</pubDate>
			<dc:creator>ozeclick</dc:creator>
			<guid isPermaLink="false">289@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Is there a way to export all subscribers to a csv file? Other newsletter plugins have this feature, but in yours I could not find it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-288</link>
			<pubDate>Sun, 22 Aug 2010 13:02:46 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">288@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Because Alo Easymail recognise langugaes correct I think it has to do with the subscribe page that is doesn't work correct in WPML Multilingual CMS.&#60;/p&#62;
&#60;p&#62;WPML Multilingual CMS stores pages for each language in a separate table&#60;br /&#62;
see: &#60;a href=&#34;http://wpml.org/documentation/support/wpml-tables/&#34; rel=&#34;nofollow&#34;&#62;http://wpml.org/documentation/support/wpml-tables/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Alo, when you manage to bring this feature in your script I think it works also with WPML Multilingual CMS
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "Nothing happens when I click the Subscribe button"</title>
			<link>http://www.eventualo.net/forum/topic/51#post-287</link>
			<pubDate>Sun, 22 Aug 2010 10:28:16 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">287@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Orabidoo and wetcoast,&#60;/p&#62;
&#60;p&#62;did you try the Alo Easymail plugin when all other plugins are disabled?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-286</link>
			<pubDate>Sun, 22 Aug 2010 10:24:23 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">286@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Another way to make Alo Easymail multilanguage..&#60;/p&#62;
&#60;p&#62;A new feature on 1.8 is the subscription choice on the registration form (mailing lists)&#60;/p&#62;
&#60;p&#62;You can use this to make the choises for each language.&#60;/p&#62;
&#60;p&#62;There is one restriction, the fields are not mandatory (or set to be), so if someone did not complete the choise they are in &#34;All subscribers&#34; and not in one of the language lists.&#60;/p&#62;
&#60;p&#62;When you do this make the default language for Alo Easymail in English.... German people can read English but not all people can read German :)&#60;/p&#62;
&#60;p&#62;When your site has the default language in German just delete the &#34;alo-easymail-de_De.mo&#34; from your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gunu on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-285</link>
			<pubDate>Sun, 22 Aug 2010 10:11:53 +0000</pubDate>
			<dc:creator>gunu</dc:creator>
			<guid isPermaLink="false">285@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hello Freevectors (nice name)&#60;/p&#62;
&#60;p&#62;You must go to the Database with phpMyAdmin (or so) and search for &#34;Alo_em_subsc_page&#34;.&#60;/p&#62;
&#60;p&#62;When you find this change the page ID to 137 that's it.&#60;/p&#62;
&#60;p&#62;Be aware Alo Easymail works partial with WPML Multilingual CMS. When you set the Default language to English it shows the subscribe widget in English.&#60;/p&#62;
&#60;p&#62;When you change the language tot German it shows the subsrcibe widget in German. But when someone subscribes (in German) it shows the subsrcibe page in English and also the conformation e-mail is in English.&#60;/p&#62;
&#60;p&#62;This is alo the case when you set the default language to German, English subscribers get an German subscribtion page and a German conformation e-mail.&#60;/p&#62;
&#60;p&#62;See your site in English and push the subscribe button with empty fields, the &#34;error&#34; message is in German.&#60;/p&#62;
&#60;p&#62;I use WPML Multilingual CMS and I solved this by making a copy of Alo easymail and translate this to the other language (yes, that's crazy but for now it works)&#60;/p&#62;
&#60;p&#62;Because Alo Easymail works almost complete in WPML Multilingual CMS I hope Alo finds a solution in the future&#60;/p&#62;
&#60;p&#62;Succes
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-284</link>
			<pubDate>Sat, 21 Aug 2010 20:15:32 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">284@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hi alo,&#60;/p&#62;
&#60;p&#62;thanx for reply but can you post me the code here which i need to add in newsletter-subscription site.&#60;br /&#62;
The ID must be 137.&#60;/p&#62;
&#60;p&#62;Thanx again
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alo on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-283</link>
			<pubDate>Sat, 21 Aug 2010 18:59:27 +0000</pubDate>
			<dc:creator>alo</dc:creator>
			<guid isPermaLink="false">283@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Yes, you have to follow the 2 steps you wrote. Read the &#60;a href=&#34;http://www.eventualo.net/blog/wp-alo-easymail-newsletter-faq/#faq-9&#34;&#62;faq&#60;/a&#62; for details.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alo on "Nothing happens when I click the Subscribe button"</title>
			<link>http://www.eventualo.net/forum/topic/51#post-282</link>
			<pubDate>Sat, 21 Aug 2010 18:54:11 +0000</pubDate>
			<dc:creator>alo</dc:creator>
			<guid isPermaLink="false">282@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;After &#34;sending...&#34; a &#34;success&#34; msg should appear. I've tested again the easymail latest version on my WP 3.0.1 and it works. I hope someone can help you (and us) to solve this problem that seems common. I don't know if it could depend on other plugins or what else...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>freevectors on "there is no newsletter-subscription site after new installation"</title>
			<link>http://www.eventualo.net/forum/topic/52#post-281</link>
			<pubDate>Sat, 21 Aug 2010 10:08:26 +0000</pubDate>
			<dc:creator>freevectors</dc:creator>
			<guid isPermaLink="false">281@http://www.eventualo.net/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;after new installation of easymail there is no &#34;newsletter-subscription&#34; site in the admin/sites. So the confirmation of new registration doesnt work(Page not found). I am using the plugin WPML Multilingual CMS and i think the problem comes from this plugin maybe!?? So my question is should i create the site&#34;newsletter-subscription&#34; manually and add the required code inside? Which code i need to add in editor(html)? The site id is 137&#60;/p&#62;
&#60;p&#62;the page must contain the [ ALO-EASYMAIL-PAGE ] code (without spaces between the brackets),&#60;br /&#62;
the value of a plugin option (“ALO_em_subsc_page”) must be the page ID.&#60;/p&#62;
&#60;p&#62;The link to my site is &#60;a href=&#34;http://free.vectors.at/?lang=en&#34; rel=&#34;nofollow&#34;&#62;http://free.vectors.at/?lang=en&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
