Forum Activity for @douglas

douglas
@douglas
01/24/17 01:09:43PM
2,812 posts

Css not saving the value


Using Jamroom

I've got this fixed for you, there are two new H2 and H3 tag colors in the style section for your skin, one here:

base.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=base.css/section=advanced

and one here:

list.css
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=list.css/section=advanced

That should allow you to control the color for that text better.

Let me know if you see any issues.

Thanks!
douglas
@douglas
01/24/17 12:33:43PM
2,812 posts

Problem with search conditions


Design and Skin Customization

Give this a try:

{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id not_like 1"
pagebreak="25"
page=$_post.page
} 

Hope this helps!

EDIT:
BTW You can find the search conditions here: https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list#search-conditions
updated by @douglas: 01/24/17 12:37:13PM
douglas
@douglas
01/24/17 12:26:59PM
2,812 posts



At this time, you'll have to use the FoxyCart modules to do subscriptions, which requires a FoxyCart account.

FoxyCart Modules:
https://www.jamroom.net/the-jamroom-network/networkmarket/70/foxycart-ecommerce
https://www.jamroom.net/the-jamroom-network/networkmarket/71/foxycart-bundles

FoxyCart Website:
http://www.foxycart.com/

Jamroom is setup for SEO and there is a meta module that allows you to add meta keywords and descriptions to your pages.
https://www.jamroom.net/the-jamroom-network/networkmarket/129/meta-tag-manager

These modules can all be purchased/installed via your sites ACP > Core > Marketplace.

Hope this helps!
updated by @douglas: 05/05/17 10:43:27AM
douglas
@douglas
01/24/17 11:37:34AM
2,812 posts

{jrCore_skin="..."}


Using Jamroom

Your Welcome! :)
douglas
@douglas
01/24/17 11:35:59AM
2,812 posts

Css not saving the value


Using Jamroom

I changed the "footer a" rule here:
http://dubmusic.com/core/skin_admin/style/skin=jrNova/file=footer.css/section=advanced

The "Share This" text, and other text on that page, will require a CSS file tweak, it can't be fixed via the skins style tab.

If you send your FTP credentials I'll get it fixed so you can change that text color in the skins style tab.

Thanks!
douglas
@douglas
01/24/17 11:18:53AM
2,812 posts

{jrCore_skin="..."}


Using Jamroom

Try:

{if $_conf.jrCore_active_skin == "jrAudioPro"}
something1
{else}
something2
{/if}

Hope this helps!
douglas
@douglas
01/24/17 06:20:28AM
2,812 posts



Trapfly Fiya:
Will this skin allow multiple music artist to be on this skin? I know that Solo Pro is for a single artist.

Yes, Audio Pro will allow for multiple artists.

Hope this helps!
douglas
@douglas
01/24/17 05:58:45AM
2,812 posts

Css not saving the value


Using Jamroom

Whenever you use the Style section in the skin, it adds an !important to that CSS rule, and since you changed the HTML color to black, that now is the color of every link on the site, you'll want to go through the rest of the CSS rules for the tag and change the color to something else if it is already the color you want, save and then change it back.

This way the CSS rule will get an !important attached to it and it will be that color.

I've already done this for your footer links.

I'm not sure I understand what your asking about the Share This, where exactly are you seeing this?

Thanks!
douglas
@douglas
01/24/17 05:51:39AM
2,812 posts

Following List


Using Jamroom

You can use a jrCore_list function with the jrFollower module.

Something like this maybe?

{jrCore_list module="jrFollower" search1="follow_profile_id = #" search2="follow_active = 1" order_by="_created desc" pagebreak=9 page=$_post.p template=$ftpl pager=true}

of course change the # to the correct profile_id.

Hope this helps!
updated by @douglas: 01/24/17 06:22:37AM
douglas
@douglas
01/23/17 02:22:42PM
2,812 posts

Site Radio And TV


Using Jamroom

izhmel:
Can you send me the code to copy and paste ?

Thanks


So you want to create links to different genres that play in a single player on a page by itself? ie. yoursite.com/dubmusic_player/rock would open a page with a player that played all songs in the rock genre?

If so, create a template named dubmusic_player.tpl and add this code.

{assign var="selected" value="stand_alone_palyer"}
{assign var="no_inner_div" value="true"}
{jrCore_include template="header.tpl"}

<div class="container">

    {* FEATURED TABS *}
    <div class="row">

        <div class="col12 last">

            <div class="menu_tab">
                <div id="default" class="p_choice fartist" onclick="jrLoad('#sm','{$jamroom_url}/index_artists');jrSetActive('#default');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="12" default="artists"}</div>
                <div id="s_song" class="p_choice fsong" onclick="jrLoad('#sm','{$jamroom_url}/index_songs');jrSetActive('#s_song');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="13" default="songs"}</div>
                <div id="s_video" class="p_choice fvideo" onclick="jrLoad('#sm','{$jamroom_url}/index_videos');jrSetActive('#s_video');">{jrCore_lang  skin=$_conf.jrCore_active_skin id="21" default="featured"} {jrCore_lang  skin=$_conf.jrCore_active_skin id="14" default="videos"}</div>
                <div class="clear"></div>
            </div>
            <div class="finner mb8">
                <div id="sm"></div>
            </div>

        </div>

    </div>

    {* PLAYER *}
    <div class="row">

        <div class="col12 last">
            <div class="inner leader mb8 mr8">
                <span class="title">{$_conf.jrCore_system_name} Player</span>
            </div>
            <div class="inner mb8">
                {if isset($_post.option) && strlen($_post.option) > 0}
                    {jrCore_media_player type="jrAudio_black_overlay_player" module="jrAudio" field="audio_file" search1="profile_quota_id IN 1,2,3" search2="audio_genre = `$_post.option`" order_by="audio_title random" limit="50" autoplay=true}
                {else}
                    {jrCore_media_player type="jrAudio_black_overlay_player" module="jrAudio" field="audio_file" search1="profile_quota_id IN 1,2,3" order_by="audio_title random" limit="50" autoplay=true}
                {/if}
            </div>
        </div>

    </div>

    {jrTags_cloud height="350" assign="tag_cloud"}
    {if strlen($tag_cloud) > 0}
        <div class="row">
            <div class="col12 last">
                <div class="inner mb10">
                    <div class="inner leader">Tag Cloud</div>
                    <div class="item">{$tag_cloud}</div>
                </div>
            </div>
        </div>
    {/if}

    {* SITE STATS *}
    {if isset($_conf.jrNova_show_stats) && $_conf.jrNova_show_stats == 'on'}
        <div class="row">
            <div class="col12 last">
                <div class="inner">
                    <div class="inner leader">
                        <span class="capital">{jrCore_lang  skin=$_conf.jrCore_active_skin id="42" default="stats"}</span> -
                        {capture name="template" assign="stats_tpl"}
                        {literal}
                            {foreach $_stats as $title => $_stat}
                            <span class="media_title">• {$title}: {$_stat.count}</span>
                            {/foreach}
                        {/literal}
                        {/capture}
                        {jrCore_stats template=$stats_tpl}
                    </div>
                </div>
            </div>
        </div>
    {/if}

</div>

{jrCore_include template="footer.tpl"}

Then the links to that would be something like:

http://dubmusic.com/bubmusic_player/rock

You'll also want to change the quota id's in the jrCore_media_player functions.

search1="profile_quota_id IN 1,2,3"

Hope this helps!
updated by @douglas: 01/23/17 02:23:47PM
  71