Jamroom Forum New Posts?
Jamroom Help
I updated the above @chorton581.
Forgot about the images
{if $profile_quota_id != '3'}
<div class="block social"> {* my div *}
{if strlen($profile_homepage) > 1}
<a href="{$profile_homepage}" target="_blank" title="Visit {$profile_name} on their Home Page">{jrCore_image image="homepage.png"}</a>
{/if}
{if strlen($profile_facebook) > 1}
<a href="{$profile_facebook}" target="_blank" title="Visit {$profile_name} on Facebook">{jrCore_image image="facebook.png"}</a>
{/if}
{if strlen($profile_twitter) > 1}
<a href="{$profile_twitter}" target="_blank" title="Visit {$profile_name} on Twitter">{jrCore_image image="twitter.png"}</a>
{/if}
{if strlen($profile_googleplus) > 1}
<a href="{$profile_googleplus}" target="_blank" title="Visit {$profile_name} on Google+">{jrCore_image image="googleplus.png"}</a>
{/if}
{if strlen($profile_youtube) > 1}
<a href="{$profile_youtube}" target="_blank" title="Visit {$profile_name} on Youtube">{jrCore_image image="youtube.png"}</a>
{/if}
{if strlen($profile_myspace) > 1}
<a href="{$profile_myspace}" target="_blank" title="Visit {$profile_name} on MySpace">{jrCore_image image="myspace.png"}</a>
{/if}
{if strlen($profile_bandcamp) > 1}
<a href="{$profile_bandcamp}" target="_blank" title="Visit {$profile_name} on Bandcamp">{jrCore_image image="bandcamp.png"}</a>
{/if}
{if strlen($profile_lastfm) > 1}
<a href="{$profile_lastfm}" target="_blank" title="Visit {$profile_name} on LastFM">{jrCore_image image="lastfm.png"}</a>
{/if}
{if strlen($profile_reverbnation) > 1}
<a href="{$profile_reverbnation}" target="_blank" title="Visit {$profile_name} on Reverbnation">{jrCore_image image="reverbnation.png"}</a>
{/if}
{if strlen($profile_soundcloud) > 1}
<a href="{$profile_soundcloud}" target="_blank" title="Visit {$profile_name} on Soundcloud">{jrCore_image image="soundcloud.png"}</a>
{/if}
{if strlen($profile_bandpage) > 1}
<a href="{$profile_bandpage}" target="_blank" title="Visit {$profile_name} on Bandpage">{jrCore_image image="bandpage.png"}</a>
{/if}
{if strlen($profile_bandzone) > 1}
<a href="{$profile_bandzone}" target="_blank" title="Visit {$profile_name} on Bandzone">{jrCore_image image="bandzone.png"}</a>
{/if}
{if strlen($profile_bigcartel) > 1}
<a href="{$profile_bigcartel}" target="_blank" title="Visit {$profile_name} on Bigcartel">{jrCore_image image="bigcartel.png"}</a>
{/if}
{if strlen($profile_purevolume) > 1}
<a href="{$profile_purevolume}" target="_blank" title="Visit {$profile_name} on Purevolume">{jrCore_image image="purevolume.png"}</a>
{/if}
{if strlen($profile_rhapsody) > 1}
<a href="{$profile_rhapsody}" target="_blank" title="Visit {$profile_name} on Rhapsody">{jrCore_image image="rhapsody.png"}</a>
{/if}
{if strlen($profile_spotify) > 1}
<a href="{$profile_spotify}" target="_blank" title="Visit {$profile_name} on Spotify">{jrCore_image image="spotify.png"}</a>
{/if}
{if strlen($profile_tumblr) > 1}
<a href="{$profile_tumblr}" target="_blank" title="Visit {$profile_name} on Tumblr">{jrCore_image image="tumblr.png"}</a>
{/if}
{if strlen($profile_instagram) > 1}
<a href="{$profile_instagram}" target="_blank" title="Visit {$profile_name} on Instagram">{jrCore_image image="instagram.png"}</a>
{/if}
</div>
{/if}