Forum Activity for @michael

michael
@michael
08/30/17 07:11:56PM
7,826 posts

emergency after core update mysql uses 100% cpu


Installation and Configuration

sounds like a good idea to me. unless your site is HUGE anything more than 5 min for the integrity check would have me thinking its crashed.
michael
@michael
08/30/17 04:07:16PM
7,826 posts

Jamroom 6.1 has been released!


Announcements

Strumelia:
Thanks! :)
I'm assuming that will work for all types of videos- uploaded, YT, and Vimeo.

You're probably recalling this blog post strumelia:

"Upgrading to Jamroom 6.1 Videos have gone"
https://www.jamroom.net/michael/blog/96/upgrading-to-jamroom-61-videos-have-gone

If you're missing videos, run the tool at:
ACP -> MODULES -> PROFILES -> VIDEO -> TOOLS -> VERIFY VIDEO FILES
michael
@michael
08/29/17 06:10:30AM
7,826 posts

Sub domains and jamroom license


Using Jamroom

jamroom1.somedomain.com
jamroom2.somedomain.com
jamroom3.somedomain.com

is 3 separate jamroom installs.

--edit--
If you're using Jamroom Hosing you can have as many as you like, but for premium, you'll need to get some extra domain licenses beyond 2.

--edit edit--
Additional domains can be purchased from here:
https://www.jamroom.net/premium-upgrade
updated by @michael: 08/29/17 06:13:32AM
michael
@michael
08/27/17 06:35:49PM
7,826 posts

youtube search pagination issue


Installation and Configuration

This is fixed in jrYouTube ver 1.5.14.

The select jumper has been removed because youtube api only allows next-page navigation. The PREV and NEXT buttons are still there.

Thanks.
michael
@michael
08/27/17 05:27:14PM
7,826 posts

youtube search pagination issue


Installation and Configuration

Yeah, you're right, it shouldn't be there by the looks of things.

Will get that fixed up.

Thanks.
michael
@michael
08/27/17 05:22:39PM
7,826 posts

Still don't fully understand Proxima


Proxima

Proxima doesn't fund itself, so doesn't get much attention. It was built for our internal projects then released as open source.

It probably won't get much attention any time soon, but does work. When I want to know something about it or answer a question, I turn on my debugger and walk through the code.

The code structure is the same as any other Jamroom module:
* include.php contains all the functions that aren't bound to a URL
* index.php contains any URL driven functions.

Got questions, we'll answer them. Found bugs, we'll fix them.
michael
@michael
08/27/17 05:09:32PM
7,826 posts

Suggestion for Events list


Suggestions

That's a great point soaringeagle. The end date is an optional one which might not be active by default.

If you add 'event_date' into your jrCore_list call as a search parameter that will cause the setting on "show past events" to be ignored because you're asking for specific dates.

So if you ask
{jrCore_list module="jrEvent" search1="event_date > 0" .....}
will ignore the "Show Past Events" setting all together. add a few more in to get what you're after
{jrCore_list module="jrEvent" search1="event_date > 0" search2="event_end_date > `$smarty.now`"}
"Get events where the end date is in the future"
michael
@michael
08/27/17 05:41:19AM
7,826 posts

jrCore/router.php was not found on this server


Using Jamroom

check you have .htaccess in place and its working in the root folder.

That or try re-uploading. Also make sure you're running it of a real domain, not localhost:80 as jamroom expect a domain name to exist.
  192