Forum Activity for @douglas

douglas
@douglas
03/10/16 02:22:53PM
2,812 posts

Is It Possible You Use An IF statement like this?


Using Jamroom

It might be better to set a variable to the size you want depending on the device being used... ie.

{if jrCore_is_mobile_device()}
{assign var="boxwidth" value="320"}
{else}
{assign var="boxwidth" value="450"}
{/if}

Then you can use that single variable for the this._boxWidth value...

this._boxWidth = {$boxwidth};

Depending on the rest of your code, you may also need to use literal tags.

ie.

{literal}
the beginning of your code here up to
this._boxWidth = {/literal}{$boxwidth}{literal};
the rest of your code here...
{/literal}

Hope this helps!
updated by @douglas: 03/10/16 02:23:56PM
douglas
@douglas
03/09/16 04:51:43AM
2,812 posts

The home page info for artist , features ,blog etc ... has been disable - how can I get it back


Jamroom Developers

Do you have a link we can check out?

What skin are you using?

Sometimes when there is missing content it is due to a template error, are you seeing any entries in your "Debug Logs" or "PHP Error Logs"?
douglas
@douglas
03/07/16 05:01:41AM
2,812 posts

Hide download button for a particular quota


Installation and Configuration

Sorry, I don't think I did a good job of explaining that...

The master admin will see everything, you can't really hide anything from the master admin, however... if you do as Micheal has suggested,

micheal:
click on that levels button on the right (in your screenshot) click MODIFY on the download button and select the quotas it should show for.

then profiles/users in the quotas you've hidden the download button from should not see the download button when logged in.

The only way to test that is to login as a user from the quota you've hidden the button from.

Hope that makes more sense.
douglas
@douglas
03/04/16 10:38:23AM
2,812 posts

Looking For jrSiteBuilder_tinymce_init


Using Jamroom

It is in the modules/jrSiteBuilder/include.php file around line 1104
douglas
@douglas
03/04/16 04:57:00AM
2,812 posts

Hide download button for a particular quota


Installation and Configuration

If your looking at it as the master admin, you might try logging in as a user from that quota instead and see if the button is showing then.
douglas
@douglas
03/04/16 04:55:02AM
2,812 posts

Problem loading a customise background image into header section


Using Jamroom

Your welcome! And thanks for posting the solution here in the forums for others. :)
douglas
@douglas
03/03/16 11:26:56AM
2,812 posts

Alternative Media Import


Genosis

Sorry, by media I assumed you meant audio, therefor the post was moved to using Jamroom.

What images are you uploading exactly?

Thanks!
douglas
@douglas
03/03/16 09:24:35AM
2,812 posts

Alternative Media Import


Genosis

You can upload more files at a time if you upload them as ablums, click the "*" button on your profiles audio page, that will allow you to upload more than one audio track at a time.

You won't be able to FTP the files because Jamroom converts the files uploaded into files that can be played on both PC and mobile platforms.

Hope this helps!
douglas
@douglas
03/02/16 05:40:39AM
2,812 posts

Problem loading a customise background image into header section


Using Jamroom

Have you made any changes to the header.css via the ACP > Skins > YOURSKIN > Style tab?

The background-image is being ignored...
updated by @douglas: 03/02/16 05:41:38AM
  112