Forum Activity for @michael

michael
@michael
04/15/24 05:38:55PM
7,692 posts

Premium Hosting


Jamroom Hosting

huh. not good. Sorry about that. Do you get this popup modal. (screenshot)
screenshot_20240416-093757.png screenshot_20240416-093757.png - 127KB
michael
@michael
04/15/24 05:07:37PM
7,692 posts

Premium Hosting


Jamroom Hosting

well thats not a good start. :( where are you running into that? when you're trying to activate a server?
michael
@michael
03/26/24 07:19:18PM
7,692 posts

Implementing SSO and authentication


Using Jamroom

Normally for single sign on we suggest using the existing OneAll module
https://www.jamroom.net/the-jamroom-network/networkmarket/47/oneall-social

then they can use the same login on both sites = Single Sign On.

But it sounds like you're looking for something different in getting it to seam like the sites are not different but the same.

My first thought is disable login on the jamroom site, only enable it on the other system then add a listener

Docs: Events and Listeners
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1011/events-and-listeners

to the jamroom side that picks up on anyone who is not logged in visiting a page.

The listener reaches out to the other system and requests who they are logged in as. Gets their email address and logs in the user with the same email address or creates the jamroom side user/profile with that info if they've not yet got a jamroom side account.

If they're not logged in on the main site and trying to access a jamroom page I'd probably immediately redirect to the login.

Something like that.

You could reach out on each page load to check the user status or if that was too heavy run a listener on the ten_minute_maintenance event to log out users who had logged out at the main site.
michael
@michael
03/24/24 10:47:18PM
7,692 posts

Create new user account from within ACP


Using Jamroom

Yup, that how it works for me too.
michael
@michael
03/15/24 08:16:55PM
7,692 posts

Installing modules/localhost


Installation and Configuration

I use it on my mac. I use UTM then install a debian server into the virtual machine. I like that setup. brian uses apache directly on on his mac installed via homebrew. many ways to do it.
michael
@michael
03/11/24 06:41:32PM
7,692 posts

Installing modules/localhost


Installation and Configuration

using your file browser. your server needs to be able to write to the /modules/ directory in order for it to use the marketplace to import files.

You still should be able to use the system without that if you don't use the marketplace. There might also be a way to allow your web server to run as the person you're logged in as, that would also solve the permissions issue.
michael
@michael
03/10/24 07:04:53PM
7,692 posts

Localhost error


Installation and Configuration

What URL are you trying to access it on? you need to have a domain name set up for it. What is the 500 error? check the logs it will tell you.
michael
@michael
03/07/24 11:45:01PM
7,692 posts

movie and music rentals online module


Jamroom Developers

I'm not available sorry. Anyone else who wants to jump in and help out feel free. Failing that then the freelance sites, although not many of them know Jamroom very well.

There's a guy that's contacted me a couple of times about "Hey want to hire some South American Devs?". I don't but maybe you do. I'll direct him here.
michael
@michael
03/03/24 06:04:14PM
7,692 posts

Hide info when hover over image Beatslinger2


Design and Skin Customization

There's a bunch of different ways to do anything. If you like the way the elastic skin does it, yeah, grab its code and work it into your skin.

There's also another module that I've not used much lately but its purpose is to guide around and introduce parts of the page then the user clicks "ok" and the note bubble goes away, I forget what its called right now and cant seam to locate it.

Another way to do things is to add a class then use jquery to toggle it hidden and visible like
<a onclick="$('#the-hidden-thing').toggle();">click to toggle</a>
<div id="the-hiddne-thing">this stuff is hidden until the above is clicked on</div>
michael
@michael
03/01/24 03:07:44AM
7,692 posts

JR mp3 conversion bitrate bitrate


Using Jamroom

Try spinning up a Jamrom Hosting server on your account, see if it works there. I suspect it will be the same but its worth a try.

I think the issue is the settings you have in the database that are blocking it.
  2