{if $mode == 'single'}

Re-create Photos

« Back to Edit Details
Settings on which photos will be re-created
  • Ratio
  • Thumb Size
    x
  • Medium Size
    x
  • Large Size
  • Cropping
    {assign var=cropping value=$Cbucket->configs.photo_crop} {if $cropping == 1} Enabled {else} Disabled {/if}
  • Watermarking
    {assign var=watermark value=$Cbucket->configs.watermark_photo} {if $watermark == 1} Enabled | Placement - {else} Disabled {/if}
  •  
    Update settings if they are not according to your needs.
  • Re-create Photo
    {foreach from=$files item=file}
    {assign var=size value=$cbphoto->get_image_type($file)} Filename: {$p.filename}{if $size} - Size: {$size}{/if}
    {/foreach}
    {/if} {if $mode == 'mass' || $mode == ''}

    Mass Re-creation of Photos

    This will re-create all the photos uploaded on your website, according to the settings shown below
    Settings on which photos will be re-created
  • Ratio
  • Thumb Size
    x
  • Medium Size
    x
  • Large Size
  • Cropping
    {assign var=cropping value=$Cbucket->configs.photo_crop} {if $cropping == 1} Enabled {else} Disabled {/if}
  • Watermarking
    {assign var=watermark value=$Cbucket->configs.watermark_photo} {if $watermark == 1} Enabled | Placement - {else} Disabled {/if}
  •  
    Update settings if they are not according to your needs.
  • Loop Size -
    Number of photos to re-create in one go.
    {if $indexing}
    {$from} - {$to} of {$total}
    {if $stop_loop!='yes'} redirecting....do not close this window {else} Re-creation of photos have been completed. {/if} {/if} {/if} {if $mode == "collection"}

    Recreate Photos

    {if $items} {assign var=cid value=$items[0].collection_id} {assign var=c_name value=$items[0].collection_id|get_collection_field} {$c_name} - View Collection - Edit Collection - Manage Items
    Settings on which photos will be re-created
  • Ratio
  • Thumb Size
    x
  • Medium Size
    x
  • Large Size
  • Cropping
    {assign var=cropping value=$Cbucket->configs.photo_crop} {if $cropping == 1} Enabled {else} Disabled {/if}
  • Watermarking
    {assign var=watermark value=$Cbucket->configs.watermark_photo} {if $watermark == 1} Enabled | Placement - {else} Disabled {/if}
  •  
    Update settings if they are not according to your needs.
  • Photos {section name=list loop=$items} {/section}
    Select photos you want to re-created |
    {else} {/if} {/if}