Forum Activity for @michael

michael
@michael
12/02/17 04:32:44PM
7,832 posts

backup worker doesnt finish working


Installation and Configuration

ffmpeg should not be working during a backup to AWS. It should just be copying from your server to the AWS server. Nothing in their error logs?
michael
@michael
12/01/17 08:34:29PM
7,832 posts

backup worker doesnt finish working


Installation and Configuration

There is the "Event Tracer" module:
https://www.jamroom.net/the-jamroom-network/networkmarket/92/event-tracer

Docs: "Event Tracer"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2932/event-tracer

Haven't used the module for anything myself, but I believe its to log events that happen. Might be useful to your debugging perhaps.
michael
@michael
12/01/17 08:30:43PM
7,832 posts

Unable to Install Marketplace Items


Installation and Configuration

Shouldn't be. Hosting will usually have a 24 hour support just in case your site goes down. Try an email to them.
michael
@michael
12/01/17 04:13:39AM
7,832 posts

Documentation module stripping html


Using Jamroom

Try enabling the ALLOW ALL TAGS option for that users quota. Its not an option that should be turned on for anyone other than an admin user because they can add anything, but it does allow audio items to come out in TEXT content doc types
player.jpg player.jpg - 28KB
michael
@michael
11/26/17 05:06:35PM
7,832 posts

Sign up / Sign in Redirect Rule?


Using Jamroom

its possible, but I haven't done it.

The function:
jrUser_save_location()
will save a cookie to the users browser that tells the system where to go after successful login.

The problem is where to call that function. If you call it in the templates, you run into the issue of caching. Even if you get passed that you need to setup some rules to decide which pages NOT to call it on, like the login page.

So yes its doable with a bit of fiddling and a module, but it doesn't exist as a setting to turn on/off right now.

The other option I can think of would be to put your login form in a lightbox that pops open. They login and on successful login the lightbox closes and the current page refreshes, so they are logging in and being redirected but that window is quickly closed.
michael
@michael
11/26/17 03:26:21AM
7,832 posts

Contact Module


Jamroom Developers

The concept from where im understanding it is a "contact us" module allows visitors to the site to contact the owners of the site, but you're expecting that you can use a "contact us" module to send out emails?

Sending out emails systems are the "Support Tickets" module, the "Newsletter" module.

not understanding what you're after sorry.
michael
@michael
11/25/17 09:43:10PM
7,832 posts

Contact Module


Jamroom Developers

The Simple Custom Form module will allow visitors to your site to send a message TO YOU.

The "Support Tickets" module allows you to send an email:

Docs: "Support Tickets"
https://www.jamroom.net/the-jamroom-network/documentation/modules/2046/support-tickets

All the data is store in a datastore, so if you want to send something programmatically, you can do that too.

If you're looking for a module that allows non-admin users to send emails from your server, that module doesn't exist and would need to be made if you wanted to, but it seems like it would be a spam tool.
create_ticket.jpg create_ticket.jpg - 83KB

updated by @michael: 11/25/17 09:43:36PM
michael
@michael
11/24/17 03:57:53PM
7,832 posts

Embed Media Player in External Site


Jamroom Developers

The url for streaming will be:
site.com/uploaded_audio/stream/audio_file/(the item_id here)/key=1/file.mp3

And if the site requesting that url is in the ALLOWED DOMAINS it will stream, otherwise not.
michael
@michael
11/24/17 01:05:15AM
7,832 posts

Embed Media Player in External Site


Jamroom Developers

first thought would be an iframbable player constructed on your site, but that wouldn't allow for the which external sites are allowed to part, so instead, I would look at putting the code for the player in an external site, then use the stream url from your site and then you can use the
ACP -> MODULES -> CORE -> SYSTEM CORE -> GLOBAL CONFIG -> GENERAL -> ALLOWED DOMAINS

To do the restricting.,
restricting.jpg restricting.jpg - 126KB
michael
@michael
11/24/17 01:01:51AM
7,832 posts

Duplicates and 'follow_unique' in jrdiscussion_follow_topic


Jamroom Developers

threaded (anything) isn't highly used.
  171