Forum Activity for @michael

michael
@michael
03/07/24 11:45:01PM
7,715 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,715 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,715 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,715 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,715 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,715 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,715 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.
michael
@michael
02/27/24 08:51:35PM
7,715 posts

JR mp3 conversion bitrate bitrate


Using Jamroom

delete the queue entry and re-try
michael
@michael
02/27/24 08:50:10PM
7,715 posts

convert executable wget


Using Jamroom

If you're dropping the database then importing a different database and its not working, then the problem is something in the different database.

An Integrity check might fix it but if it doesn't you're going to need to figure out what changed to be able to understand what is wrong then change it to what it should be.

Some sort of file compare tool might be able to help you with that.
michael
@michael
02/24/24 05:14:34PM
7,715 posts

stream pay mod


Design and Skin Customization

Right, thats a different setup, the stream pay is not what you're looking for. What you're trying to do is sell the item but then not allow downloads of that item, restrict it to just streaming.

Not sure we have that built yet, right now if someone purchases something they get to download it. You'd want a way to block that and instead setup a player where they can view it.
  5