Forum file attachment types
Using Jamroom
There should be a field in your ACP > Profiles > Forum > Quota Config for file types.
// Social Media
$num = 20;
foreach (array('twitter', 'facebook', 'google', 'linkedin', 'youtube', 'pinterest') as $network) {
// App Store URL
$_tmp = array(
'name' => "{$network}_name",
'type' => 'text',
'default' => '',
'validate' => 'printable',
'label' => ucfirst($network) . " profile",
'help' => "If you have an account for your site on " . ucfirst(str_replace('_', ' ', $network)) . ", enter the profile name and the network icon will show in your footer. Leave blank to disable.",
'order' => $num++,
'section' => 'social networks'
);
jrCore_register_setting('jrElastic', $_tmp);
}
{* Social Network Linkup *}
{if strlen($_conf.jrElastic_twitter_name) > 0}
<a href="https://twitter.com/{$_conf.jrElastic_twitter_name}">{jrCore_image image="sn-twitter.png" width="40" height="40" class="social-img" alt="twitter" title="Follow @{$_conf.jrElastic_twitter_name}"}</a>
{/if}
{if strlen($_conf.jrElastic_facebook_name) > 0}
<a href="https://facebook.com/{$_conf.jrElastic_facebook_name}">{jrCore_image image="sn-facebook.png" width="40" height="40" class="social-img" alt="facebook" title="Like {$_conf.jrElastic_facebook_name} on Facebook"}</a>
{/if}
{if strlen($_conf.jrElastic_linkedin_name) > 0}
<a href="https://linkedin.com/{$_conf.jrElastic_linkedin_name}">{jrCore_image image="sn-linkedin.png" width="40" height="40" class="social-img" alt="linkedin" title="Link up with {$_conf.jrElastic_linkedin_name} on LinkedIn"}</a>
{/if}
{if strlen($_conf.jrElastic_google_name) > 0}
<a href="https://plus.google.com/{$_conf.jrElastic_google_name}">{jrCore_image image="sn-google-plus.png" width="40" height="40" class="social-img" alt="google+" title="Follow {$_conf.jrElastic_google_name} on Google+"}</a>
{/if}
{if strlen($_conf.jrElastic_youtube_name) > 0}
<a href="https://www.youtube.com/channel/{$_conf.jrElastic_youtube_name}" target="_blank">{jrCore_image image="sn-youtube.png" width="40" height="40" class="social-img" alt="youtube" title="Subscribe to {$_conf.jrElastic_youtube_name} on YouTube"}</a>
{/if}
{if strlen($_conf.jrElastic_pinterest_name) > 0}
<a href="https://www.pinterest.com/{$_conf.jrElastic_pinterest_name}" target="_blank">{jrCore_image image="sn-pinterest.png" width="40" height="40" class="social-img" alt="pinterest" title="Follow {$_conf.jrElastic_pinterest_name} on Pinterest"}</a>
{/if}
<a onclick="popwin('{$jamroom_url}/radio_player/playlist_id={$item._item_id}/title={$item.playlist_title}/autoplay=true','radio_player',820,725,true);">