-
Website
http://britg.com -
Original page
http://britg.com/2008/08/23/integrating-cakephp-with-bbpress-part-1/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
jogging double stroller
2 comments · 1 points
-
Web Design Lexington
2 comments · 3 points
-
traviscooper
1 comment · 2 points
-
Ed Kohler
2 comments · 4 points
-
sex toys
1 comment · 1 points
-
-
Popular Threads
-
On Stack Overflow Careers
2 weeks ago · 2 comments
-
Breakfast Naanwiches
3 weeks ago · 1 comment
-
On Stack Overflow Careers
that this was for! I really hope to revisit soon.
I have seen some posts on a forum of people trying to do the same thing. I don't think it can be too difficult - A matter of an afterFind callback in Cake I suppose once th e User is found?
not sure about the BB Press end as I have not used it yet, although it looks promising compared to other forum choices. Any thoughts?
Luke
cookie mechanism i'm already using in my cake app - namely the cookie
handler. I usually dont rely just on Sessions for my user login, but set a
cookie also.
I would extend the Cookie handler built into cake to tap into the same
libraries that BBPress is using (either by duplication or inclusion), and
when I set my cake cookie I also set a BBPress cookie, and a session
variable if BBPress requires one.
Hope that helps - and yes, I apologize that I have not finished part 3 - it
kills me as well!