Forum Activity for @dazed

Dazed
@dazed
01/14/17 12:08:57PM
1,022 posts

Audio Pro Footer


Using Jamroom

Confused. This is from the current version of AP 1.0.5. There are social media calls in the footer. As mentioned I am not seeing the scroll up arrow either. Was there a new version that was not added to source control?


{if  strlen($page_template) == 0}
</div>
{/if}

<div id="footer">
    <div id="footer_content">
        <div class="container">

            <div class="row">
                {* Logo *}
                <div class="col6">
                    <div id="footer_sn">
                        <div id="footer_sn">

                            {* Social Network Linkup *}
                            {if strlen($_conf.jrAudioPro_twitter_name) > 0}
                                <a href="https://twitter.com/{$_conf.jrAudioPro_twitter_name}" target="_blank">{jrCore_image image="sn-twitter.png" width="40" height="40" class="social-img" alt="twitter" title="Follow @{$_conf.jrAudioPro_twitter_name}"}</a>
                            {/if}

                            {if strlen($_conf.jrAudioPro_facebook_name) > 0}
                                <a href="https://facebook.com/{$_conf.jrAudioPro_facebook_name}" target="_blank">{jrCore_image image="sn-facebook.png" width="40" height="40" class="social-img" alt="facebook" title="Like {$_conf.jrAudioPro_facebook_name} on Facebook"}</a>
                            {/if}

                            {if strlen($_conf.jrAudioPro_linkedin_name) > 0}
                                <a href="https://linkedin.com/{$_conf.jrAudioPro_linkedin_name}" target="_blank">{jrCore_image image="sn-linkedin.png" width="40" height="40" class="social-img" alt="linkedin" title="Link up with {$_conf.jrAudioPro_linkedin_name} on LinkedIn"}</a>
                            {/if}

                            {if strlen($_conf.jrAudioPro_google_name) > 0}
                                <a href="https://plus.google.com/{$_conf.jrAudioPro_google_name}" target="_blank">{jrCore_image image="sn-google-plus.png" width="40" height="40" class="social-img" alt="google+" title="Follow {$_conf.jrAudioPro_google_name} on Google+"}</a>
                            {/if}

                            {if strlen($_conf.jrAudioPro_youtube_name) > 0}
                                <a href="https://www.youtube.com/channel/{$_conf.jrAudioPro_youtube_name}" target="_blank">{jrCore_image image="sn-youtube.png" width="40" height="40" class="social-img" alt="youtube" title="Subscribe to {$_conf.jrAudioPro_youtube_name} on YouTube"}</a>
                            {/if}

                            {if strlen($_conf.jrAudioPro_pinterest_name) > 0}
                                <a href="https://www.pinterest.com/{$_conf.jrAudioPro_pinterest_name}" target="_blank">{jrCore_image image="sn-pinterest.png" width="40" height="40" class="social-img" alt="pinterest" title="Follow {$_conf.jrAudioPro_pinterest_name} on Pinterest"}</a>
                            {/if}

                        </div>
                    </div>
                </div>

                {* Text *}
                <div class="col6 last">
                    <div id="footer_text">
                        &copy;{$smarty.now|date_format:"%Y"} <a href="{$jamroom_url}">{$_conf.jrCore_system_name}</a><br>
                        {* An auto footer that rotates phrases to help jamroom.net.  If you like jamroom, leave this here. We'd appreciate it.  Thanks. *}
                        {jrCore_powered_by}
                    </div>
                </div>
            </div>

        </div>
    </div>
</div>

<a href="#" id="scrollup" class="scrollup">{jrCore_icon icon="arrow-up"}</a>

</div>


{if isset($css_footer_href)}
    {foreach from=$css_footer_href item="_css"}
        <link rel="stylesheet" href="{$_css.source}" media="{$_css.media|default:"screen"}"/>
    {/foreach}
{/if}
{if isset($javascript_footer_href)}
    {foreach from=$javascript_footer_href item="_js"}
        <script type="{$_js.type|default:"text/javascript"}" src="{$_js.source}"></script>
    {/foreach}
{/if}
{if isset($javascript_footer_function)}
    <script type="text/javascript">
        {$javascript_footer_function}
    </script>
{/if}

{* Slidebar Mobile Menu *}
<script type="text/javascript">
    (function($) {
        $(document).ready(function() {
            var ms = new $.slidebars();
            $('li#menu_button > a').on('click', function() {
                ms.slidebars.open('left');
            });
        });
    }) (jQuery);
</script>

<script src="{$jamroom_url}/skins/{"jrAudioPro"}/js/css3-animate-it.js"></script>

</body>
</html>
Dazed
@dazed
01/14/17 11:04:34AM
1,022 posts

Do Jamroom sites use cookies?


Using Jamroom

I have tested some international sites that must have the cookie disclaimer. What a waste of time and resources. Michael you guys should create a small module for international sites that require this though. Here is one I worked on for Zayo - http://www.zayo.com/uk/ . You can see it in the lower left.
updated by @dazed: 01/14/17 11:05:22AM
Dazed
@dazed
01/14/17 09:06:18AM
1,022 posts

Audio Pro Footer


Using Jamroom

2 Questions on the Audio Pro Footer.

1. In the footer code there is reference to social media links much like index_top.tpl but the code is different looking for the name vs url in the skin global conf. See code below. I do not see an area to set this. Is the code supposed to be identical in both or is there something I am missing?

2. The scroll up code is in the footer but I do not see it on my site. I added some google ads in my footer but I have tested with the default template also.

Thanks!

footer.tpl
                            {if strlen($_conf.MixAP_twitter_name) > 0}
                                <a href="https://twitter.com/{$_conf.MixAP_twitter_name}" target="_blank">{jrCore_image image="sn-twitter.png" width="40" height="40" class="social-img" alt="twitter" title="Follow @{$_conf.MixAP_twitter_name}"}</a>
                            {/if}

index_top.tpl
                            {if strlen($_conf.MixAP_twitter_url) > 0 && $_conf.MixAP_twitter_url != "0"}
                                <li><a href="{$_conf.MixAP_twitter_url}" class="social-twitter" target="_blank"></a></li>
                            {/if}

updated by @dazed: 04/20/17 09:17:52PM
Dazed
@dazed
01/13/17 02:19:24PM
1,022 posts

Charts Help


Design and Skin Customization

ok I think I have it now and I figured out the genre issues also I think.

Appreciate the help.
2017-01-13 15_14_06-Weekly Music Charts _ mixposure.com.jpg 2017-01-13 15_14_06-Weekly Music Charts _ mixposure.com.jpg - 41KB
Dazed
@dazed
01/13/17 01:46:37PM
1,022 posts

Charts Help


Design and Skin Customization

ahh I thought you fixed it lol. ok will check it out.
Dazed
@dazed
01/13/17 01:44:43PM
1,022 posts

Charts Help


Design and Skin Customization

Thanks Brian. Looking at 30 day vs 30 day comparing the two they do not match. I can't recall where the reset was on counts but maybe that is it?
2017-01-13 14_43_29-Monthly Music Charts _ mixposure.com.jpg 2017-01-13 14_43_29-Monthly Music Charts _ mixposure.com.jpg - 107KB
Dazed
@dazed
01/13/17 01:33:27PM
1,022 posts

Charts Help


Design and Skin Customization

Appreciate it Brian.
Dazed
@dazed
01/13/17 01:30:02PM
1,022 posts

Charts Help


Design and Skin Customization

The music_charts will be used most. The other charts are part of audio pro and people like them on the index page so I was hoping to keep them in sync.
Dazed
@dazed
01/13/17 01:26:50PM
1,022 posts

Charts Help


Design and Skin Customization

LOL it does not matter. Pick which ever is easiest.
Dazed
@dazed
01/13/17 01:05:19PM
1,022 posts

Charts Help


Design and Skin Customization

Yeah I copied them from the index and added it to a separate page as well as the index. That is a copy and paste from the index page chart.

looking at the code there is a slight diffence
{jrCore_list module="jrAudio" chart_field="audio_file_stream_count" search=$s2 chart_days=$_conf.MixAP_chart_days limit="17" template="index_chart_item.tpl"}

and ProJam
 {jrCore_list module="jrAudio" chart_field="audio_file_stream_count" chart_days="7" quota_id=$_conf.MixAP_artist_quota template="music_chart_row.tpl" require_image="audio_image" pagebreak=$_conf.MixAP_default_pagebreak page=$_post.p}

updated by @dazed: 01/13/17 01:06:33PM
  24