Forum Activity for @douglas

douglas
@douglas
12/02/15 09:27:18AM
2,807 posts

embed issues


Using Jamroom

gary.moncrieff:
I am also seeing {jrCore_media_player} invalid value received for "type" parameter in jrNingja. Guessing it must be the custom music profile page in jrNingja that's at fault here.



This was due to a release of the jrNingja skin that did not have the correct config.php file. I have updated the marketplace with a fix for this.

izhmel:
its a skin issue. it works with the elastic skin

You'll need to send me your admin login so I can check it out.
douglas
@douglas
12/02/15 05:51:42AM
2,807 posts

embed issues


Using Jamroom

I'm not sure why your seeing the issue, I can't replicate it on my end, but it isn't a skin issue since the modifications were made in the Audio, Playlist and Video module templates.

The skin config setting was added to allow the site admin to choose between players, if the module template does not see a skin setting, then it uses a default type.

Something else is causing the issue and without access to a site that this is happening on, I can only guess at what the issue might be.

You might try reloading the Audio, Playlist and Video modules, ACP > Marketplace > Tools > Reload Modules And Skins, then run the Integrity Check tool and reset your caches.

Also make sure your not using a modified item_embed.tpl in your ACP > Profiles > Audio > Templates section.

Hope this helps.
douglas
@douglas
12/02/15 04:03:31AM
2,807 posts

embed issues


Using Jamroom

You don't need the skin setting at all since the audio modules embed template checks for the skin setting and if it doesn't have one it is set to a default player type.

If your modules are up to date, and your running the latest beta version of the Jamroom core, then check your ACP > Profiles > Audio > Templates and make sure you haven't modified the item_embed.tpl. If you have you'll want to reset it to its default state.
douglas
@douglas
12/01/15 10:34:35AM
2,807 posts

embed issues


Using Jamroom

Without the admin login, there isn't much we can do except guess at what the issue might be.
douglas
@douglas
12/01/15 05:30:28AM
2,807 posts

ProJam - Remove Profile on Blog


Using Jamroom

Glad to hear it. :)
douglas
@douglas
11/30/15 08:39:14AM
2,807 posts

Still Unable to upgrade


Using Jamroom

If your using the latest Nova skin, the JS for those tabs has been moved out of the jrNova.js file and into the templates. So this code:

<script type="text/javascript">
    $(document).ready(function(){
        jrSkinInit();
    });
</script>

is no longer needed and could cause issues. Instead the actual javascript for each page has been added directly into the templates for that particular page. For example, the index.tpl now has this instead:

<script type="text/javascript">
    $(document).ready(function(){
        jrLoad('#sm',core_system_url +'/index_artists');
        jrLoad('#top_artists',core_system_url +'/top_artists');
        jrLoad('#top_songs',core_system_url +'/top_songs');
        jrSetActive('#default');
     });
</script>

Hope this helps!
douglas
@douglas
11/30/15 05:16:52AM
2,807 posts

ProJam - Remove Profile on Blog


Using Jamroom

What you have should work, can you send me your URL, FTP and login info so I can take a look?

douglas[at]jamroom[dodt]net

Note that in this code:

{if isset($option) && $option != 'all'}
    {jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" search3="profile_id != 30'" template="blogs_row.tpl"}
{else}
    {jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}

The top jrCore_list function does not need the profile_id search since the first search only lists user_id 1 blogs, which is usually the site admin user_id. So the blogs.tpl should be this instead.

{if isset($option) && $option != 'all'}
    {jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="_user_id = 1" search2="blog_category = `$option`" template="blogs_row.tpl"}
{else}
    {jrCore_list module="jrBlog" order_by="_created desc" limit="5" search1="blog_category not_in about,news,welcome,latest,featured,exclusive" search2="profile_id != 30" template="blogs_row.tpl"}
{/if}

updated by @douglas: 11/30/15 05:17:37AM
douglas
@douglas
11/29/15 04:24:37AM
2,807 posts

ProJam - Remove Profile on Blog


Using Jamroom

Try changing your search to this:

 search2="profile_id != 30"


Thanks!
updated by @douglas: 11/29/15 04:30:46AM
douglas
@douglas
11/28/15 03:48:03AM
2,807 posts

Where to get quality traffic for my JR site


Suggestions

You can try Michael's suggestion, however I don't think you'll find a site that comes close to MusicSubmit or one that will allow you to signup as a resource for their artists/bands.

A lot of those A&R sites deal with high-end label companies only.
  124