David Pede

Results 19 comments of David Pede

@wshawn thanks, I've adjusted my schema to add the aggregate: ``` ``` And the query like: ``` $collection = $this->modx->getCollectionGraph('TestClass','{"actions":{"activities":{}}}',array('TestClass.id' => 5)); foreach ($collection as $row) { foreach ($row->actions as...

Would be useful for jquery/js filtering. You could be adding people profiles or images to a gallery as elements and then filtering on the tags. Like the Isotope filter example...

I've come up against this issue before as well. This is a great idea and would make pthumb so much more flexible!

I think it would be better if the pThumb cache could use an absolute path tbh

I tried removing the 'if' check and it seemed to solve it: ``` javascript var topic = '/getcache/cache/partition/refresh/navMenu/'; this.console = MODx.load({ xtype: 'modx-console' ,register: 'mgr' ,topic: topic ,show_filename: 0 });...

Have this issue with v4.9 using chrome. It's caused by setting a z-index value on any parent element. Fiddle: http://fiddle.tinymce.com/6Kgaab As the 'mce-resizehandle' divs are contained in a div with...