Forum Activity for @michael

michael
@michael
03/15/24 08:16:55PM
7,778 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,778 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,778 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,778 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,778 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,778 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.
michael
@michael
03/01/24 03:06:10AM
7,778 posts

Hide info when hover over image Beatslinger2


Design and Skin Customization

There is no hover on mobile. on desktop there is a hover because the mouse pointer can be over the item but not clicking it, but on mobile the phone doesn't know your finger is over the button until the button is clicked on.
michael
@michael
02/28/24 05:48:46PM
7,778 posts

movie and music rentals online module


Jamroom Developers

I personally don't have time right now to take on new projects.
michael
@michael
02/28/24 05:47:47PM
7,778 posts

JR mp3 conversion bitrate bitrate


Using Jamroom

Probably yes. fix any errors first then give it another go.
michael
@michael
02/28/24 05:46:36PM
7,778 posts

convert executable wget


Using Jamroom

There's nothing else it could be. You have one state that works and another that doesn't. When you change from the working state to the not working state it stops working.

That means something in the non working state is stopping it from working. You need to locate what that is and change it to what the working state has it set to to make it work.
  11