"-----", 'label' => __('Single Elements', 'appStoreAssistant' )),
array('ID' => "displayapptitle", 'label' => __("App Name", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_NOTITLE,INLINE_NOTITLE"),
array('ID' => "displayappicon", 'label' => __("App Icon", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_NOTITLE,INLINE_NOTITLE"),
array('ID' => "displayappiconbuybutton", 'label' => __("App Icon w/ buy button", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_NOTITLE,INLINE_NOTITLE"),
array('ID' => "displaystarrating", 'label' => __("App Star Rating", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayappdescription", 'label' => __("App Description", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,INLINE_TITLE,INLINE_NOTITLE,CLOSED,OPEN"),
array('ID' => "displayappreleasenotes", 'label' => __("App Release Notes", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,INLINE_TITLE,INLINE_NOTITLE,CLOSED,OPEN"),
array('ID' => "displayappdetailssection", 'label' => __("Details Section", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,CLOSED,OPEN"),
array('ID' => "displayscreenshots", 'label' => __("Screen Shots", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,CLOSED,OPEN"),
array('ID' => "displaysupporteddevices", 'label' => __("Supported Devices", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,INLINE_TITLE,INLINE_NOTITLE,CLOSED,OPEN"),
array('ID' => "displayappbadge", 'label' => __("App Store Badge", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_NOTITLE,INLINE_NOTITLE"),
array('ID' => "displaygamecenterenabled", 'label' => __("Game Center Enabled icon", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_TITLE,NORM_NOTITLE,INLINE_NOTITLE"),
array('ID' => "displayappbuybutton", 'label' => __("App Buy Button", 'appStoreAssistant' ), 'modes' => "HIDE,NORM_NOTITLE,INLINE_NOTITLE"),
array('ID' => "-----", 'label' => __("Details Elements", 'appStoreAssistant' ), 'modes' => ""),
array('ID' => "displayversion", 'label' => __("App Version", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displaydevelopername", 'label' => __("Developer Name", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displaysellername", 'label' => __("Seller Name", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayreleasedate", 'label' => __("Date Released", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayprice", 'label' => __("Price", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayfilesize", 'label' => __("File Size", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayminimumOsVersion", 'label' => __("Minimum OS Version", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayuniversal", 'label' => __("Universal App icon", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_NOTITLE"),
array('ID' => "displaylanguages", 'label' => __("Languages", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayadvisoryrating", 'label' => __("Advisory Rating", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displayappinapppurwarning", 'label' => __("Offers In-App Purchases", 'appStoreAssistant' ).'*', 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE"),
array('ID' => "displaycategories", 'label' => __("App Categories", 'appStoreAssistant' ), 'modes' => "HIDE,INLINE_TITLE,INLINE_NOTITLE")
);
echo '
';
echo '
| Element | Mode |
';
foreach($appStoreElements as $appStoreElement) {
if($appStoreElement['ID'] == "-----") {
echo '| ';
echo "- ".$appStoreElement['label']." -";
echo ' |
';
} else {
echo "\r";
echo '| '.$appStoreElement['label'].' | ';
echo '';
echo ' |
\r";
}
}
echo '
';
?>
:
:
:
:
:
:
:
*Displays this warning when available.
__("App Name", 'appStoreAssistant' ),
"appStoreDetail_appIcon" => __("App Icon", 'appStoreAssistant' ),
"appStoreDetail_appIconBuyButton" => __("App Icon w/ Buy Button", 'appStoreAssistant' ),
"appStoreDetail_appDescription" => __("App Description", 'appStoreAssistant' ),
"appStoreDetail_appReleaseNotes" => __("App ReleaseNotes", 'appStoreAssistant' ),
"appStoreDetail_appBadge" => __("App Store Badge", 'appStoreAssistant' ),
"appStoreDetail_appDetails" => __("App Details", 'appStoreAssistant' ),
"appStoreDetail_appRating" => __("App Star Rating", 'appStoreAssistant' ),
"appStoreDetail_appScreenshots" => __("Screen Shots", 'appStoreAssistant' ),
"appStoreDetail_appGCIcon" => __("Game Center Enabled icon", 'appStoreAssistant' ),
"appStoreDetail_appDeviceList" => __("Supported Devices List", 'appStoreAssistant' ),
"appStoreDetail_appBuyButton" => __("App Buy Button", 'appStoreAssistant' )
);
echo "";
$appDetailsOrder = explode(",", appStore_setting('appDetailsOrder'));
$appDetailsOrder = array_filter($appDetailsOrder, 'strlen');
if(count($appDetailsOrder) != 12) {
//echo "-----".count($appDetailsOrder)."------[