Forum Activity for @douglas

douglas
@douglas
06/08/18 01:33:47PM
2,804 posts

Video Issue


Installation and Configuration

At a guess, maybe the ffmpeg binary is not in the correct directory for your server, or the permissions are not set correctly.

If the file has the correct permissions set, should be 755, then you'll want to contact your hosting provider to find out where you are alowed to run binary files.

If that is all working, then chances are there might be something wrong with the video file itself.

Hope this helps!
douglas
@douglas
06/08/18 01:29:18PM
2,804 posts

Regarding Youtube


Installation and Configuration

I've not tried this, but from what I can tell you can add &rel=0 to the end of the embed URL's in the modules/jrYouTube/templates/youtube_embed_iframe.tpl and youtube_embed_object.tpl.

hope this helps!
douglas
@douglas
06/05/18 02:55:26PM
2,804 posts

Video Issue


Installation and Configuration

What about your system check, does everything pass?

/core/system_check
douglas
@douglas
06/05/18 11:59:00AM
2,804 posts

Video Issue


Installation and Configuration

Are you getting any entries in your Activity Logs, Debug Logs or PHP Error Logs?

ACP > Dashboard > Acitivity Log
/core/dashboard/activity
douglas
@douglas
05/22/18 08:56:13AM
2,804 posts

latest Ninja update... where to find?


Using Jamroom

Strumelia:
The newest update says:
"Ninja Skin changelog
Version 2.0.10:
- New: Styling for range form field"

This sounds like something I might like to add to my custom skin... but where to find the code change? Is it not in a Ninja template?


That was an addition to the form_input.css file.

Quote:
/* @title Text Input */
/* @help Format for Text Input form elements */
.form_range {
color:#000000;
font-size:14px;
padding:5px; /* @ignore */
margin:0 2px; /* @ignore */
background-color:#FFFFFF;
border:0;
vertical-align: middle;
}

Hope this helps!
douglas
@douglas
05/14/18 07:30:24AM
2,804 posts

Media Pro - Home page


Design and Skin Customization

We'll get a fix for this for the next release.

For now, you can modify the header.tpl and change this:
<body{if isset($spt) && $spt == 'home'} class="loading"{/if}>

to this:

<body>

Hope this helps!
douglas
@douglas
05/14/18 07:13:25AM
2,804 posts

Media Pro - Home page


Design and Skin Customization

Hello,

Seeing the same, we'll check it out.

Thanks!
douglas
@douglas
05/14/18 07:08:03AM
2,804 posts

login & signup template


Design and Skin Customization

rdl419:
Which template files edit the login & signup page. I am using the Celebrity skin.

Thanks

There are no templates for the login and singup forms, they are created by the jrUser module.

You can create your own forms if you like...0

Add the user login form to any page:
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/603/howto-add-the-user-login-form-to-any-page

Or you could also use the Form Designer for each form, just login as the master admin and point your browser to user/login or user/signup, there will be a "Form Designer" button on the page.

Form Designer Docs:
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer

Hope this helps!
douglas
@douglas
05/11/18 08:58:33AM
2,804 posts

How Do I Add New Members?


Design and Skin Customization

derrickhand300:
Sorry- got a question
How do I access the user sign up form as master admin?

After you've logged in as the master admin, point your browser to user/signup

Hope this helps!
douglas
@douglas
05/09/18 08:54:37AM
2,804 posts

Is there a way to reorder GROUPS


Design and Skin Customization

I think your looking for the jrGroup item_index.tpl if you are wanting to modify the jrCore_list function.

Hope this helps!
  44