Forum Activity for @ultrajam

SteveX
@ultrajam
10/14/17 06:12:08AM
2,584 posts

Small typo in jrVideo 2.0.0


Using Jamroom

$lang[17] = 'if you would like to associate an image file with this song, upload it here.';

updated by @ultrajam: 01/15/18 02:24:05AM
SteveX
@ultrajam
10/13/17 10:56:38AM
2,584 posts

Module Category and URL


Jamroom Developers

Try creating a view like this:
//------------------------------
// default
//------------------------------
function view_yourModule_default($_post, $_user, $_conf)
{ return "here is the view"; }
SteveX
@ultrajam
10/13/17 09:25:52AM
2,584 posts

Module Category and URL


Jamroom Developers

Category is where it appears in the ACP admin menu.

You can make a template for the module named index.tpl and your url will be yoursite.com/test.
SteveX
@ultrajam
10/04/17 06:21:24AM
2,584 posts

Power user $_SESSION not updated when they create a new profile


Using Jamroom

When a power user creates a profile, they fail jrProfile_is_profile_owner for that new profile until they log out and back in again.

$_SESSION['user_linked_profile_ids'] isn't being updated when the new profile is created.
updated by @ultrajam: 01/08/18 01:27:08AM
SteveX
@ultrajam
09/28/17 11:04:44AM
2,584 posts

How to restore a JR site with the Database backup file only?


Installation and Configuration

Because you can't have 2 functions with the same name, you have to rename (or delete) one or the other.
updated by @ultrajam: 09/28/17 11:05:01AM
SteveX
@ultrajam
09/28/17 08:53:30AM
2,584 posts

How to restore a JR site with the Database backup file only?


Installation and Configuration

It means you have a function named jrElastic_skin_meta in jrMycustomskin/include.php

You need to rename that function to jrMycustomskin_skin_meta
SteveX
@ultrajam
09/25/17 04:39:27PM
2,584 posts

Vimeo and Soundcloud Error, both shows this error "You do not have the proper privileges to perform that action!"


Installation and Configuration

My guess is you need to reconfigure your quotas for the module, and any other module which might be limiting the number of items.

If that doesn't work, check your error logs, check you have entered your vimeo etc details correctly.
updated by @ultrajam: 09/25/17 04:40:38PM
SteveX
@ultrajam
09/24/17 09:51:44AM
2,584 posts

Using ffmpeg to make audio and video sprites for a profile


Jamroom Developers

Thanks Michael, that was very useful.

For now I have made an item module with a simple tool for the admin to enter a profile id, all the audio files are concatenated into a single file and created as a profile item for the module.

Still have to make that work on the front end, but I'm pleased with my profgress for this weekend.

Thanks :) !!!
  26