<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: How to integrate WordPress 2.0 and PHPlist 2.10.2</title>
	<link>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/</link>
	<description>laboratório de ideias, estudos, experiências e reflexões</description>
	<pubDate>Fri, 16 May 2008 03:28:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: TzPjBXfCTb</title>
		<link>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-11140</link>
		<dc:creator>TzPjBXfCTb</dc:creator>
		<pubDate>Thu, 11 Jan 2007 19:44:24 +0000</pubDate>
		<guid>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-11140</guid>
		<description>Hi! Very nice site! Thanks you very much! 64rY6qYufyM</description>
		<content:encoded><![CDATA[<p>Hi! Very nice site! Thanks you very much! 64rY6qYufyM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lordjiem</title>
		<link>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-706</link>
		<dc:creator>lordjiem</dc:creator>
		<pubDate>Fri, 21 Apr 2006 15:43:28 +0000</pubDate>
		<guid>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-706</guid>
		<description>Header, footer (and others phplist optionnal texts) do not allow php in them. In order to enable php interpretation, you have to modify all the references to "header" and "footer" in /index.php and /admin/subscribelib2.php with a call to the php function 'eval()'.

[for example,
in /admin/subscribelib2.php, instead of 
   print $subscribepagedata["header"];
put  
   print (eval('?&#62;' . $subscribepagedata["header"] . '</description>
		<content:encoded><![CDATA[<p>Header, footer (and others phplist optionnal texts) do not allow php in them. In order to enable php interpretation, you have to modify all the references to &#8220;header&#8221; and &#8220;footer&#8221; in /index.php and /admin/subscribelib2.php with a call to the php function &#8216;eval()&#8217;.</p>
<p>[for example,<br />
in /admin/subscribelib2.php, instead of<br />
   print $subscribepagedata[&#8221;header&#8221;];<br />
put<br />
   print (eval(&#8217;?&gt;&#8217; . $subscribepagedata[&#8221;header&#8221;] . &#8216;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Coble</title>
		<link>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-698</link>
		<dc:creator>John Coble</dc:creator>
		<pubDate>Mon, 17 Apr 2006 20:29:46 +0000</pubDate>
		<guid>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-698</guid>
		<description>I had high hopes for this to work, but I was disappointed. This is obviously a hard problem to solve, so I appreciate your effort.

First of all when I cut/pasted your code the apostrophes (') came out as "curly" instead of straight -- â€˜/news.phpâ€™. So I had to figure that out. (It's in your Javascript code too.) Also, by using the source code of a current blog page, all of the "current" information becomes static. So any updates to my sidebar don't happen on the subscribe page. I could try to make a new blog page template and strip out the live sidebar content, but it would still have problems. With the subscribe box in the Sidebar there's no way to unsubscribe or get more information about the list. I gave up and just made the background of my subscribe page match the background of my site.</description>
		<content:encoded><![CDATA[<p>I had high hopes for this to work, but I was disappointed. This is obviously a hard problem to solve, so I appreciate your effort.</p>
<p>First of all when I cut/pasted your code the apostrophes (&#8217;) came out as &#8220;curly&#8221; instead of straight &#8212; â€˜/news.phpâ€™. So I had to figure that out. (It&#8217;s in your Javascript code too.) Also, by using the source code of a current blog page, all of the &#8220;current&#8221; information becomes static. So any updates to my sidebar don&#8217;t happen on the subscribe page. I could try to make a new blog page template and strip out the live sidebar content, but it would still have problems. With the subscribe box in the Sidebar there&#8217;s no way to unsubscribe or get more information about the list. I gave up and just made the background of my subscribe page match the background of my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Filipe Correia</title>
		<link>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-570</link>
		<dc:creator>Filipe Correia</dc:creator>
		<pubDate>Sat, 11 Feb 2006 20:04:44 +0000</pubDate>
		<guid>http://blog.lisbonlab.com/2006/02/11/how-to-integrate-wordpress-20-and-phplist-2102/#comment-570</guid>
		<description>Only one thing missing for it to be the "perfect marriage" :) It would be great to have an option that would make a newsletter post be automatically sent with the blog post's contents, whenever a new blog post was published.

I understand &lt;a href="http://gerard.ly.free.fr/index.php?page=wordpress" rel="nofollow"&gt;Mailing List Plugin&lt;/a&gt; is a step closer to doing this, but still, not the entire post content is sent, only a notification that a new post exists on the blog.

I guess I'll have to keep looking, or perhaps get my hands dirty too :)</description>
		<content:encoded><![CDATA[<p>Only one thing missing for it to be the &#8220;perfect marriage&#8221; <img src='http://blog.lisbonlab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> It would be great to have an option that would make a newsletter post be automatically sent with the blog post&#8217;s contents, whenever a new blog post was published.</p>
<p>I understand <a href="http://gerard.ly.free.fr/index.php?page=wordpress" rel="nofollow">Mailing List Plugin</a> is a step closer to doing this, but still, not the entire post content is sent, only a notification that a new post exists on the blog.</p>
<p>I guess I&#8217;ll have to keep looking, or perhaps get my hands dirty too <img src='http://blog.lisbonlab.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
