Contents - Index


Minicomponent - Clone property

 

File name: cloneproperty.zip

 

This plugin will attempt to create a copy of the current property and it's settings. The new property will have the name '1 New clone property'XXXX where XXXX is the name of the older property. Once you've cloned the property you are advised then to rename this new property. Once installed, the clone link will be viewable by a property manager when they go to the Property Admin page.

 

 

Note 1, this plugin does not clone tariffs if you are using the Enhanced Tariffs plugin.

Note 2, this feature is only available to Super Property Managers (although it's simple enough to edit the code to make the feature available to non-Super Managers)

 

If you want to disable the super property manager only features, just delete these lines in j04000cloneproperty.class.php and j06000cloneproperty.class.php

 

if ($thisJRUser->superPropertyManager!=true)

{

echo "User not Super property manager. Hack attempt. Go away";

return;

}