// This is per post, and different from fixed expiration 'expire' which isn't working yet
array('content_expire',t('Content Expiration'),t('Remove posts/comments and/or private messages at a future time'),false,get_config('feature_lock','content_expire')),
array('multi_profiles',t('Multiple Profiles'),t('Ability to create multiple profiles'),false,get_config('feature_lock','multi_profiles')),
array('advanced_profiles',t('Advanced Profiles'),t('Additional profile sections and selections'),false,get_config('feature_lock','advanced_profiles')),
array('profile_export',t('Profile Import/Export'),t('Save and load profile details across sites/channels'),false,get_config('feature_lock','profile_export')),
array('webpages',t('Web Pages'),t('Provide managed web pages on your channel'),false,get_config('feature_lock','webpages')),
array('hide_rating',t('Hide Rating'),t('Hide the rating buttons on your channel and profile pages. Note: People can still rate you somewhere else.'),false,get_config('feature_lock','hide_rating')),
array('private_notes',t('Private Notes'),t('Enables a tool to store notes and reminders (note: not encrypted)'),false,get_config('feature_lock','private_notes')),
array('nav_channel_select',t('Navigation Channel Select'),t('Change channels directly from within the navigation dropdown menu'),false,get_config('feature_lock','nav_channel_select')),
array('photo_location',t('Photo Location'),t('If location data is available on uploaded photos, link this to a map.'),false,get_config('feature_lock','photo_location')),
array('expert',t('Expert Mode'),t('Enable Expert Mode to provide advanced configuration options'),false,get_config('feature_lock','expert')),
array('premium_channel',t('Premium Channel'),t('Allows you to set restrictions and terms on those that connect with your channel'),false,get_config('feature_lock','premium_channel')),
array('markdown',t('Use Markdown'),t('Allow use of "Markdown" to format posts'),false,get_config('feature_lock','markdown')),
array('large_photos',t('Large Photos'),t('Include large (1024px) photo thumbnails in posts. If not enabled, use small (640px) photo thumbnails'),false,get_config('feature_lock','large_photos')),
array('channel_sources',t('Channel Sources'),t('Automatically import channel content from other channels or feeds'),false,get_config('feature_lock','channel_sources')),
array('content_encrypt',t('Even More Encryption'),t('Allow optional encryption of content end-to-end with a shared secret key'),false,get_config('feature_lock','content_encrypt')),
array('consensus_tools',t('Enable Voting Tools'),t('Provide a class of post which others can vote on'),false,get_config('feature_lock','consensus_tools')),
array('delayed_posting',t('Delayed Posting'),t('Allow posts to be published at a later date'),false,get_config('feature_lock','delayed_posting')),
array('suppress_duplicates',t('Suppress Duplicate Posts/Comments'),t('Prevent posts with identical content to be published with less than two minutes in between submissions.'),true,get_config('feature_lock','suppress_duplicates')),
array('savedsearch',t('Saved Searches'),t('Save search terms for re-use'),false,get_config('feature_lock','savedsearch')),
array('personal_tab',t('Network Personal Tab'),t('Enable tab to display only Network posts that you\'ve interacted on'),false,get_config('feature_lock','personal_tab')),
array('new_tab',t('Network New Tab'),t('Enable tab to display all new Network activity'),false,get_config('feature_lock','new_tab')),
array('affinity',t('Affinity Tool'),t('Filter stream activity by depth of relationships'),false,get_config('feature_lock','affinity')),
array('connfilter',t('Connection Filtering'),t('Filter incoming posts from connections based on keywords/content'),false,get_config('feature_lock','connfilter')),