Seth Whitaker

Results 8 comments of Seth Whitaker

+1 @thnaeff has_many is not the same as a many to many relationship. many to many requires the use of a pivot table which I dont think this repo supports....

Just wanted to check back in on this. Havent heard back about the incrementer method.

You will want to use the has_many_pivot relationship. ``` $this->has_many_pivot['user'] = array( 'foreign_model'=>'Group_model', 'pivot_table'=>'user_group', 'local_key'=>'id', 'pivot_local_key'=>'user_id', 'pivot_foreign_key'=>'group_id', 'foreign_key'=>'id', 'get_relate'=>FALSE ); ``` With this configuration you will be able to do...

Based on this issue https://github.com/avenirer/CodeIgniter-MY_Model/issues/87 It looks like inserting into a many to many (pivot) relationship in one step is not possible at the moment, so you will likely need...

any update on this? I currently cannot create new posts and assign custom taxonomies.

Any update on a fix? desperately want to be able to use this plugin

We also use nested Flex content fields for sections like the OP had and its doing the same thing. Which makes this awesome plugin unusable for us. We really love...

Im having the same situation as above. Every media query now makes all rules after it to alternate between being highlighted and not. ![scss](https://f.cloud.github.com/assets/578552/144218/45cae034-7400-11e2-9f7f-fbbb89445359.JPG)