Re: Help me with forum based on CakePHP

2009-07-09 Thread GravyFace
I'm probably going to get chastised for saying this, but I'd skip CakePHP and find a CMS that has a decent API and/or framework if you plan on (doubtful) building on it in the future. If you've got some coding chops, you could use CakePHP to build a forum and anything else you'd need on your site

Re: Help me with forum based on CakePHP

2009-07-09 Thread ramzwatcher
Yeah Miles. Hopefully can hear good news from you later on. Its a messy to integrate with other forums apps though. On Jun 7, 4:52 am, Miles J wrote: > Im currently in the process of building aforumplugin, no idea when > it would be finished though :/ --~--~-~--~~~-

Re: Help me with forum based on CakePHP

2009-06-06 Thread Miles J
Im currently in the process of building a forum plugin, no idea when it would be finished though :/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@google

Re: Help me with forum based on CakePHP

2009-06-06 Thread moderndegree
Hey Miles, I'd very much like to see your forum app as a plugin. The Star Craft forum looks pretty slick. - Brian On Jun 1, 2:57 pm, Miles J wrote: > Yeah ive done the same, I built 2 forums > atwww.sc2armory.comandwww.gamesync.com. Will be building a plugin to release > for it. > > Also I w

Re: Help me with forum based on CakePHP

2009-06-02 Thread Walther
I've written a forum plugin for my cakePHP based CMS, it is not designed to be used in any cake app, but maybe you can use it. You can get the forum from http://github.com/dakota/CMScout-Forums/tree/master and the whole CMS from http://github.com/dakota/CMScout/tree/master I am looking for people

Re: Help me with forum based on CakePHP

2009-06-01 Thread Miles J
Yeah ive done the same, I built 2 forums at www.sc2armory.com and www.gamesync.com. Will be building a plugin to release for it. Also I would suggest NOT using that expert forum, it looks so bloated and incorrectly written. --~--~-~--~~~---~--~~ You received this m

Re: Help me with forum based on CakePHP

2009-06-01 Thread Eber Freitas Dias
Guys, I'm working on a forum plugin, and the idea is it to be really simple but complete and plugable on any app... I expect to release it soon and I hope it can make part of thechaw or something, so other people can help on the development. I already have the basic structure and maybe, by the en

Re: Help me with forum based on CakePHP

2009-05-31 Thread Sergei
A forum is not a hard task really. Take a look at this: http://code.google.com/p/expertforum On 30 май, 10:40, thethanghn wrote: > HI everyone, > > I'd like to build a website by CakePHP and it needs a reliable forum > and it's surely a hard task. Could anyone tell me whether there is a > good

Re: Help me with forum based on CakePHP

2009-05-31 Thread keymaster
Personally, I don't think using an integrated cake-Joomla approach is such a great idea. What do you gain? Creating article management capabilities is trivial in cake. Do you really want all of Joomla code for that? Perhaps you are enticed by all the Joomla extensions? I can understand that, bu

Re: Help me with forum based on CakePHP

2009-05-31 Thread Miles J
Because Joomla/Drupal are CMS and CakePHP is a framework. Perhaps you should read a bit more on the difference. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cak

Re: Help me with forum based on CakePHP

2009-05-30 Thread thethanghn
Thanks for your replies. As you know, Drupal and Joomla have everything on it. If I can integrate them, it saves a lot of work. CakePHP is very attractive and simple, I just want to apply it. I heard that Mambo using CakePHP for version 5, is that right? --~--~-~--~~~--

Re: Help me with forum based on CakePHP

2009-05-30 Thread DanielMedia
I've never used this but found it on the Bakery http://bakery.cakephp.org/articles/view/phpbb3-api-bridge. If all you need is decent forum integration (with PHPBB) maybe give that a try. Ultimately it will still be a headache to try to get different systems to play nice. I was once asked to integ

Re: Help me with forum based on CakePHP

2009-05-30 Thread brian
On Fri, May 29, 2009 at 9:40 PM, thethanghn wrote: > > HI everyone, > > I'd like to build a website by CakePHP and it needs a reliable forum > and it's surely a hard task. Could anyone tell me whether there is a > good forum coded by CakePHP or how I can integrate cakePHP with other > CMS such as

Re: Help me with forum based on CakePHP

2009-05-30 Thread Miles J
There are no good forums that I know of that are released with CakePHP, but there are forums built in CakePHP. Also, why would you integrate with drupal or joomla??? On May 29, 6:40 pm, thethanghn wrote: > HI everyone, > > I'd like to build a website by CakePHP and it needs a reliable forum > a

Help me with forum based on CakePHP

2009-05-30 Thread thethanghn
HI everyone, I'd like to build a website by CakePHP and it needs a reliable forum and it's surely a hard task. Could anyone tell me whether there is a good forum coded by CakePHP or how I can integrate cakePHP with other CMS such as Drupal, Joomla? thank you --~--~-~--~~