Forum Activity for @douglas

douglas
@douglas
05/03/16 10:13:01AM
2,812 posts

Pro Jam Light


Design and Skin Customization

I've fixed it for you, you weren't using the correct code for the SoundCloud image.

Hope this helps!
douglas
@douglas
05/03/16 09:56:50AM
2,812 posts

Pro Jam Light


Design and Skin Customization

nduguseliphaz:
I have already changed that but the songs have no Thumbnails

We'll need a link to see what you have so far.

We may also need admin login to check out the code. Send it to support[at] jamroom[dot] net and we can take a look at it.

Thanks!
douglas
@douglas
05/03/16 09:17:43AM
2,812 posts

Pro Jam Light


Design and Skin Customization

That title can be found in your skins/jrProJamLight/index.tpl

{* NEWEST VIDEOS *}
    <div class="col12 last">
        <h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="11" default="Newest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Videos"}</h3><br>

The file that controls that section is your skins/jrProJamLight/index_new_videos.tpl

To change it to a SoundCloud list, change the code in that file to this:

{capture name="row_template" assign="new_soundcloud_template"}
{literal}
    {jrCore_module_url module="jrSoundCloud" assign="murl"}
    {if isset($_items)}
    <div class="container">
        {foreach $_items as $item}
        {if $item@first || ($item@iteration % 3) == 1}
        <div class="row">
            {/if}
            <div class="col4{if $item@last || ($item@iteration % 3) == 0} last{/if}">
                <div class="center">
                    <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.soundcloud_title_url}"><img src="{$item.soundcloud_artwork_url}" alt="{$item.soundcloud_title_url|jrCore_entity_string}" class="iloutline img_shadow" width=""175" height="175"></a><br>
                    <h4><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.soundcloud_title_url}">{$item.soundcloud_title|truncate:20:"...":false}</a></h4>
                </div>
            </div>
            {if $item@last || ($item@iteration % 3) == 0}
        </div>
        {/if}
        {/foreach}
    </div>
    {if $info.total_pages > 1}
    <div style="float:left; padding-top:12px;">
        {if $info.prev_page > 0}
        <span class="button-arrow-previous" onclick="jrLoad('#newest_videos','{$info.page_base_url}/p={$info.prev_page}');$('html, body').animate({ scrollTop: $('#nvideos').offset().top -100 }, 'slow');">&nbsp;</span>
        {else}
        <span class="button-arrow-previous-off">&nbsp;</span>
        {/if}
        {if $info.next_page > 1}
        <span class="button-arrow-next" onclick="jrLoad('#newest_videos','{$info.page_base_url}/p={$info.next_page}');$('html, body').animate({ scrollTop: $('#nvideos').offset().top -100 }, 'slow');">&nbsp;</span>
        {else}
        <span class="button-arrow-next-off">&nbsp;</span>
        {/if}
    </div>
    {/if}
    <div style="float:right; padding-top:9px;">
        <a href="{$jamroom_url}/{$murl}" title="More SoundCloud Songs"><div class="button-more">&nbsp;</div></a>
    </div>

    <div class="clear"> </div>
    {/if}
{/literal}
{/capture}



{jrCore_list module="jrSoundCloud" order_by="_item desc" template=$new_soundcloud_template pagebreak="3" page=$_post.p}
douglas
@douglas
05/03/16 05:17:57AM
2,812 posts

skin from scratch


Design and Skin Customization

I've not see the videos so can't say if they still apply... I'd say the only difference now would be if you want your skin to work with the Site Builder module.

JR5 skins are also responsive skins unlike JR4 skins/themes, but that may be covered in the videos.
douglas
@douglas
05/03/16 05:05:57AM
2,812 posts

Pro Jam Light


Design and Skin Customization

You can find this in your modules/jrSoundCloud/templates/item_list.tpl

Thumbnail/Item Image
                        {if isset($item.soundcloud_artwork_url) && strlen($item.soundcloud_artwork_url) > 0}
                            <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.soundcloud_title_url}"><img src="{$item.soundcloud_artwork_url}" alt="{$item.soundcloud_title_url|jrCore_entity_string}" class="iloutline img_scale"></a><br>
                        {/if}

TItle
<h3><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.soundcloud_title_url}">{$item.soundcloud_title}</a></h3>

Hope this helps!
douglas
@douglas
05/02/16 12:06:15PM
2,812 posts

RSS Feeds Not Updating


Using Jamroom

This should be fixed for the next release.

Thanks!
douglas
@douglas
05/02/16 09:52:41AM
2,812 posts

Configuring Contact Form


Using Jamroom

This should be fixed for the next release of the custom forms module.
douglas
@douglas
05/02/16 03:42:53AM
2,812 posts

Site News text and images out of alignment


Using Jamroom

Hello,

I've been trying to replicate what your screen shots are showing and I have not been able to do that, have you modified the templates for that section or am I misunderstanding what you've done.

To me it looks like a list of news titles, in which case the Nova skin was not setup that way, or is it just a single news entry with embedded images?

Thanks!
douglas
@douglas
05/02/16 02:54:57AM
2,812 posts

RSS Feeds Not Updating


Using Jamroom

I see feeds without issues on both of your links...

http://roughneckcity.com/roughneck-city/blog/feed
http://roughneckcity.com/feed/oilfieldnews/

Are you still having an issue with this?

Thanks!
douglas
@douglas
04/29/16 09:54:42AM
2,812 posts

How To Change Image Gallery Order?


Using Jamroom

It looks like the last image uploaded becomes the first image in the Gallery, so you shouldn't have to move the last image uploaded if you want it to be the first image in the Gallery.

I'm not sure what you mean by number 2. Are you wanting a way to turn off pagination?

Thanks!
  106