Forum Activity for @brian

brian
@brian
03/09/18 06:21:04AM
10,148 posts

Site Builder and Mobile Devices


Jamroom Developers

Yeah you can definitely do some of this in CSS since each widget has a unique ID.

I'm hesitant to add this directly to Site Builder though - it's just not something anyone else has needed. My worry is someone sets a widget to be "mobile only" and doesn't see it and it becomes a support issue. Site Builder is designed for those that aren't technical - more technical choices typically isn't a good idea.

But we'll definitely check it out. Thanks!
brian
@brian
03/09/18 06:16:56AM
10,148 posts

Issue with Video


Installation and Configuration

Yeah there's definitely something messing with this on your server - it could be that your PHP processes are limited in how long they can run for. I posted above that any errors are logged to the ACTIVITY LOG but I see you've posted no errors, so I assume there are NO errors in your activity log related to conversion? If there are none then it means the process is being killed by something on your server - outside of Jamroom.
brian
@brian
03/08/18 10:19:16AM
10,148 posts

gb.php?


Using Jamroom

Ceri:
Thought so....so basically a twerp attempting some kind of hack? Oh well one more IP blocked :)

Yep - ignore it :)
brian
@brian
03/08/18 10:19:02AM
10,148 posts

Why does the video converter take so long?


Design and Skin Customization

No - 4 hours is way too long - it's likely not even converting anymore and hasn't been for some time. Reset the worker and let it start over. Also - check your activity log. The converter is very good about logging any errors it encounters to the log.

NOTE: If you restart your web server in the middle of a conversion it will fail!
brian
@brian
03/08/18 09:59:20AM
10,148 posts

gb.php?


Using Jamroom

There is no "gb.php" file on your server - the blog module has a "default" view which gets loaded in it's place since it does not exist.
brian
@brian
03/08/18 09:46:03AM
10,148 posts

Why does the video converter take so long?


Design and Skin Customization

There's multiple answers to this question:

1) First of all, you need to turn down the max conversion workers. This should never be MORE than the number of CPUs in your server, and should likely be no more than 1/2 - so if you have 4 cores, set this to "2". If you have more workers than CPUs the workers will start to compete with each other for CPU time.

2) Setting conversion priority to "highest" is only going to get you a tiny bit faster - I'd recommend setting to "high" as the max. The problem here with it set to "highest" is that EACH worker is now going to try an use ALL processors on your server. Again this will lead to contention for CPU resources between your web server, database, the worker, and any other process running on your server. The only reason to ever use "highest" is if you have a LOT of CPUs or are running a dedicated cluster conversion server.

3) Video conversions are slow - period. There's no way to make them super fast - a 100mb input video is going to take quite a while to be converted to an MP4 version and an FLV version (based on your settings) - I would expect at LEAST 10 to 15 minutes, and that would be with very fast CPUs.

4) Conversion speed is heavily dependent on the CPU speed (higher is better), the amount of free Memory (RAM - more is better) and the speed of the underlying disk system (SSD is best). But even with a screaming fast server it's still going to take quite a bit if time to convert a 100mb video.
brian
@brian
03/07/18 01:56:30PM
10,148 posts

Issue with Video


Installation and Configuration

Look in your Activity Log - errors encountered will be logged there.
brian
@brian
03/07/18 09:13:37AM
10,148 posts

Working with files in form designer?


Off Topic

No - that's not possible. The "file" form designer field is for uploading files such as PDF's, text files, etc. Templates have to be parsed before they can be used, using either template function (i.e. {jrCore_include}) or the jrCore_parse_template() function.
brian
@brian
03/07/18 08:52:44AM
10,148 posts

profiletweaks


Design and Skin Customization

There's nothing in profile tweaks that allows them to change colors and stuff - sorry!
  68