Welcome guest, please Login or Register

EEC.MS - ExpressionEngine add-ons

You are here: HomeForum Home → Free add-ons → Extensions → Thread

   

MX Cloner: version 1.0.1 download / bug tracker / future requests

Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

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.

download

     

Image Attachments

mx-cloner.png

Click thumbnail to see full-size image

Rank

Total Posts: 1

Joined 2010-09-10

PM

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’. grin

Excellent work on the addon!

     

Image Attachments

LittleSnapper.png

Click thumbnail to see full-size image

Rank

Total Posts: 22

Joined 2010-09-22

PM

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).

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

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?

     
Rank

Total Posts: 22

Joined 2010-09-22

PM

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!!!

     

Image Attachments

Screen_shot_2010-09-24_at_2.41_.34_PM_.png

Click thumbnail to see full-size image

Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

Could you please tell me you EE version?

     
Rank

Total Posts: 22

Joined 2010-09-22

PM

2.1 something. I’ll check again tomorrow.. but I downloaded 2 weeks ago.

     
Rank

Total Posts: 22

Joined 2010-09-22

PM

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.

     
Rank

Total Posts: 3

Joined 2010-08-23

PM

Hey Max, check this out:
http://expressionengine.com/forums/viewthread/168172/

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

version was updated.
bobh & Chuck Norton could you please test it?

     
Rank

Total Posts: 3

Joined 2010-08-23

PM

Tested, problem’s gone. Thanks Max!

     
Rank

Total Posts: 22

Joined 2010-09-22

PM

Works awesome! Thanks Max.

     
Avatar
Rank

Total Posts: 5

Joined 2010-09-11

PM

Just for your notice: MX Cloner currently breaks on EE 2.1.2. (Build:20101215)
Editing/Adding new entries results in blank page.

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

thanks a_ro. I will post update today.

     
Avatar
RankRankRankRank

Total Posts: 701

Joined 2010-07-13

PM

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); 

 

     
Avatar
Rank

Total Posts: 5

Joined 2010-09-11

PM

thx for the quick fix. works fine.