You are here: Home → Forum Home → Others → Sandbox → Thread
Matrix support:
ft.matrix.php
add new line 1054:
$clone = ($this->EE->input->get('clone') == 'y');
$count=0;
replace line 1058:
$data['row_id_'.$row['row_id']] = $row;
with
$key = $clone ? 'row_new_'.$count : 'row_id_'.$row['row_id'];
$data[$key] = $row;
$count ++;
This might end up being the best thing I’ve seen all day! I haven’t installed it yet, but this [JUST IN TIME] solves a major problem for me. Hopefully, it works as advertised. I am using Matrix fields. They also utilize the Playa add-on, too. I definitely hope it’s the solution I so desperately need.
Thanks, Max!
I had a little bit of tweaking to get some reverse_related_entries working right in Playa columns in a Matrix field, but beyond that small detail, this plugin works for me. And we are doing some heavy lifting, duplicating one entry that has 435 Matrix rows. (You can have 3 guesses as to what that field contains.)
Okay, after interacting with this a bit, I find the little duplication icon to be a pain. I don’t understand the logic of how to get it to show on an entry. Sometimes it just shows up randomly on an entry in the list. Sometimes not at all. And it generally takes some clicking around to get it to show.
What’s the deal with this?
could you please tell me which browser and EE2 build do you used?
ok. with EEb1-2 MX Cloner works unstable because of old jQuery version.