Forum Activity for @softdesigns

SoftDesigns
@softdesigns
04/23/17 10:25:45AM
242 posts

jrCore_list Filter By Fixed ProfileIDs


Jamroom Developers

Goal: Filter Profile List below by a fixed set of ProfieIDs :
{jrCore_list module="jrProfile" order_by="_created desc" limit="5" template=$profile_tpl}
We want to specify an array or list of ProfileIDs and have the above jrCore_list module only return the profiles that we set in our filter list.
--
How to pass a Filter of Fixed ProfileIDs into jrCore_list ?

Please Advise...
updated by @softdesigns: 07/23/17 12:38:21PM
SoftDesigns
@softdesigns
04/18/17 03:25:03PM
242 posts

Proxima Bridge Audio Stream


Proxima

Any Docs or Samples that explain all steps involved to stream JR Audio from Proxima Bridge?
updated by @softdesigns: 07/20/17 06:50:56AM
SoftDesigns
@softdesigns
04/08/17 01:42:59PM
242 posts

Proxima Bridge Setup


Proxima

Great - Will study OneAll for MobileApp...
Also want to make sure:
All modules listed above that download / upload media thru MobileApp, Proxima Core, Proxima Bridge:

Will all items above work seamlessly with the Amazon S3 Media module?
updated by @softdesigns: 04/09/17 11:31:59AM
SoftDesigns
@softdesigns
04/08/17 10:42:43AM
242 posts

Proxima Bridge Setup


Proxima

RE: #3 Above: Since we use OneAll - and this new App is only for Android: Not sure, but we may not require any user login from the App. However, App user may still need to connect into a JR session, to allow "upload" of media onto their correct profile. Not sure if OneAll handles this, or Proxima User module.
--
Given our situation - do you think we still need the "Proxima User module" ?
updated by @softdesigns: 04/08/17 10:43:10AM
SoftDesigns
@softdesigns
04/08/17 09:06:27AM
242 posts

Amazon S3 Media Revert


Using Jamroom

My Boss may put a hold on JR development, until the option to store all media on AWS is available.

Any ETA on how soon the Amazon S3 Media module will be available?
SoftDesigns
@softdesigns
04/08/17 05:32:50AM
242 posts

Proxima Bridge Setup


Proxima

GOAL : Download and Upload JR Media from Mobile App
--
Can we stream media out from JR to MobileApp?
(Stream JR Audio MP3 to MobileApp)
--
Can we upload media FROM MobileApp into JR ?
(Upload Audio from Mobile App into JR)
--
We want to install only the modules required to bridge Mobile App with JR:
Proxima Core
Proxima Bridge

Are these two Proxima Modules above all we need to install?
updated by @softdesigns: 07/10/17 09:52:21PM
SoftDesigns
@softdesigns
04/07/17 04:03:11PM
242 posts

Custom Module Libs


Jamroom Developers

Helpful pointers - will need time to study and reply...
SoftDesigns
@softdesigns
04/07/17 02:13:04AM
242 posts

Custom Module Libs


Jamroom Developers

GOAL : Create our own PHP libs with functions that all JR Custom modules can access
--
Question #1 : In raw PHP to get access to custom lib functions, we may use:
Include("libCore.php);
require_once("libCoreAPI.php");
This does not seem correct to use raw PHP includes inside JR custom modules:

Do you recommend we use raw PHP includes inside custom JR modules?
--
Question #2: Another method would be a custom JR Module used as a library, for example: sdLibCore
Inside sdLibCore module, for example contains "FunctionA" - like: sdLibCore.FunctionA()

In other custom JR Modules, how do we call the lib function: sdLibCore.FunctionA() ?
How to set scope for JR Module Functions, so they can be called from all other custom JR modules?
updated by @softdesigns: 07/09/17 07:13:33AM
SoftDesigns
@softdesigns
04/06/17 03:59:14PM
242 posts

Server Environment Variables


Jamroom Developers

Ahh - yes - now I remember that trick - perfect..
Thanks for helping clear up our confusion on how to set a JR Site wide global constant
--
BTW: Actually we Prefer the Hosted JR Platform setup - over Azure - because we prefer focus on code, not servers.
--
Great Support - Solved :)
SoftDesigns
@softdesigns
04/06/17 03:04:11PM
242 posts

Server Environment Variables


Jamroom Developers

That makes sense - very helpful code above :)
--
We will create a custom module for this purpose
--
Last Question: We know this code - have done this before:
function myCustomModule_init(){
    putenv("API_URL=https://...");
    return true;
}
Question: Since ALL our other custom modules will depend on this sample var above - API_URL :
How do we make SURE this custom module init executes before other custom modules?
updated by @softdesigns: 04/06/17 03:06:09PM
  18