Forum Activity for @douglas

douglas
@douglas
07/09/18 10:09:25AM
2,797 posts

Reset Caches


Using Jamroom

izhmel:
Reset Memory Cache check box don't work
/core/cache_reset


It will be disabled if you have developer mode turned on.

Hope this helps!
douglas
@douglas
07/05/18 06:45:21AM
2,797 posts

Articles Issue


Design and Skin Customization

Articles are pages created via your ACP > Admin > Page Creator

Make sure to set the "Page Location" to "Page Is Visible On Main Site".

Hope this helps!
douglas
@douglas
07/03/18 01:53:28PM
2,797 posts

Which Template has the thank you page - subscriptions


Design and Skin Customization

If you are using a cloned skin, no... you will not lose your code.

If you have made the modifications via the skins template tab, no... you will not lose your code.

Hope this helps!
douglas
@douglas
07/02/18 10:15:50AM
2,797 posts

Which Template has the thank you page - subscriptions


Design and Skin Customization

This is not in a template, it is hard coded in the jrSubscribe module.

What are you trying to accomplish?

Thanks!
douglas
@douglas
06/19/18 06:02:20AM
2,797 posts

[AudioPro] On Sale Now thumbnail too big


Design and Skin Customization

music412:
Hi Douglas

Thanks for your help.

The code works!

But the layout still looks kinda not right.

See the attached print screen.

Will "Audio Pro" template continue to be improved? There are a few things that I have came across which could be bugs.


You'll want to modify the index_item_1.tpl file in order to get the desired layout you want.

Hope this helps!
douglas
@douglas
06/18/18 09:59:17AM
2,797 posts

[AudioPro] On Sale Now thumbnail too big


Design and Skin Customization

Change it to this:

{if jrCore_is_mobile_device()}
    {jrCore_module_function
    function="jrImage_display"
    module="jrAudio"
    type="audio_image"
    item_id=$item._item_id
    size="xlarge"
    crop="auto"
    class="img_scale"
    alt=$item.audio_title
    style="max-width:72px;max-height:72px;"
    }{else}
    {jrCore_module_function
    function="jrImage_display"
    module="jrAudio"
    type="audio_image"
    item_id=$item._item_id
    size="xlarge"
    crop="auto"
    class="img_scale"
    alt=$item.audio_title
    width=false
    height=false
    }{/if}

Hope this helps!
douglas
@douglas
06/18/18 05:54:35AM
2,797 posts

How do The Newest Artists/Members get added to the index page on Projam 5


Design and Skin Customization

There is also a require image in the skin settings, if that is set to yes, and the profile does NOT have an image, then it will not show in that section.

Hope this helps!
douglas
@douglas
06/18/18 05:52:32AM
2,797 posts

[AudioPro] On Sale Now thumbnail too big


Design and Skin Customization

You'll find the code in you index_item_1.tpl.

So using Paul's code it would look something like this:

{if jrCore_is_mobile_device()}
    {jrCore_module_function
    function="jrImage_display"
    module="jrAudio"
    type="audio_image"
    item_id=$item._item_id
    size="xlarge"
    crop="auto"
    class="img_scale"
    alt=$item.audio_title
    width=72
    height=72
    }{else}
    {jrCore_module_function
    function="jrImage_display"
    module="jrAudio"
    type="audio_image"
    item_id=$item._item_id
    size="xlarge"
    crop="auto"
    class="img_scale"
    alt=$item.audio_title
    width=false
    height=false
    }{/if}

Hope this helps!
douglas
@douglas
06/16/18 08:32:25AM
2,797 posts

How do The Newest Artists/Members get added to the index page on Projam 5


Design and Skin Customization

ukdenny:
I cannot see how these profiles get added to the space provided on the index page. Could someone explain please.

What skin are you using?

Thanks!
douglas
@douglas
06/15/18 08:27:15AM
2,797 posts

Skin Templates


Design and Skin Customization

PatriaCo:
However, periodically for no known reason, that tpl file is being deleted from the skin directory....

This will also happen if you are not using a cloned skin.

Hope this helps!
  42