Forum Activity for @michael

michael
@michael
03/19/15 10:54:04PM
7,832 posts

Date drop down showing date when not entered


Design and Skin Customization

blindmime:.......The date in this field is changing to the current date whenever the form is updated....
The _created date on a datastore item should never change. That is the date the item went into the datastore.

The _updated date changes everytime the item is edited and saved.
michael
@michael
03/19/15 10:49:56PM
7,832 posts

jrCore_confirm_media_file_is_local returns array


Jamroom Developers

The code doesn't look like it should return an array.

Whats in the array?

That function will fire either:
_jrCloudS3_s3_media_confirm_is_local()
OR
_jrCore_local_media_confirm_is_local()

depending on whether the server is a cloud or not.

Those functions then both look at the if the file exists or not and if it does exist returns the file.

In the case of the cloud, the checking function is:
_jrCloudS3_s3_media_read()

The only place an 'array' looks like it could creep in is when that function returns the 'Body' part of the object as the contents:
http://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_getObject

Looks like that should not be an array though.
michael
@michael
03/19/15 10:39:29PM
7,832 posts

new install- system check errors


Installation and Configuration

Looks like it got bundled with jrImage in version 1.3.1, then checked for in the OS in 1.3.2
https://www.jamroom.net/the-jamroom-network/networkmarket/39/image-support/expanded_changelog=1
Quote: Version 1.3.2:
- Change: Removed "convert" ImageMagick binary - now uses OS version if installed

Version 1.3.1:
- New: Image Magick "convert" binary included in jrImage/tools directory
michael
@michael
03/19/15 10:33:50PM
7,832 posts

Medium Article: How I Got 6.2 Million Pageviews and 144,920 Followers


Off Topic

We've got an "email course" system module that's almost release ready. (Just not getting any love because other things are higher priority.)

It allows for signups to a list that then sends timed emails from the point of signup:
* day 1 "some welcome email sent."
* day 2 "other title that you put."
* day 5 "Do you remember us?"
* day x "other thing here... "

Could use that to incentivise them giving you their email.

Bump this thread if it doesn't come out by the time Site Builder gets out of beta. :)
michael
@michael
03/19/15 10:25:14PM
7,832 posts

Jamroom + FaceBook/Share This!


Installation and Configuration

Its not setup by default, I'll see if we cant get some docs up on the steps to take to get SSL setup on Jamroom Hosting.

One of the steps is to purchase an SSL certificate from one of the cert sellers. Its basically someone else who vouches that your site is your site.
michael
@michael
03/19/15 05:49:25AM
7,832 posts

Is it possible to automatically display all profiles in a gallery?


Using Jamroom

researchcooperative:....Like findng books in a library, one of the most effective and pleasurable ways is to browse the shelves.....

That's kind of the intention of the top level of the site. The admin user who setup the community also sets up the top level of the site to showcase the content of the site.

Visitors come to the site and browse the top level for new or show-cased content.

When they find some interesting content they can click on links that take them to the canonical location for that content which is on the users profile.

So its inferred that the onus is on the admin user (the creator of the site) to decide how to showcase the content of the members.

The 'Site Builder' system is the intended structure building system for admin users who prefer not to look at code, but want to create structure on their sites top level.
michael
@michael
03/19/15 05:35:07AM
7,832 posts

unable to confirm local audio file for conversion3


Jamroom Developers

DannyA:....how do you make sure the file IS local before kicking off the conversion ....
That function brian gave above is what your after there:

$input_file = jrCore_confirm_media_file_is_local($profile_id, $input_file);
That will return the file if its there, or FALSE if it isn't.

Its a wrapper function that alters how it checks depending on whether the file system is local or cloud.
michael
@michael
03/19/15 05:28:05AM
7,832 posts

new install- system check errors


Installation and Configuration

To make files executable is a feature of linux. Files are not automatically executable.

Heres how:
http://www.dslreports.com/faq/linux/7.1_chmod_-_Make_a_file_executable

Check that imagemagic is installed on your server.

For me to install on ubuntu linux the command would be:
sudo apt-get install imagemagick
But it will be different for you if you are not running a debian derivative of linux.

Need to check with your server admin guy to figure out which linux is installed.
michael
@michael
03/18/15 07:07:22PM
7,832 posts

signup page


Using Jamroom

It doesn't have a template, its a form.

There is docs on adding the login form to a template here:

"Howto add the user login form to any page"
https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page
michael
@michael
03/18/15 07:02:15PM
7,832 posts

Problems with profiles on fresh import


Ning To Jamroom

White Agency:
Try /steve-lynn-ashby/gallery/10/Skiing%20in%20%20a%20motorhome and /edward-lyster/gallery/4399/france+july+august+2010+002

That URL has some strange components to it.

If it was 'raw url encoded' then you would expect to see all spaces as %20 which there are.
If it was 'not encoded' you would expect to see spaces as spaces which are shown.
If it was 'url encoded' you would expect to see spaces as + signs, we have those too.

What you would not expect to see is a combination of all three. That is weird.
updated by @michael: 03/18/15 07:02:57PM
  566