An installation of a ZenphotoPress version older than 1.3 has been detected. Click "Update" to import old
path and popup preferences. This operation will delete the old values in the database, so be sure to backup
first.
|
'thumb','title' => __('Image Thumbnail','zenphotopress')),
array('value' => 'title','title' => __('Image Title','zenphotopress')),
array('value' => 'album','title' => __('Album Name','zenphotopress')),
array('value' => 'custom','title' => __('Custom Text','zenphotopress')));
zp_printFormSelect('zenphotopress_custom_what',$options,get_option('zenphotopress_custom_what'));
?>
|
|
'image','title' => __('Link to Image','zenphotopress')),
array('value' => 'album','title' => __('Link to Album','zenphotopress')),
array('value' => 'none','title' => __('No Link','zenphotopress')),
array('value' => 'custom','title' => __('Custom URL','zenphotopress')));
zp_printFormSelect('zenphotopress_custom_link',$options,get_option('zenphotopress_custom_link'));
?>
|
|
'true','title' => __('Close after inserting','zenphotopress')),
array('value' => 'false','title' => __('Keep open','zenphotopress')));
zp_printFormSelect('zenphotopress_custom_close',$options,get_option('zenphotopress_custom_close'));
?>
|
|
12, 'value' => 12),
array('title' => 24, 'value' => 24),
array('title' => 48, 'value' => 48),
array('title' => 96, 'value' => 96));
zp_printFormSelect('zenphotopress_custom_show',$options,get_option('zenphotopress_custom_show'));
?>
|
|
__('Sort Order','zenphotopress'), 'value' => 'sort_order'),
array('title' => __('Title','zenphotopress'), 'value' => 'title'),
array('title' => __('ID','zenphotopress'), 'value' => 'id'));
zp_printFormSelect('zenphotopress_custom_orderby',$options,get_option('zenphotopress_custom_orderby'));
?>
|
|
'none','title' => __('No wrap','zenphotopress')),
array('value' => 'left','title' => __('Right','zenphotopress')),
array('value' => 'right','title' => __('Left','zenphotopress')));
zp_printFormSelect('zenphotopress_custom_wrap',$options,get_option('zenphotopress_custom_wrap'));
?>
|
|
'default','title' => __('Default size (thumbnail)','zenphotopress')),
array('value' => 'full','title' => __('Full size','zenphotopress')),
array('value' => 'custom','title' => __('Custom size','zenphotopress')));
zp_printFormSelect('zenphotopress_custom_size',$options,get_option('zenphotopress_custom_size'));
?>
|
|
|
|
|