Forum Activity for @michael

michael
@michael
11/06/15 10:34:04PM
7,832 posts

Social Media, Youtube, SoundCloud and so on automatically sync


Suggestions

Oneall is for logging in with. (it can do sharing to the social media sites too, but since it costs /month to use it, sharethis was developed)

Quote: ShareThis is a free service and provides widgets, bars and buttons for your website to share the content over different social platforms. You don't have to pay anything to anybody and no charge for any kind of services.

The ShareThis module has the facebook player, but your server needs to be running SSL to share anything to facebook (facebooks rules).
michael
@michael
11/06/15 09:39:38PM
7,832 posts

Problems with Jamroom, error 500


Using Jamroom

Bandwerkstatt:....PHP Fatal error: Call to undefined method Jaybizzle\CrawlerDetect\CrawlerDetect::isCrawler()!

What that line is, is the server saying is "You told me to run the function isCrawler() but there is no function called isCrawler()!!! I don't know what to do when you tell me to do things and don't provide a way to do them. I'm doing nothing: 500 Internal Server Error".

The function isCrawler() not being found is the error. It should be there at:
/modules/jrUser/contrib/crawler-detect/CrawlerDetect.php

See if that file is on the server, it should be.

Since this is a 500 error, which is a server, not a script error, there is also probably more information in your servers error logs, so check the server error log if you have access to it.
michael
@michael
11/06/15 09:31:33PM
7,832 posts

Question on allowing streaming but limiting downloads to specific quotas or profile types


Installation and Configuration

First thing I like to do when trying to figure out where to put something new in is to put:
WHERE AM I?
or
THIS IS HERE!!!
or
ELEPHANTS
into the place im interested in. Then check the location that I expect to see that, if it comes out where I expect it then I know I'm editing in the right location.

Only after I KNOW I'm editing the right location do I try to figure out the right code for what I'm trying to do.
michael
@michael
11/06/15 07:58:36PM
7,832 posts

Can group owners add a document to one of their group's pages? If so, how?


Ning To Jamroom

It sounds like what would suit you best is a 'File' version of the "Editor Image Upload" module. It currently doesn't exist.

From your description it sounds like the work flow you are after is:
* add a page to your group
* edit the content of that page
* include a document in that page

Which would work perfectly for the (not yet existant) "Editor File Upload" module.

Since it doesnt exist yet, the work flow that does exist is using the FILE tab of the "Editor Embed Media" module along with the FILE module to embed files in the page that DO exist on the profile.

The workflow to that is:
* upload any files you plan on including to the FILE area of your profile.
* add a page to your group
* edit the content of that page
* include the FILE in that page

--edit--
The difference in the two workflows is that currently the file needs to be uploaded before it tries to be included.
updated by @michael: 11/06/15 07:59:32PM
michael
@michael
11/06/15 07:45:01PM
7,832 posts

Where to put stats tracking code?


Using Jamroom

Eddy:..I had done that, but thought maybe that was causing some problems...
Are the problems fixed? What problems were they?
michael
@michael
11/05/15 11:31:36PM
7,832 posts

Some users Notification settings being reset to all OFF...?


Using Jamroom

Are they getting changed in quota? My first suspect is the Kickbox module whos job it is is to turn off notification if they fail the test.

I see for you you move them to the 'InvalidEmail Quota' if they fail, nice idea. is that happening?
michael
@michael
11/05/15 11:18:37PM
7,832 posts

greater facebook integration


Using Jamroom

In JR4 we built our own integration to facebook, a very common complaint was "the Jamroom Facebook module is broken".

It wasn't so much the module kept breaking as Facebook kept breaking it, or not the API not working properly, or the connection not working. It was a real hassle for both the users to use and the developers to develop.

Now you'll notice most of the integration systems go through third party services eg 'oneall' 'sharethis' etc. They provide the stable (ish) connection point because facebook doesn't.
michael
@michael
11/05/15 11:05:55PM
7,832 posts

adding slidebar menu to tablet mode


Design and Skin Customization

Added the docs here for the function jrCore_is_mobile_device()

"Docs: Development -> {if jrCore_is_mobile_device()}{/if}"
https://www.jamroom.net/the-jamroom-network/documentation/development/3191/if-jrcore-is-mobile-device-if
michael
@michael
11/05/15 10:33:29PM
7,832 posts

Where to put stats tracking code?


Using Jamroom

Your probably talking about the Google Analytics module at a guess.

If you just want to put some other code in the templates, then probably the footer.tpl file of the skin your using is the one you want.

Good to read this if your pasting code into templates:

"{literal}"
https://www.jamroom.net/the-jamroom-network/documentation/development/3011/literal

--edit--
Docs about using the Template Editor.

"Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/development/3183/using-the-template-editor
updated by @michael: 11/05/15 10:55:48PM
  468