You are here: Home → Forum Home → Free add-ons → Extensions → Thread
10 August 2010 11:23 AM
Adds the ability to clone entries
Requirements
EE2 >= Build 20100712
Intallation
1. Download the latest version of MX Cloner and extract the .zip to your desktop.
2. Copy system/expressionengine/third_party/mx_cloner to system/expressionengine/mx_cloner
3. Enable the MX Cloner extension & accessory in your CP.
version 1.0.3
Error with autosaving was fixed.
10 September 2010 12:26 PM #1
Nice extension. I spotted a couple issues. The first one is a language file error. See the screen shot for what I’m seeing. (This doesn’t lead the the extension not functioning. It works!)
The second small this was a misspelling in your language file. ‘extension_settings_saved_success’ => ‘Extension settings saved successfully’ instead of ‘succesfully’.
Excellent work on the addon!
22 September 2010 01:20 AM #2
Great addon!
One thing: I’m having problems with MSM… it looks like it’s installed… but it doesn’t do anything when you click the little icon (it just brings you to edit that entry).
22 September 2010 03:32 AM #3
Chuck, so, when you click submit on edit page is not saved as new entry? Do you have “&clone=y” segment in URL?
Could you please tell me your EE version?
24 September 2010 09:43 PM #4
Thanks. No - it doesn’t say ‘&clone=y’
Attached is what it looks like when hovering….
PS - when attaching this image the forum gave ‘Message: in_array() [function.in-array]: Wrong datatype for second argument
” error. It might be because it was a .png file?
Thanks in advance!!!
25 September 2010 04:46 AM #5
Could you please tell me you EE version?
25 September 2010 06:49 AM #6
2.1 something. I’ll check again tomorrow.. but I downloaded 2 weeks ago.
25 September 2010 06:49 PM #7
Max, I think I might have found new information here…. I DOES work if I don’t have Version control on - or have it on but don’t have an auto version waiting.
So when ee’s little dialogue saying ‘you have an automatically saved revision, would you like to keep or discard?’ comes up (which it almost always does if you leave the page open a minute or two) - cloning doesn’t work no matter if you click yes or no.
I’m turning revisions off for now, but will need to turn it back on for client in a few weeks.
04 October 2010 09:16 AM #8
Hey Max, check this out:
http://expressionengine.com/forums/viewthread/168172/
04 October 2010 10:29 AM #9
version was updated.
bobh & Chuck Norton could you please test it?
04 October 2010 10:41 AM #10
Tested, problem’s gone. Thanks Max!
18 December 2010 02:42 PM #12
Just for your notice: MX Cloner currently breaks on EE 2.1.2. (Build:20101215)
Editing/Adding new entries results in blank page.
18 December 2010 03:55 PM #13
thanks a_ro. I will post update today.
18 December 2010 07:36 PM #14
ok team, looks like build 20101215 has a serious bugs in CP.
Critical bug: PHP error on Publish, 2.1.2
solution:
line 1090 of /system/expressionengine/controllers/cp/content_publish.php:
replace
$result = $this->extensions->call('publish_form_entry_data', $result->row_array());
with
$result = $this->extensions->call('publish_form_entry_data', $result);
19 December 2010 04:16 PM #15
thx for the quick fix. works fine.
Powered by ExpressionEngine ExpressionEngine Discussion Forum - version 3.1.8 (20120413)