Forum Activity for @douglas

douglas
@douglas
02/24/14 07:36:31AM
2,808 posts

Sharing events


Using Jamroom

Your welcome!

In case anyone else sees this issue, I reloaded the jrEvent module from the Marketplace > Tools > Reload Modules Or Skins because the templates were not using the correct function to show the share buttons.
douglas
@douglas
02/24/14 07:15:28AM
2,808 posts

jrNova skin - Language function


Design and Skin Customization

andrusito:
Take a look @michael

http://devocionmusical.com/jamroom5/

You might try clearing your browser cache, it is working for me on your site.

Changed the language to Spanish, and then clicked the artist button and the language stayed in Spanish. Using FF browser.

Hope this helps,
Douglas
douglas
@douglas
02/24/14 06:47:02AM
2,808 posts

I frame not working


Installation and Configuration

izhmel:
I did all that and it don't work

Try removing the http: part of the src parameter and let us know if it works then.
douglas
@douglas
02/24/14 06:29:11AM
2,808 posts

Sharing events


Using Jamroom

Yes, if you'll send the admin login info to douglas[at]jamroom[dot]net I'll check it out.
douglas
@douglas
02/24/14 06:03:48AM
2,808 posts

Sharing events


Using Jamroom

Make sure you are using the latest templates, I can't tell what you have or don't have because I'm not logged into your site. But you can see on my dev site that they are there...

http://douglas.jamroomnetwork.com/testuser1/event/3/testuser1-event-1
douglas
@douglas
02/24/14 05:59:38AM
2,808 posts

Jr Solo Skin Player Problem


Installation and Configuration

If you'll send me your login details, master admin username and password, I'll take a look at it for you.

douglas[at]jamroom[dot]net
douglas
@douglas
02/24/14 05:53:04AM
2,808 posts

Sharing events


Using Jamroom

I see it on the event detail page of my dev site. Do you have a link we can check out?
douglas
@douglas
02/23/14 09:31:26AM
2,808 posts

search results page for Media Pro Light


Design and Skin Customization

iLoveHouseMusic:
Not a huge priority but can't seem to track this down. When doing a search using MediaProLight skin, the search results also display the side_home.tpl on the side. I wanted to make the search results more similar to jrElastic where it's basically 2 columns col6 + col6 format.

How do I remove that side bar from the search results in MediaProLight? I thought it was the jrSearch_results.tpl but that seems to be placed inside another TPL that contains the sidebar. I see it on the Demo also.

Thank you in advance!

In your header.tpl file, find this:

        {* SEARCH PAGE HEADER *}
        {if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
        <div class="container">

            <div class="row">

                <div class="col9">
                    <div class="body_1 mr5">

                        <div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="124" default="Search Results"}</div>
                            <div class="body_5">
        {/if}

and change it to this:

        {* SEARCH PAGE HEADER *}
        {if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
        <div class="container">

            <div class="row">

                <div class="col12 last">
                    <div class="body_1 mr5">

                        <div class="title">{jrCore_lang skin=$_conf.jrCore_active_skin id="124" default="Search Results"}</div>
                            <div class="body_5">
        {/if}


then in your footer.tpl file, find this:

{if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
                        </div>
                    </div>
                </div>
    <div class="col3 last">
        <div class="body_1">
            {jrCore_include template="side_home.tpl"}
        </div>
    </div>
            </div>
        </div>
{/if}

and change it to this:

{if isset($_post.module) && $_post.option != 'admin' && ($_post.module == 'jrRecommend' || $_post.module == 'jrSearch')}
                        </div>
                    </div>
                </div>
            </div>
        </div>
{/if}

Hope this helps,
Douglas
douglas
@douglas
02/23/14 09:23:32AM
2,808 posts

Jr Solo Skin Player Problem


Installation and Configuration

You might make sure your using the latest version of the skin and module too.
douglas
@douglas
02/22/14 03:15:44AM
2,808 posts

play list not found


Installation and Configuration

That artist does not have any playlists created...

http://dubmusic.com/the-scientist

It doesn't look like playlists are even available to the artist.
  245