Re: CakePhp & Wordpress Integration

2010-08-01 Thread jasmin wish
But I want to know,how to set cookie of wordpress when login from website in which wordpress is integrated!!!How to combine login of both these? On Jul 29, 2:25 am, Erik Starck wrote: > Is it possible to put the blog on a different server such as > blog.yourdomain.com? I think that will save you

Re: CakePhp & Wordpress Integration

2010-07-28 Thread Erik Starck
Is it possible to put the blog on a different server such as blog.yourdomain.com? I think that will save you a lot of headache. BR Erik On Tue, Jul 27, 2010 at 9:03 AM, jasmin wish wrote: > Hi, >     I have created a admin panel in Cakephp and want to add blog > section in it so that admin can

Re: CakePhp & Wordpress Integration

2010-07-28 Thread jasmin wish
Yes information is same on both the user tables but i need a automatic login to wordpress also,so how can i procced i haven't get proper idea. try from this one http://www.kyletyoung.com/code/cakephp_wordpress_component but not working. On Jul 27, 6:36 pm, Hugo M wrote: > You can't just enter the

Re: CakePhp & Wordpress Integration

2010-07-28 Thread keymaster
Unless there is a good reason to integrate Wordpress, I would stay far away. You just don't need all that extra complication interacting with your cake install. If you aren't able to invest the time to build something in cake, have a look at http://croogo.org/ Your life will be much simpler beca

Re: CakePhp & Wordpress Integration

2010-07-28 Thread Zaky Katalan-Ezra
@Shaz WHY??? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe

Re: CakePhp & Wordpress Integration

2010-07-27 Thread Shaz
You would be better off building the blog yourself using cake rather than integrating wordpress :) On Jul 27, 2:58 pm, euromark wrote: > i once stumpled upon > this:http://bitbucket.org/pixelastic/caracole-bbpress/src/a87149cbba0e > > maybe something similar could be created for wordpress? > > O

Re: CakePhp & Wordpress Integration

2010-07-27 Thread euromark
i once stumpled upon this: http://bitbucket.org/pixelastic/caracole-bbpress/src/a87149cbba0e maybe something similar could be created for wordpress? On 27 Jul., 15:36, Hugo M wrote: > You can't just enter the information in the wordpress posts table? > > 2010/7/27 jasmin wish : > > > > > Hi, >

Re: CakePhp & Wordpress Integration

2010-07-27 Thread Hugo M
You can't just enter the information in the wordpress posts table? 2010/7/27 jasmin wish : > Hi, >     I have created a admin panel in Cakephp and want to add blog > section in it so that admin can post a blog from there. > So i've installed the wordpress on app/webroot/blog folder and its > worki

CakePhp & Wordpress Integration

2010-07-27 Thread jasmin wish
Hi, I have created a admin panel in Cakephp and want to add blog section in it so that admin can post a blog from there. So i've installed the wordpress on app/webroot/blog folder and its working. But now the issue is to when i logged-in from admin panel,i need to do automatic login as admin o