<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Integrate Wordpress into symfony</title>
	<atom:link href="http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/</link>
	<description>Symfony, Php, Google Maps, Ajax</description>
	<lastBuildDate>Thu, 04 Mar 2010 14:29:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: denis</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-656</link>
		<dc:creator>denis</dc:creator>
		<pubDate>Thu, 04 Mar 2010 14:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-656</guid>
		<description>The easiest way to fix l10ni18n conflict is to replace all &quot;__(&quot; in Wordpress source files with &quot;__l18n(&quot;.</description>
		<content:encoded><![CDATA[<p>The easiest way to fix l10ni18n conflict is to replace all &#8220;__(&#8221; in Wordpress source files with &#8220;__l18n(&#8220;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-627</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-627</guid>
		<description>@nresni dit: If I can take your issue to mean that you can in fact get to the wp-login.php page but when you actually log in successfully you get a Symfony 404 page then all you need to do is set the default login page to be /wp-admin/index.php instead of just /wp-admin/.  To do this find the following in wp-login.php:

$redirect_to = admin_url();

and replace it with:

$redirect_to = admin_url(&#039;index.php&#039;);

and you should be good to go.</description>
		<content:encoded><![CDATA[<p>@nresni dit: If I can take your issue to mean that you can in fact get to the wp-login.php page but when you actually log in successfully you get a Symfony 404 page then all you need to do is set the default login page to be /wp-admin/index.php instead of just /wp-admin/.  To do this find the following in wp-login.php:</p>
<p>$redirect_to = admin_url();</p>
<p>and replace it with:</p>
<p>$redirect_to = admin_url(&#8216;index.php&#8217;);</p>
<p>and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-626</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 03 Dec 2009 02:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-626</guid>
		<description>First of all, thank you very much for this article, it was extremely helpful.  After working with this implementation for some time I started to run into a lot of integration issues when upgrading to newer versions of WordPress until finally I decided to re-approach the entire implementation.  As a result I was able to accomplish this same goal but in a way that doesn&#039;t conflict with WordPress&#039;s global variables or Symfony&#039;s internationalization and I&#039;ve written a post about it here: http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/.  I wanted to be sure and let you know as I reference your article in mine, my implementation is just a few variations on yours and you were paramount in getting me going on this project.  Thanks again.</description>
		<content:encoded><![CDATA[<p>First of all, thank you very much for this article, it was extremely helpful.  After working with this implementation for some time I started to run into a lot of integration issues when upgrading to newer versions of WordPress until finally I decided to re-approach the entire implementation.  As a result I was able to accomplish this same goal but in a way that doesn&#8217;t conflict with WordPress&#8217;s global variables or Symfony&#8217;s internationalization and I&#8217;ve written a post about it here: <a href="http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/" rel="nofollow">http://blog.codeclarity.com/2009/12/02/integrating-symfony-and-wordpress/</a>.  I wanted to be sure and let you know as I reference your article in mine, my implementation is just a few variations on yours and you were paramount in getting me going on this project.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-612</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-612</guid>
		<description>If you have the standard symfony Apache .htaccess and your followed the tutorial /blog/wp-admin/index.php should work.</description>
		<content:encoded><![CDATA[<p>If you have the standard symfony Apache .htaccess and your followed the tutorial /blog/wp-admin/index.php should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nresni</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-607</link>
		<dc:creator>nresni</dc:creator>
		<pubDate>Wed, 30 Sep 2009 09:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-607</guid>
		<description>Hi Fabrice,

I just one problem, I&#039;m unable to connect to backoffice with url  /blog/wp-login.php
	
thank you in advance</description>
		<content:encoded><![CDATA[<p>Hi Fabrice,</p>
<p>I just one problem, I&#8217;m unable to connect to backoffice with url  /blog/wp-login.php</p>
<p>thank you in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-596</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:33:32 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-596</guid>
		<description>Joris: your error message is completely unclear. Please be more detailed if you want some help and contact me directly fabriceb -at- theodo . fr

Alex: this is just a tutorial for an integration and requires good technical skills to adapt to every problem. This is also why I have not taken the time to pluginify this, because it is hard to make it generic. For the routing, have you been careful to remove the .htaccess as mentioned ?</description>
		<content:encoded><![CDATA[<p>Joris: your error message is completely unclear. Please be more detailed if you want some help and contact me directly fabriceb -at- theodo . fr</p>
<p>Alex: this is just a tutorial for an integration and requires good technical skills to adapt to every problem. This is also why I have not taken the time to pluginify this, because it is hard to make it generic. For the routing, have you been careful to remove the .htaccess as mentioned ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-594</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-594</guid>
		<description>Hi Fabrice, 
I work with symfony 1.2.7 and wordpress 2.5. I try to make an integration but I have some errors with the routing of symfony, when I want to navigate in wordpress. (I didn&#039;t remove the references of the functions get_header(), get_footer(), get_sidebar() because I need them for my project)

Can you help me to find a solution?</description>
		<content:encoded><![CDATA[<p>Hi Fabrice,<br />
I work with symfony 1.2.7 and wordpress 2.5. I try to make an integration but I have some errors with the routing of symfony, when I want to navigate in wordpress. (I didn&#8217;t remove the references of the functions get_header(), get_footer(), get_sidebar() because I need them for my project)</p>
<p>Can you help me to find a solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joris</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-591</link>
		<dc:creator>Joris</dc:creator>
		<pubDate>Thu, 27 Aug 2009 17:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-591</guid>
		<description>I have an error when I integrate wordpress with symfony :
Warning: sfWordpressActions::require_once(wp-blog-header.php)

I follow your tutorial and I don&#039;t understand why symfony can&#039;t open this file...

Have you any idea ?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>I have an error when I integrate wordpress with symfony :<br />
Warning: sfWordpressActions::require_once(wp-blog-header.php)</p>
<p>I follow your tutorial and I don&#8217;t understand why symfony can&#8217;t open this file&#8230;</p>
<p>Have you any idea ?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-579</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Mon, 24 Aug 2009 10:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-579</guid>
		<description>The author of this &quot;plagiarism&quot; had the decency to keep my copyright in the source code. Furthermore he explains in the context of symfony 1.2 and I guess a more recent version of Wordpress, so I consider this as a contribution.

I am unfortunately more focused of the Google Maps Plugin and Facebook Connect Plugin, so I do not have the time to adapt the existing blog article into a nice plugin. What I could do however, if somebody is motivated to contribute, is commit my current plugin, and let someone adapt it to the new Wordpress version for example. Anybody interested ?</description>
		<content:encoded><![CDATA[<p>The author of this &#8220;plagiarism&#8221; had the decency to keep my copyright in the source code. Furthermore he explains in the context of symfony 1.2 and I guess a more recent version of Wordpress, so I consider this as a contribution.</p>
<p>I am unfortunately more focused of the Google Maps Plugin and Facebook Connect Plugin, so I do not have the time to adapt the existing blog article into a nice plugin. What I could do however, if somebody is motivated to contribute, is commit my current plugin, and let someone adapt it to the new Wordpress version for example. Anybody interested ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinz</title>
		<link>http://www.theodo.fr/blog/2009/03/integrate-wordpress-into-symfony/comment-page-1/#comment-577</link>
		<dc:creator>vinz</dc:creator>
		<pubDate>Wed, 19 Aug 2009 06:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=11#comment-577</guid>
		<description>Naughty Plagiarismt : http://www.xavismeh.com/xav-geek/developpement-xav-geek/555-integrer-wordpress-dans-une-application-symfony-part-1/</description>
		<content:encoded><![CDATA[<p>Naughty Plagiarismt : <a href="http://www.xavismeh.com/xav-geek/developpement-xav-geek/555-integrer-wordpress-dans-une-application-symfony-part-1/" rel="nofollow">http://www.xavismeh.com/xav-geek/developpement-xav-geek/555-integrer-wordpress-dans-une-application-symfony-part-1/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
