Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

ThorntonStuart/SimpleCloner

Repository files navigation

SimpleCloner

Simple Cloner is a module purpose built for Expression Engine 3 which allows users to duplicate channel entries from a tab in the publish layout. Suffixes can be appended to the title and URL title fields in EE to differentiate cloned entries.

If you are working with bloqs I have noted that you will receive a PHP warning on PHP 5.6.25

Invalid argument supplied for foreach()

A simple fix for this if this issue happens to you:

Navigate to system/user/addons/bloqs/libraries/EEBlocks/Controller/PublishController.php line: 502

Change

foreach ($data as $row_id => $blockdata)

To

foreach ((array) $data as $row_id => $blockdata)

About

An entry cloning module compatible with EE3

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages