othauth permissions

2007-06-10 Thread Oneill
Hello all, I was wondering if somebody know how you can add/edit/delete groups permissions online with othauth Hope somebody does... Ciao --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To po

Re: Save one field to two models

2007-04-25 Thread Oneill
Super it works! Thanks!!! On 25 apr, 13:34, dardosordi <[EMAIL PROTECTED]> wrote: > Try this in the controller, > > $this->data['Page']['title'] = $this->data['Node']['title'] > > $this->Node->save($this->data) >

Save one field to two models

2007-04-24 Thread Oneill
Hi guys, I would like to save one inputfield to two models. But it only works when I make to inputfield: Page\title and Node\title. I just want one inputfield for both... same data! How can I fill Node\title with the data of Page\title? Or have someone an other suggestion? Ciao --~--~-

Re: show page from tree with a for loop

2007-02-28 Thread Oneill
Is it difficult? I have a link for the threadedlists I use to put my menu together... http://bakery.cakephp.org/articles/view/63 On 28 feb, 15:36, "Oneill" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I am busy with my nodes controller... I forwarded each routing to &

show page from tree with a for loop

2007-02-28 Thread Oneill
Hi guys, I am busy with my nodes controller... I forwarded each routing to nodes_controller -> show. Now I have my nodes table structure with a id, name, parent_id and url. The url is just the name which it should be accessible in the browser. Like about_us. Now you can see the parent_id is for

Re: eternal routing

2007-02-24 Thread Oneill
r? Greetz, On 24 feb, 00:38, "AD7six" <[EMAIL PROTECTED]> wrote: > On Feb 23, 11:14 pm, "Oneill" <[EMAIL PROTECTED]> wrote: > > > > > > > Hi All, > > > Here a dutch friend which needs some wisdom.;-) > > > I am trying to bui

eternal routing

2007-02-23 Thread Oneill
Hi All, Here a dutch friend which needs some wisdom.;-) I am trying to build my own mini cms... Who doesn't... ;-) I would love to get my urls like this : /whatever/here/nice/blabla The most scripts I saw on the google group are too simple for this. I would like this to be eternal... So as man

Re: existing ajax script includen

2007-01-23 Thread Oneill
Hi Chris, Thanks for your reaction. You are probably right about expecting aswers. ;-) I jus read your post on the blog... Nice one! I'll gonna try it right now. Cheers, On 23 jan, 15:31, "Chris Hartjes" <[EMAIL PROTECTED]> wrote: > On 1/23/07, Oneill <[EMAIL PROT

Re: existing ajax script includen

2007-01-23 Thread Oneill
Is this really difficult? Because nobody responsed... On 23 jan, 11:50, "Oneill" <[EMAIL PROTECTED]> wrote: > Hi guys, > > I found a very interesting ajax script for sorting my > menu(http://www.dhtmlgoodies.com/index.html?whichScript=drag-drop-folder-tree). > I

existing ajax script includen

2007-01-23 Thread Oneill
Hi guys, I found a very interesting ajax script for sorting my menu(http://www.dhtmlgoodies.com/index.html?whichScript=drag-drop-folder-tree). It works perfectly! But now do I want to include it into cakephp but I don't have a clue how to start... Anybody an idea what should be the best thing to

Re: language subdomain

2007-01-12 Thread Oneill
Wow thanks for the support guys! I gonna try this.. ;-) I let you people know when I have an solution. That's fair.. ;-) Ciao --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group

Re: language subdomain

2007-01-11 Thread Oneill
Serious... I didn't know that! Well I gonna try it with the bootstrap method. thanks. [EMAIL PROTECTED] schreef: > DJ Spark wrote: > > btw, wikipedia uses different installs for each subdomain :) > > > > i *think* you could set different subdomains pointing to different > > cake 'webroot' fol

Re: language subdomain

2007-01-11 Thread Oneill
Well you describe it as useless.. Maybe you're right. ;-) But I would like to do the same as wikipedia does. But I think it looks better and its better for the navigation. But how can I remove the language part from the URI without redirecting? --~--~-~--~~~---~--~---

language subdomain

2007-01-11 Thread Oneill
Dear, I want to use subdomains for the language of the content on the site. Like en.mydomain.com, de.mydomain.com. Does anyone know a solutions for this? Oneill --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups