Forum Activity for @douglas

douglas
@douglas
05/27/16 07:00:14AM
2,812 posts

After removing jrCombined uploaded_audio stays with the router


Jamroom Developers

Go to your ACP > Profiles > Audio > Info tab and change the URL for the module back to audio.

Hope this helps!
douglas
@douglas
05/26/16 11:32:21AM
2,812 posts

How to shut off Iframe Control


Using Jamroom

I've turned off validate iframes for the Roughneck City quota in your ACP > System Core > Core > Quota Config, let me know if that will work for you?

Thanks!
douglas
@douglas
05/26/16 10:33:56AM
2,812 posts

Display a New Module Template?


Design and Skin Customization

What Brian is saying here:

brian: You can pass in variables as well - i.e. yoursite.com/whatever/brian
The $_post.option variable would contain "brian" in the whatever.tpl file

is if you have a template in your skin directory named whatever.tpl and you type yoursite.com/whatever/brian into your browser, then the variable {$_post.option} will be set to brian and only available in the whatever.tpl template.

Also, there is no need to check the $_params.module since the jrCore_list is telling the template what module your using. You might want to read over the jrCore_list function docs... https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list if you haven't already.

Hope this helps!
douglas
@douglas
05/26/16 07:50:01AM
2,812 posts

How to shut off Iframe Control


Using Jamroom

First, there is no need in entering any more URL's into the Allowed Domains field in the Core > Global Config section, ALLOW_ALL_DOMAINS should be all you need there and URL's are not what should be entered anyway, only domain names, ie. https://www.youtube.com should just be youtube.com.

For iframes, the domains should be added to the iframe modules Allowed Domains section. Site > IFrame Control > Allowed Domains. Note that you can't add the http or www to this section as well. Just the main domain will do.

If you can let me know where your seeing the issue, I'll check it out for you.

Thanks!
douglas
@douglas
05/26/16 07:40:02AM
2,812 posts

Video Display Problem


Using Jamroom

Your welcome! :)
douglas
@douglas
05/25/16 12:24:38PM
2,812 posts

Video Display Problem


Using Jamroom

I went ahead and fixed your jrVideo_item_detail.tpl, selecting a player from the skin settings will work on your players now.

Hope this helps!
douglas
@douglas
05/25/16 12:14:52PM
2,812 posts

Video Display Problem


Using Jamroom

I've got this fixed for you.

The issue was you have a custom jrVideo_item_detail.tpl in your custom skin that was overriding the modules template, which has the code for the different players.

To fix it, I just changed your custom skins include.php file to use the gray_overlay player instead of the dark player by default since you stated you just wanted to use that player.

If you want me to modify your custom jrVideo_item_detail.tpl to use the player selected from the skin settings, let me know and I'll update it for you.

Thanks!
douglas
@douglas
05/25/16 10:39:14AM
2,812 posts

custom.css for modules


Design and Skin Customization

You can create a custom.css file for your skin and add it by adding a new line in your skins include.php file... ie.

    jrCore_register_module_feature('jrCore', 'css', 'YOURSKIN', 'custom.css');

Be sure to change YOURSKIN to your skin directory.

Hope this helps!
  103